author | Junio C Hamano <gitster@pobox.com> | |
Mon, 2 Aug 2010 15:29:42 +0000 (08:29 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 2 Aug 2010 15:30:02 +0000 (08:30 -0700) | ||
commit | ee38d823f74bd8872c1e793f98a5b5523ee04646 | |
tree | dcd31c87f2f3754329416a216ce7a1714f861b9a | tree | snapshot |
parent | 9ca5df90615aa3c6b60e1bc8f03db6cae98e816c | commit | diff |
Fix DIFF_QUEUE_CLEAR refactoring
It introduced a macro to reduce repeated assignments to three fields,
but an unrelated and incorrect change snuck in by mistake, which broke
commands like "git diff-files -p --submodule".
Noticed by Sven Verdoolaege.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
It introduced a macro to reduce repeated assignments to three fields,
but an unrelated and incorrect change snuck in by mistake, which broke
commands like "git diff-files -p --submodule".
Noticed by Sven Verdoolaege.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c | diff | blob | history |