summaryrefslogtreecommitdiff
path: root/Documentation/git-rev-list.txt
diff options
context:
space:
mode:
authorPetr Baudis <pasky@suse.cz>2007-05-18 23:21:53 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-05-19 00:12:10 (GMT)
commita5c2d26a044af3899669b010a5b85801a8c2b6a7 (patch)
tree21ba4ca8042b227943af724a4b8d7ea536c86be5 /Documentation/git-rev-list.txt
parent164b19893ab5bc66b531a26480149a0dff082969 (diff)
downloadgit-a5c2d26a044af3899669b010a5b85801a8c2b6a7.zip
git-a5c2d26a044af3899669b010a5b85801a8c2b6a7.tar.gz
git-a5c2d26a044af3899669b010a5b85801a8c2b6a7.tar.bz2
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 <pasky@suse.cz> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-rev-list.txt')
-rw-r--r--Documentation/git-rev-list.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-rev-list.txt b/Documentation/git-rev-list.txt
index 11ce395..fde9a72 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::