aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-rev-list.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-05-18 17:27:08 -0700
committerJunio C Hamano <junkio@cox.net>2007-05-18 17:27:08 -0700
commitd6b3e3a33f71910526ccf80af6c13a230363cd89 (patch)
tree8b1d73d38c30a8fd53300293da718aacad061fda /Documentation/git-rev-list.txt
parent7f79b0173d2464a31fcb69ff33df9821172b2219 (diff)
parent6b68342edc392bb640b30c2115eb6585a3303e25 (diff)
downloadgit-d6b3e3a33f71910526ccf80af6c13a230363cd89.tar.gz
Merge 1.5.1.5 in
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 ab90a22f11..c3c2043d18 100644
--- a/Documentation/git-rev-list.txt
+++ b/Documentation/git-rev-list.txt
@@ -207,12 +207,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::