Use git-update-ref to delete a tag instead of rm()ing the ref file.
commitd3d0013c59ed840520b86a65697137cb2c62819c
authorChristian Couder <chriscool@tuxfamily.org>
Sun, 1 Oct 2006 20:16:22 +0000 (1 22:16 +0200)
committerJunio C Hamano <junkio@cox.net>
Sun, 1 Oct 2006 22:17:43 +0000 (1 15:17 -0700)
tree896826554f94ff139d022d1164f859b84abf0b38
parent26a063a10bca57f65d8fed6c4550a70d44a70b81
Use git-update-ref to delete a tag instead of rm()ing the ref file.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-tag.sh