Skip to content

Commit

Permalink
Documentation: git-rev-list's "patterns"
Browse files Browse the repository at this point in the history
git-rev-list(1) talks about patterns as values for the
--grep, --committed etc. parameters, without going into detail.
This patch mentions that these patterns are actually regexps.

Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Petr Baudis authored and Junio C Hamano committed May 19, 2007
1 parent 164b198 commit a5c2d26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/git-rev-list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -193,12 +193,12 @@ limiting may be applied.
--author='pattern', --committer='pattern'::

Limit the commits output to ones with author/committer
header lines that match the specified pattern.
header lines that match the specified pattern (regular expression).

--grep='pattern'::

Limit the commits output to ones with log message that
matches the specified pattern.
matches the specified pattern (regular expression).

--remove-empty::

Expand Down

0 comments on commit a5c2d26

Please sign in to comment.