From: "Shawn O. Pearce" <spearce@spearce.org>
To: Carlos Rica <jasampler@gmail.com>
Cc: git@vger.kernel.org, Junio C Hamano <gitster@pobox.com>,
Johannes Schindelin <Johannes.Schindelin@gmx.de>
Subject: Re: [PATCH] git-tag: Fix -l option to use better shell style globs.
Date: Sat, 1 Sep 2007 01:31:58 -0400 [thread overview]
Message-ID: <20070901053158.GF18160@spearce.org> (raw)
In-Reply-To: <46D8F431.70801@gmail.com>
Carlos Rica <jasampler@gmail.com> wrote:
> This patch removes certain behaviour of "git tag -l foo", currently
> listing every tag name having "foo" as a substring. The same
> thing now could be achieved doing "git tag -l '*foo*'".
Even though this is a behavior change, I think its the right thing
to do. The current behavior of searching "*$arg*" is downright
annoying and not what most users would expect I think, especially
when tools like for-each-ref don't do that.
Then again, I do "*$arg*" in git-gui's revision selection widget.
But there its immediately obvious what is happening and anyone I
have talked[*1*] to prefers it that way.
*1*: Disclaimer: people I talked to has thus far been limited to
day-job coworkers.
--
Shawn.
next prev parent reply other threads:[~2007-09-01 5:32 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-01 5:10 [PATCH] git-tag: Fix -l option to use better shell style globs Carlos Rica
2007-09-01 5:31 ` Shawn O. Pearce [this message]
2007-09-01 5:39 ` Junio C Hamano
2007-09-01 6:16 ` Junio C Hamano
2007-09-01 14:33 ` Carlos Rica
2007-09-01 14:46 ` Carlos Rica
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=20070901053158.GF18160@spearce.org \
--to=spearce@spearce.org \
--cc=Johannes.Schindelin@gmx.de \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=jasampler@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.