From: Petr Baudis Date: Fri, 18 May 2007 23:21:53 +0000 (+0200) Subject: Documentation: git-rev-list's "patterns" X-Git-Tag: v1.5.1.5~2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a5c2d26a044af3899669b010a5b85801a8c2b6a7;p=git.git Documentation: git-rev-list's "patterns" 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-rev-list.txt b/Documentation/git-rev-list.txt index 11ce395c9..fde9a7208 100644 --- a/Documentation/git-rev-list.txt +++ b/Documentation/git-rev-list.txt @@ -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::