diff options
author | Mikael Magnusson <mikachu@gmail.com> | 2008-11-02 19:32:46 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-11-02 15:51:37 -0800 |
commit | 7756ba74c04caf03d47718d581439a48bae7ed73 (patch) | |
tree | 406c234e57e72f82081a81f03452c0c6370b49e1 /Documentation/rev-list-options.txt | |
parent | 02893a8503158823e42ca1d4d59faae691684b54 (diff) | |
download | git-7756ba74c04caf03d47718d581439a48bae7ed73.tar.gz |
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.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt index 735cf07b20..5df35ce519 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:: |