diff: demonstrate a bug with --patience and --ignore-space-at-eol
commita5229cc95103fab9449bf198a8a119482a8f0845
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 9 Jul 2016 07:23:50 +0000 (9 09:23 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 Jul 2016 18:55:08 +0000 (11 11:55 -0700)
tree3d371d9a45e3dbfafcd8da9396032e6252312ea4
parent765428699a5381f113d19974720bc91b5bfeaf1d
diff: demonstrate a bug with --patience and --ignore-space-at-eol

When a single character is added to a line, the combination of these
two options results in an empty diff.

This bug was noticed and reported by Naja Melan.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4033-diff-patience.sh