summaryrefslogtreecommitdiffstats
path: root/git-rev-list.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-09-25 04:45:55 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-09-25 04:45:55 +0000
commit47c1e3ca86a9871867627dd09e64ae4dce79ed32 (patch)
treed538ded12119f06e65799876d7e7fc7b9d8481a9 /git-rev-list.txt
parent1ac2aec67e940a383b4f2a724a754dbd5fe4bfdc (diff)
downloadgit-htmldocs-47c1e3ca86a9871867627dd09e64ae4dce79ed32.tar.gz
Autogenerated HTML docs for v1.4.2.1-g83915
Diffstat (limited to 'git-rev-list.txt')
-rw-r--r--git-rev-list.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/git-rev-list.txt b/git-rev-list.txt
index 28966adbb..00a95e249 100644
--- a/git-rev-list.txt
+++ b/git-rev-list.txt
@@ -20,6 +20,7 @@ SYNOPSIS
[ \--stdin ]
[ \--topo-order ]
[ \--parents ]
+ [ \--(author|committer|grep)=<pattern> ]
[ [\--objects | \--objects-edge] [ \--unpacked ] ]
[ \--pretty | \--header ]
[ \--bisect ]
@@ -154,6 +155,16 @@ limiting may be applied.
Limit the commits output to specified time range.
+--author='pattern', --committer='pattern'::
+
+ Limit the commits output to ones with author/committer
+ header lines that match the specified pattern.
+
+--grep='pattern'::
+
+ Limit the commits output to ones with log message that
+ matches the specified pattern.
+
--remove-empty::
Stop when a given path disappears from the tree.