diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-11-02 16:36:40 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-11-02 16:36:40 -0800 |
commit | 84cdd3c635280c42ae42009c4be020ef2c30ba7c (patch) | |
tree | 773c977169a5085ff4a8dfb2dab300503d9ff05b /Documentation/rev-list-options.txt | |
parent | Merge branch 'np/index-pack' (diff) | |
parent | Add reference for status letters in documentation. (diff) | |
download | tgif-84cdd3c635280c42ae42009c4be020ef2c30ba7c.tar.xz |
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.txt | 4 |
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:: |