Skip to content

Commit 7756ba7

Browse files
Mikachugitster
authored andcommitted
Document that git-log takes --all-match.
Signed-off-by: Mikael Magnusson <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 02893a8 commit 7756ba7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Documentation/rev-list-options.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,10 @@ endif::git-rev-list[]
174174
Limit the commits output to ones with log message that
175175
matches the specified pattern (regular expression).
176176

177+
--all-match::
178+
Limit the commits output to ones that match all given --grep,
179+
--author and --committer instead of ones that match at least one.
180+
177181
-i::
178182
--regexp-ignore-case::
179183

0 commit comments

Comments
 (0)