Fix git update-ref --no-deref -d.
commit569740bdd0533ef5cf032edd6233710161a35725
authorMiklos Vajna <vmiklos@frugalware.org>
Sun, 26 Oct 2008 02:33:58 +0000 (26 03:33 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 26 Oct 2008 21:44:25 +0000 (26 14:44 -0700)
treedb991b74ce167effab38b2477d2435e0506a0850
parent450d4c0f5a966b3f5835107ec4d8c344c8c25908
Fix git update-ref --no-deref -d.

Till now --no-deref was just ignored when deleting refs, fix this.

Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-update-ref.c
t/t1400-update-ref.sh