From: Joe Perches <joe@perches.com>
To: Jeff King <peff@peff.net>
Cc: git <git@vger.kernel.org>, Taylor Blau <me@ttaylorr.com>
Subject: Re: request: add git grep -o option
Date: Wed, 30 Oct 2019 13:27:29 -0700 [thread overview]
Message-ID: <d56bb5bcba50f1d9adf861b985a9646e7f65bdc9.camel@perches.com> (raw)
In-Reply-To: <20191030201757.GA29013@sigill.intra.peff.net>
On Wed, 2019-10-30 at 16:17 -0400, Jeff King wrote:
> On Wed, Oct 30, 2019 at 12:58:59PM -0700, Joe Perches wrote:
>
> > Instead of duplicating a grep pattern with grep -oh after
> > git grep like
> > this:
> >
> > $ git grep -P '(?:[a-z0-9_]+_)?for_each(?:_[a-z0-9_]+)?' -- '*.[ch]' | \
> > grep -P -oh '(?:[a-z0-9_]+_)?for_each(?:_[a-z0-9_]+)?'
> >
> > it could be useful to have git grep have the same '-o' option
> > as gnu grep.
>
> Doesn't it already?
>
> $ git grep -P -oh '(?:[a-z0-9_]+_)?for_each(?:_[a-z0-9_]+)?'
> for_each
> for_each
> for_each_abbrev
> for_each_builtin
> for_each_string_list_item
> for_each_ut
> [etc...]
>
> It was new in Git v2.19.
OK, nice. I never actually tried it and I have 2.24.
My docs need updating as that option is not mentioned.
prev parent reply other threads:[~2019-10-30 20:27 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-30 19:58 request: add git grep -o option Joe Perches
2019-10-30 20:17 ` Jeff King
2019-10-30 20:27 ` Joe Perches [this message]
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=d56bb5bcba50f1d9adf861b985a9646e7f65bdc9.camel@perches.com \
--to=joe@perches.com \
--cc=git@vger.kernel.org \
--cc=me@ttaylorr.com \
--cc=peff@peff.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