From: Mikael Magnusson Date: Sun, 2 Nov 2008 18:32:46 +0000 (+0100) Subject: Document that git-log takes --all-match. X-Git-Tag: v1.6.0.4~8 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7756ba74c04caf03d47718d581439a48bae7ed73;p=git.git Document that git-log takes --all-match. Signed-off-by: Mikael Magnusson Signed-off-by: Junio C Hamano --- diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt index 735cf07b2..5df35ce51 100644 --- a/Documentation/rev-list-options.txt +++ b/Documentation/rev-list-options.txt @@ -174,6 +174,10 @@ endif::git-rev-list[] Limit the commits output to ones with log message that matches the specified pattern (regular expression). +--all-match:: + Limit the commits output to ones that match all given --grep, + --author and --committer instead of ones that match at least one. + -i:: --regexp-ignore-case::