Document that git-log takes --all-match.

Signed-off-by: Mikael Magnusson <mikachu@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Mikael Magnusson 2008-11-02 19:32:46 +01:00 коммит произвёл Junio C Hamano
Родитель 02893a8503
Коммит 7756ba74c0
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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::