From: Jeff King <peff@peff.net>
To: Robert Dailey <rcdailey.lists@gmail.com>
Cc: Git <git@vger.kernel.org>
Subject: Re: Feature request: Add --no-edit to git tag command
Date: Wed, 3 Apr 2019 21:57:44 -0400 [thread overview]
Message-ID: <20190404015744.GF4409@sigill.intra.peff.net> (raw)
In-Reply-To: <CAHd499BM6M+=zRE1WFVXr7b+VhJHFeDind5xLqXcwZLv7QeDvw@mail.gmail.com>
On Wed, Apr 03, 2019 at 09:38:02AM -0500, Robert Dailey wrote:
> Similar to git commit, it would be nice to have a --no-edit option for
> git tag. Use case is when I force-recreate a tag:
>
> $ git tag -af 1.0 123abc
>
> An editor will be prompted with the previous annotated tag message. I
> would like to add --no-edit to instruct it to use any previously
> provided message and without prompting the editor:
>
> $ git tag --no-edit -af 1.0 123abc
Yeah, that sounds like a good idea. I think it wouldn't be very hard to
implement, either. Maybe a good starter project or #leftoverbits for
somebody.
-Peff
next prev parent reply other threads:[~2019-04-04 1:57 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-03 14:38 Feature request: Add --no-edit to git tag command Robert Dailey
2019-04-04 1:57 ` Jeff King [this message]
2019-04-04 3:26 ` Taylor Blau
2019-04-04 12:06 ` Jeff King
2019-04-04 13:56 ` Robert Dailey
2019-04-04 13:57 ` Robert Dailey
2019-04-05 22:21 ` Jeff King
2019-04-11 18:20 ` Bárbara de Castro Fernandes
2019-04-11 18:29 ` Jeff King
2019-04-12 2:32 ` Junio C Hamano
2019-04-12 2:33 ` Jeff King
2019-04-04 9:13 ` Junio C Hamano
2019-04-04 12:01 ` Jeff King
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=20190404015744.GF4409@sigill.intra.peff.net \
--to=peff@peff.net \
--cc=git@vger.kernel.org \
--cc=rcdailey.lists@gmail.com \
/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).