diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2016-07-09 09:23:55 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-07-11 11:55:53 -0700 |
commit | 044fb190f75cdec35e56bde30ec214ab144311d9 (patch) | |
tree | d49335dcfdbe0f83c3c5558eb3bc8b26c2770ffd /t/t3400-rebase.sh | |
parent | diff: demonstrate a bug with --patience and --ignore-space-at-eol (diff) | |
download | tgif-044fb190f75cdec35e56bde30ec214ab144311d9.tar.xz |
diff: fix a double off-by-one with --ignore-space-at-eol
When comparing two lines, ignoring any whitespace at the end, we first
try to match as many bytes as possible and break out of the loop only
upon mismatch, to let the remainder be handled by the code shared with
the other whitespace-ignoring code paths.
When comparing the bytes, however, we incremented the counters always,
even if the bytes did not match. And because we fall through to the
space-at-eol handling at that point, it is as if that mismatch never
happened.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t3400-rebase.sh')
0 files changed, 0 insertions, 0 deletions