]> git.ipfire.org Git - thirdparty/git.git/commit - t/t4015-diff-whitespace.sh
Fix combined use of whitespace ignore options to diff
authorKeith Cascio <keith@CS.UCLA.EDU>
Mon, 19 Jan 2009 18:03:04 +0000 (10:03 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 20 Jan 2009 05:21:58 +0000 (21:21 -0800)
commit6d12acefd5ac0cd688bcc77470bb1d73859cdab1
tree41dd08677ee6c17691ddf32daaa49ff406c55d19
parent537a071f41259c8631284bef28497280cd33db95
Fix combined use of whitespace ignore options to diff

The code used to misbehave when options to ignore certain whitespaces
(-w -b and --ignore-at-eol) were combined.

Signed-off-by: Keith Cascio <keith@cs.ucla.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4015-diff-whitespace.sh
xdiff/xutils.c