Document that git-log takes --all-match.
authorMikael Magnusson <mikachu@gmail.com>
Sun, 2 Nov 2008 18:32:46 +0000 (19:32 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 2 Nov 2008 23:51:37 +0000 (15:51 -0800)
Signed-off-by: Mikael Magnusson <mikachu@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/rev-list-options.txt
index 735cf07b20e17e29d96f701d97768ae610aea590..5df35ce519e27e3fa20a0f3732ac4ddb58d9ab69 100644 (file)
@@ -174,6 +174,10 @@ endif::git-rev-list[]
        Limit the commits output to ones with log message that
        matches the specified pattern (regular expression).
 
        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::
 
 -i::
 --regexp-ignore-case::