mirror of
https://github.com/git/git.git
synced 2024-11-20 11:24:02 +01: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:
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::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user