[PATCH] diff-cache buglet
authorJunio C Hamano <junkio@cox.net>
Tue, 26 Apr 2005 17:13:31 +0000 (10:13 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 26 Apr 2005 17:13:31 +0000 (10:13 -0700)
commit5697ecc7be275f884d4f843d0f77f19de2eb604c
tree95e526ff58f1d006fceb56c0c0e003d511f79c30
parentbe3cfa85f45e32722a65349d023667be906a66b6
[PATCH] diff-cache buglet

diff-cache attempts to first remove all merge entries before letting the
diff_cache() do its work, but it incorrectly stops after the first
merge-entry it finds.

Fix by just replacing the "break" with a "continue".

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
diff-cache.c