aboutsummaryrefslogtreecommitdiff
path: root/Documentation/rev-list-options.txt
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2008-11-02 19:32:46 +0100
committerJunio C Hamano <gitster@pobox.com>2008-11-02 15:51:37 -0800
commit7756ba74c04caf03d47718d581439a48bae7ed73 (patch)
tree406c234e57e72f82081a81f03452c0c6370b49e1 /Documentation/rev-list-options.txt
parent02893a8503158823e42ca1d4d59faae691684b54 (diff)
downloadgit-7756ba74c04caf03d47718d581439a48bae7ed73.tar.gz
git-7756ba74c04caf03d47718d581439a48bae7ed73.tar.xz
Document that git-log takes --all-match.
Signed-off-by: Mikael Magnusson <mikachu@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/rev-list-options.txt')
-rw-r--r--Documentation/rev-list-options.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt
index 735cf07b2..5df35ce51 100644
--- a/Documentation/rev-list-options.txt
+++ b/Documentation/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::