Fix llist_sorted_difference_inplace in git-pack-redundant
authorLukas Sandström <redacted>
Tue, 15 Nov 2005 21:24:02 +0000 (22:24 +0100)
committerJunio C Hamano <redacted>
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
pack-redundant.c
git clone https://git.99rst.org/PROJECT