]> git.ipfire.org Git - thirdparty/git.git/commit - combine-diff.c
combine-diff: better hunk splitting.
authorJunio C Hamano <junkio@cox.net>
Thu, 26 Jan 2006 11:53:01 +0000 (03:53 -0800)
committerJunio C Hamano <junkio@cox.net>
Sat, 28 Jan 2006 08:08:29 +0000 (00:08 -0800)
commit3ec1909fdaa1189a8f9d23f84e33b45d9d7600cd
tree8413a03936484b3b4ca6c71100dbb6faead70eda
parent8828cdcb445fc420de9e869d359596ceefce76be
combine-diff: better hunk splitting.

It considered an otherwise unchanged line that had line removals
in front of it an interesting line, which caused hunks to have
one extra the trailing context line.

Signed-off-by: Junio C Hamano <junkio@cox.net>
combine-diff.c