From: "Björn Steinbrink" <B.Steinbrink@gmx.de>
To: Pascal Obry <pascal@obry.net>
Cc: git list <git@vger.kernel.org>
Subject: Re: A bug or a feature (git diff --author + --grep)
Date: Sun, 4 Oct 2009 15:19:33 +0200 [thread overview]
Message-ID: <20091004131933.GA32000@atjola.homenet> (raw)
In-Reply-To: <4AC87837.2010004@obry.net>
On 2009.10.04 12:25:59 +0200, Pascal Obry wrote:
>
> I would have expected the --author and --grep option to work as
> pipeline filters. The first on the command line being applied first.
>
> In other word I would have expected:
>
> --author AND --grep
>
> But it turn out that the result are maching either --author or --grep:
>
> --author OR --grep
>
> For example on the Git project:
>
> $ git log --author=obry --grep=Cygwin
>
> Returns commit from obry and commit having Cygwin in their log.
>
> Is this a bug or a feature?
Feature. There's --all-match to switch on AND-mode.
Björn
next prev parent reply other threads:[~2009-10-04 13:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-04 10:25 A bug or a feature (git diff --author + --grep) Pascal Obry
2009-10-04 13:19 ` Björn Steinbrink [this message]
2009-10-04 13:44 ` Pascal Obry
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=20091004131933.GA32000@atjola.homenet \
--to=b.steinbrink@gmx.de \
--cc=git@vger.kernel.org \
--cc=pascal@obry.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).