Revision 0a043b1fe5615a1182aceda29da65faebaf6e970 authored by Michael J Gruber on 10 December 2009, 14:01:10 UTC, committed by Junio C Hamano on 11 December 2009, 02:45:34 UTC
Print the sha1 of the deleted tag (in addition to the tag name) so that
one can easily recreate a mistakenly deleted tag:

git tag -d tagname
Deleted tag 'tagname' (was DEADBEEF)
git tag 'tagname' DEADBEEF

We output the previous ref also in the case of forcefully overwriting
tags.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Suggested-by: Jari Aalto <jari.aalto@cante.net>
Helped-by: Björn Steinbrink <B.Steinbrink@gmx.de>
Helped-by: Jeff King <peff@peff.net>
Helped-by: Zoltán Füzesi <zfuzesi@eaglet.hu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 80d9361
Raw File
RelNotes
Documentation/RelNotes-1.6.6.txt
back to top