projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02893a8
)
Document that git-log takes --all-match.
author
Mikael Magnusson
<mikachu@gmail.com>
Sun, 2 Nov 2008 18:32:46 +0000
(19:32 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 2 Nov 2008 23:51:37 +0000
(15:51 -0800)
Signed-off-by: Mikael Magnusson <mikachu@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/rev-list-options.txt
patch
|
blob
|
history
diff --git
a/Documentation/rev-list-options.txt
b/Documentation/rev-list-options.txt
index 735cf07b20e17e29d96f701d97768ae610aea590..5df35ce519e27e3fa20a0f3732ac4ddb58d9ab69 100644
(file)
--- 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::