Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-11-03 03:36:40 +0300
committerJunio C Hamano <gitster@pobox.com>2008-11-03 03:36:40 +0300
commit84cdd3c635280c42ae42009c4be020ef2c30ba7c (patch)
tree773c977169a5085ff4a8dfb2dab300503d9ff05b /Documentation/rev-list-options.txt
parent275ee50c819d6c25a303f3d01689aba00840a783 (diff)
parenta5a323f33cd25829e0dde3939b196cf743d7d9d8 (diff)
Merge branch 'maint'
* maint: Add reference for status letters in documentation. Document that git-log takes --all-match. Update draft 1.6.0.4 release notes
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 0ce916a188..966276b169 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::