Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
diff --check: explain why we do not care whether old side is binary
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>
- Loading branch information