Git development
 help / color / mirror / Atom feed
* FEATURE REQUEST: display <commit SHA> in message: git tag -d
@ 2009-12-10 10:06 Jari Aalto
  2009-12-10 12:23 ` [PATCH] tag -d: print sha1 of deleted tag Michael J Gruber
  0 siblings, 1 reply; 10+ messages in thread
From: Jari Aalto @ 2009-12-10 10:06 UTC (permalink / raw)
  To: git


It would be helpful if the delete command would displayed the SHA:

    $ git tag -d foo/20060213-1
    Deleted tag 'foo/20060213-1'

    ...  oops, I didn't want to do that
    ...  Whatwas the commit ID again that I can restore the tag?

Instead:

    $ git tag -d foo/20060213-1
    Deleted tag 'foo/20060213-1' 4b397f6

    ...  oops, I didn't want to do that

    $ git tag 'foo/20060213-1' 4b397f6

    ... retagged, phew.

Notice that the message is in the format of copy/paste for immediate
retagging.

Jari

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2009-12-10 14:16 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-10 10:06 FEATURE REQUEST: display <commit SHA> in message: git tag -d Jari Aalto
2009-12-10 12:23 ` [PATCH] tag -d: print sha1 of deleted tag Michael J Gruber
2009-12-10 12:47   ` Björn Steinbrink
2009-12-10 13:21     ` Michael J Gruber
2009-12-10 12:49   ` Jeff King
2009-12-10 13:16     ` Jari Aalto
2009-12-10 13:27     ` Michael J Gruber
2009-12-10 13:36       ` Jeff King
2009-12-10 14:01         ` [PATCH v2] " Michael J Gruber
2009-12-10 14:16           ` Zoltán Füzesi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox