git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Eyal Rozenberg <eyalroz1@gmx.com>
To: git@vger.kernel.org
Subject: Feature request: Ability to edit existing tag's message
Date: Fri, 12 Nov 2021 17:05:55 +0200	[thread overview]
Message-ID: <04cbce68-bcbd-dbb2-5d9d-df7dd464fa03@gmx.com> (raw)

At the moment, one has to go through some hoops to edit a tag's message;
see discussions here:

https://stackoverflow.com/q/7813194/1593077

It would be nice if:

    git tag --edit my_tag_name

would bring up the editor with the existing text of my_tag_name's
message, for amendment. And, perhaps,

    git tag --edit my_tag_name -m "new message"

would overwrite the existing message. I've suggested `--edit` since the
switch already exists, but if you like a different bikeshed then it
could be --amend like git commit --amend.


Just my 2 cents and have a nice day,
Eyal Rozenberg


PS - I'm not on this mailing list, so if you want to reply, please use
my actual address.

             reply	other threads:[~2021-11-12 15:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-12 15:05 Eyal Rozenberg [this message]
2021-11-12 16:08 ` Feature request: Ability to edit existing tag's message Ævar Arnfjörð Bjarmason

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=04cbce68-bcbd-dbb2-5d9d-df7dd464fa03@gmx.com \
    --to=eyalroz1@gmx.com \
    --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;
as well as URLs for NNTP newsgroup(s).