From 7756ba74c04caf03d47718d581439a48bae7ed73 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sun, 2 Nov 2008 19:32:46 +0100 Subject: [PATCH] Document that git-log takes --all-match. Signed-off-by: Mikael Magnusson Signed-off-by: Junio C Hamano --- Documentation/rev-list-options.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt index 735cf07b20..5df35ce519 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:: -- 2.11.4.GIT