do not force write of packed refs
authorClemens Buchacher <drizzd@aon.at>
Wed, 5 Nov 2008 20:55:53 +0000 (21:55 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Nov 2008 22:09:43 +0000 (14:09 -0800)
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 <drizzd@aon.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found