diff --check: explain why we do not care whether old side is binary
authorJunio C Hamano <gitster@pobox.com>
Thu, 26 Jun 2008 22:34:54 +0000 (15:34 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Jun 2008 01:13:49 +0000 (18:13 -0700)
All other codepaths refrain from running textual diff when either the old
or the new side is binary, but this function only checks the new side. I
was almost going to change it to check both, but that would be a bad
change. Explain why to prevent future mistakes.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found