trim_common_tail: brown paper bag fix.
authorJeff King <peff@peff.net>
Sun, 16 Dec 2007 07:06:14 +0000 (02:06 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sun, 16 Dec 2007 19:53:03 +0000 (11:53 -0800)
The recovered context lines were not LF terminated due to off-by-one
error, which also caused the outer loop to count the number of recovered
lines to terminate after running only once.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found