summaryrefslogtreecommitdiffstats
path: root/git-rev-list.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-05-19 04:20:33 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-05-19 04:20:33 +0000
commit75485c89fbee8a433ff53a688f7f645f6ec3b160 (patch)
treecda51254cf9452023a0c09abbc106090ce9a8113 /git-rev-list.txt
parent9fbd4f74c5f06314a49d3fb414f960fa5fed8e56 (diff)
downloadgit-htmldocs-75485c89fbee8a433ff53a688f7f645f6ec3b160.tar.gz
Autogenerated HTML docs for v1.5.2-rc3-83-gc906
Diffstat (limited to 'git-rev-list.txt')
-rw-r--r--git-rev-list.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-rev-list.txt b/git-rev-list.txt
index ab90a22f1..c3c2043d1 100644
--- a/git-rev-list.txt
+++ b/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::