summaryrefslogtreecommitdiffstats
path: root/rev-list-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-11-03 04:36:58 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-11-03 04:36:58 +0000
commitaa17c7c4d33a68aa8f51a1cea8f2ca37bdf86d26 (patch)
treea74c0772fb185c556c527d188f08ebbe3f45ac0b /rev-list-options.txt
parentf7e47eefae93a126e7df9ca7ccf6ba2e3d1af914 (diff)
downloadgit-htmldocs-aa17c7c4d33a68aa8f51a1cea8f2ca37bdf86d26.tar.gz
Autogenerated HTML docs for v1.6.0.3-613-g9f8f13
Diffstat (limited to 'rev-list-options.txt')
-rw-r--r--rev-list-options.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/rev-list-options.txt b/rev-list-options.txt
index 0ce916a18..966276b16 100644
--- a/rev-list-options.txt
+++ b/rev-list-options.txt
@@ -174,6 +174,10 @@ endif::git-rev-list[]
Limit the commits output to ones with log message that
matches the specified pattern (regular expression).
+--all-match::
+ Limit the commits output to ones that match all given --grep,
+ --author and --committer instead of ones that match at least one.
+
-i::
--regexp-ignore-case::