Fix DIFF_QUEUE_CLEAR refactoring
commitee38d823f74bd8872c1e793f98a5b5523ee04646
authorJunio C Hamano <gitster@pobox.com>
Mon, 2 Aug 2010 15:29:42 +0000 (2 08:29 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 2 Aug 2010 15:30:02 +0000 (2 08:30 -0700)
treedcd31c87f2f3754329416a216ce7a1714f861b9a
parent9ca5df90615aa3c6b60e1bc8f03db6cae98e816c
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>
diff.c