]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/pack-redundant.c
Fix llist_sorted_difference_inplace in git-pack-redundant
authorLukas Sandström <lukass@etek.chalmers.se>
Tue, 15 Nov 2005 21:24:02 +0000 (22:24 +0100)
committerJunio C Hamano <junkio@cox.net>
Wed, 16 Nov 2005 05:19:56 +0000 (21:19 -0800)
commit1a41e743c6270a24daca7309ef3d9ef74543d8ae
tree9c4255376f9999de255c4153494fa8e464eecce2
parent97fc6c5fbacc2181319bbd7e2faa8ac04476f862
Fix llist_sorted_difference_inplace in git-pack-redundant

Simplify and actually make llist_sorted_difference_inplace work
by using llist_sorted_remove instead of duplicating parts of the
code.

Signed-off-by: Lukas Sandström <lukass@etek.chalmers.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
pack-redundant.c