From: Clemens Buchacher Date: Wed, 5 Nov 2008 20:55:53 +0000 (+0100) Subject: do not force write of packed refs X-Git-Tag: v1.6.0.4~2^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/5bdd8d4a3062ac8f29ec511fecb85049f6ff3ecc?hp=5bdd8d4a3062ac8f29ec511fecb85049f6ff3ecc do not force write of packed refs We force writing a ref if it does not exist. Originally, we only had to look for the ref file to check if it existed. Now we have to look for a packed ref as well. Luckily, resolve_ref already does all the work for us. Signed-off-by: Clemens Buchacher Signed-off-by: Junio C Hamano ---