From: Johannes Schindelin Date: Sat, 9 Jul 2016 07:23:50 +0000 (+0200) Subject: diff: demonstrate a bug with --patience and --ignore-space-at-eol X-Git-Tag: v2.9.3~41^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a5229cc95103fab9449bf198a8a119482a8f0845?hp=a5229cc95103fab9449bf198a8a119482a8f0845 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 Signed-off-by: Junio C Hamano ---