Re: [PATCH] No diff -b/-w output for all-whitespace changes
From: Junio C Hamano <hidden> Date: 2016-06-15 22:47:44
Greg Bacon [off-list ref] writes:
Change git-diff's whitespace-ignoring modes to generate
output only if a non-empty patch results, which git-apply
rejects.
Update the tests to look for the new behavior.
Signed-off-by: Greg Bacon <redacted>
Thanks.
I didn't read the patch carefully, but I think this is the right thing to
do and is in the same sprit as jc/1.7.0-diff-whitespace-only-status topic.