1
0
mirror of https://github.com/git/git.git synced 2024-10-03 11:41:26 +02:00

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

@ -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::