Re: [PATCH] Fix line numbers emitted by "git diff --check"
From: Junio C Hamano <hidden> Date: 2016-06-15 22:44:14
Jay Soffian [off-list ref] writes:
Fixes a problem where git diff --check was emitting incorrect lines
numbers. Adds a test to verify the fix.
Signed-off-by: Jay Soffian <redacted>
Ahh, our mails crossed, and our fixes are equivalent, but yours
has an additional test, which is always good.
Will steal the test part and squash it in (I've already patched
'maint' with the one I sent out), if you do not mind.