From: Christian Couder Date: Thu, 15 Nov 2007 07:18:07 +0000 (+0100) Subject: Bisect reset: remove bisect refs that may have been packed. X-Git-Tag: v1.5.4-rc0~156^2~6 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/947a604b01a8e81b3d0341d38fbf891289f3c0bb?ds=inline;hp=947a604b01a8e81b3d0341d38fbf891289f3c0bb Bisect reset: remove bisect refs that may have been packed. If refs were ever packed in the middle of bisection, the bisect refs were not removed from the "packed-refs" file. This patch fixes this problem by using "git update-ref -d $ref $hash" in "bisect_clean_state". Signed-off-by: Christian Couder Signed-off-by: Junio C Hamano ---