Code

Add tests for "git diff --check" with core.whitespace options
authorWincent Colaiuta <gitster@pobox.com>
Thu, 13 Dec 2007 13:32:31 +0000 (14:32 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Dec 2007 07:53:20 +0000 (23:53 -0800)
commitf817546652812ad5f20a8ab4a4a7290a9759ac4e
tree3f3048fdf8668b7404f93be8861fa13488d82d83
parent45e2a4b2b0a07cda05dda08b47906100c4711e4e
Add tests for "git diff --check" with core.whitespace options

Make sure that "git diff --check" does the right thing when the
core.whitespace options are set.

While we are at it, correct many uses of test_expect_failure that
ran sequence of commands.

Signed-off-by: Wincent Colaiuta <win@wincent.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4015-diff-whitespace.sh