From: Junio C Hamano <gitster@pobox.com>
To: Teemu Likonen <tlikonen@iki.fi>
Cc: git@vger.kernel.org
Subject: Re: Patterns work unexpectedly with "git log" commit limiting
Date: Thu, 17 Jul 2008 01:17:33 -0700 [thread overview]
Message-ID: <7vhcaoj55u.fsf@gitster.siamese.dyndns.org> (raw)
In-Reply-To: <20080717074706.GA5392@mithlond.arda.local> (Teemu Likonen's message of "Thu, 17 Jul 2008 10:47:06 +0300")
Teemu Likonen <tlikonen@iki.fi> writes:
> 1. Option order changes the behaviour. "git log" with
> ...
> 2. Internally --author= and --committer= fields contain more stuff than
> ...
> 3. What is the supposed behaviour of -F (--fixed-strings) when combined
I won't have time right now to comment on the previous three, because they
are not my code (meaning, I need to dig around before I can intelligently
answer -- maybe when I have free time). What you expected does sound very
sensible, though.
> 4. Logical AND/OR operation.
The --grep and --author search of "log" family shares git-grep logical
expression engine, so if you somehow can come up with a way to pass --and
(or even better, --all-match) from the command line just like we can give
them to git-grep, searching with combinations of and/or/not should be doable.
next prev parent reply other threads:[~2008-07-17 8:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-17 7:47 Patterns work unexpectedly with "git log" commit limiting Teemu Likonen
2008-07-17 8:17 ` Junio C Hamano [this message]
2008-07-17 8:59 ` Petr Baudis
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=7vhcaoj55u.fsf@gitster.siamese.dyndns.org \
--to=gitster@pobox.com \
--cc=git@vger.kernel.org \
--cc=tlikonen@iki.fi \
/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).