From: Jeff King Date: Sun, 16 Dec 2007 07:06:14 +0000 (-0500) Subject: trim_common_tail: brown paper bag fix. X-Git-Tag: v1.5.4-rc1~47 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/52499977350b95ba7166e5c835b09cdbc20a3d02?hp=52499977350b95ba7166e5c835b09cdbc20a3d02 trim_common_tail: brown paper bag fix. 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 ---