summaryrefslogtreecommitdiff
path: root/ws.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-09-15 05:05:57 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-09-15 05:18:36 (GMT)
commitd68fe26f3e03b230ac9bbbcf002a9acdc4bebde9 (patch)
tree7827947bd8327faee689ecf1f6497cad9f08121d /ws.c
parentaeb84b05ae448596c336807631d9633492b3049a (diff)
downloadgit-d68fe26f3e03b230ac9bbbcf002a9acdc4bebde9.zip
git-d68fe26f3e03b230ac9bbbcf002a9acdc4bebde9.tar.gz
git-d68fe26f3e03b230ac9bbbcf002a9acdc4bebde9.tar.bz2
diff --whitespace: fix blank lines at end
The earlier logic tried to colour any and all blank lines that were added beyond the last blank line in the original, but this was very wrong. If you added 96 blank lines, a non-blank line, and then 3 blank lines at the end, only the last 3 lines should trigger the error, not the earlier 96 blank lines. We need to also make sure that the lines are after the last non-blank line in the postimage as well before deciding to paint them. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'ws.c')
0 files changed, 0 insertions, 0 deletions