From: Junio C Hamano <junkio@cox.net>
To: Jon Loeliger <jdl@jdl.com>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] Add --diff-filter= documentation paragraph
Date: Thu, 09 Feb 2006 11:53:45 -0800 [thread overview]
Message-ID: <7vr76c9uly.fsf@assigned-by-dhcp.cox.net> (raw)
In-Reply-To: <E1F7DSt-0001q8-PV@jdl.com> (Jon Loeliger's message of "Thu, 09 Feb 2006 09:12:11 -0600")
Jon Loeliger <jdl@jdl.com> writes:
> Signed-off-by: Jon Loeliger <jdl@jdl.com>
>
> ----
>
> So, I don't know what the "*" selection flag does.
> It is called "AON" in the source. Anyone?
That's All-or-None.
After applying the other filters if there is anything left, then
spit out everything (including the ones that did not pass the
other filters). Otherwise do not output anything.
In other words,
-M --pretty --diff-filter='R'
shows log for a commit that contains a rename, and diff for only
renamed paths. On the other hand,
-M --pretty --diff-filter='R*'
shows the same log and diff for all paths the commit touches,
not just the renamed ones.
prev parent reply other threads:[~2006-02-09 19:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-09 15:12 [PATCH] Add --diff-filter= documentation paragraph Jon Loeliger
2006-02-09 19:53 ` Junio C Hamano [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=7vr76c9uly.fsf@assigned-by-dhcp.cox.net \
--to=junkio@cox.net \
--cc=git@vger.kernel.org \
--cc=jdl@jdl.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 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).