From: Jari Aalto <jari.aalto@cante.net>
To: git@vger.kernel.org
Subject: FEATURE REQUEST: display <commit SHA> in message: git tag -d
Date: Thu, 10 Dec 2009 12:06:56 +0200 [thread overview]
Message-ID: <87ljhb87nj.fsf@jondo.cante.net> (raw)
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
next reply other threads:[~2009-12-10 10:07 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-10 10:06 Jari Aalto [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87ljhb87nj.fsf@jondo.cante.net \
--to=jari.aalto@cante.net \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox