Code

Documentation: git-rev-list's "patterns"
authorPetr Baudis <pasky@suse.cz>
Fri, 18 May 2007 23:21:53 +0000 (01:21 +0200)
committerJunio C Hamano <junkio@cox.net>
Sat, 19 May 2007 00:12:10 +0000 (17:12 -0700)
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>
Documentation/git-rev-list.txt

index 11ce395c982d5eb217d13441c2668884cc371d22..fde9a7208de04a0ee3165dd7d398061270649116 100644 (file)
@@ -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::