Document that git-log takes --all-match.

Signed-off-by: Mikael Magnusson <mikachu@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Mikael Magnusson 2008-11-02 19:32:46 +01:00 committed by Junio C Hamano
parent 02893a8503
commit 7756ba74c0

View File

@ -174,6 +174,10 @@ endif::git-rev-list[]
Limit the commits output to ones with log message that Limit the commits output to ones with log message that
matches the specified pattern (regular expression). 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:: -i::
--regexp-ignore-case:: --regexp-ignore-case::