git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff King <peff@peff.net>
To: Jari Aalto <jari.aalto@cante.net>
Cc: git@vger.kernel.org
Subject: Re: 1.7.7.3 wishlist: add --verbose option to git-tag
Date: Tue, 3 Jan 2012 14:39:53 -0500	[thread overview]
Message-ID: <20120103193952.GF20926@sigill.intra.peff.net> (raw)
In-Reply-To: <87d3b51vr0.fsf@cante.cante.net>

On Sat, Dec 31, 2011 at 01:32:19AM +0200, Jari Aalto wrote:

> In scripts it would be useful if "git tag" would provide option:
> 
>     --verbose
> 
> As in script:
> 
>     git tag --verbose -m "Initial import" upstream/1.0

What would the --verbose flag do?

> It would also help if all commands would use similar interface. In "git
> tag" case, this would meen relocating:
> 
>     -v      =>      -g, --verify-gpg
> 
> And reserve these:
> 
>     -v, --verbose

I agree it would be nicer. We would need to follow the usual deprecation
procedure of:

  1. introduce "-g", leave "-v" as a deprecated alias

  2. wait a long time

  3. drop "-v"

If you want to start a discussion, producing a patch for (1) is probably
the best way. If your plan is eventual consistency between options of
various commands, an even better start would be listing the existing
non-verbose uses of "-v" and making aliases for all of them.

-Peff

  reply	other threads:[~2012-01-03 19:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-30 23:32 1.7.7.3 wishlist: add --verbose option to git-tag Jari Aalto
2012-01-03 19:39 ` Jeff King [this message]
2012-01-03 20:02 ` Junio C Hamano
2012-01-03 20:28   ` jaalto

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=20120103193952.GF20926@sigill.intra.peff.net \
    --to=peff@peff.net \
    --cc=git@vger.kernel.org \
    --cc=jari.aalto@cante.net \
    /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).