Skip to content

Commit

Permalink
Document that git-log takes --all-match.
Browse files Browse the repository at this point in the history
Signed-off-by: Mikael Magnusson <mikachu@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Mikael Magnusson authored and Junio C Hamano committed Nov 2, 2008
1 parent 02893a8 commit 7756ba7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Documentation/rev-list-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down

0 comments on commit 7756ba7

Please sign in to comment.