t3211: demonstrate loss of peeled refs if a packed ref is deleted
commitc995de61cd218f7ce5119d340ac7d8282b2e2d73
authorMichael Haggerty <mhagger@alum.mit.edu>
Mon, 22 Apr 2013 19:52:28 +0000 (22 21:52 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 1 May 2013 22:33:10 +0000 (1 15:33 -0700)
treeaebc8cbaa7a08f39ce6dbc482662a18c00bb4f30
parent506a760db8c3fd510d7ebe70c189672f185ee108
t3211: demonstrate loss of peeled refs if a packed ref is deleted

Add a test that demonstrates that the peeled values recorded in
packed-refs are lost if a packed ref is deleted.  (The code in
repack_without_ref() doesn't even attempt to write peeled refs.)  This
will be fixed in a moment.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3211-peel-ref.sh