Documentation: git-rev-list's "patterns"
[gitweb.git] / 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::