Documentation: git-rev-list's "patterns"

git-rev-list(1) talks about patterns as values for the
--grep, --committed etc. parameters, without going into detail.
This patch mentions that these patterns are actually regexps.

Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Petr Baudis 2007-05-19 01:21:53 +02:00 коммит произвёл Junio C Hamano
Родитель 164b19893a
Коммит a5c2d26a04
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -193,12 +193,12 @@ limiting may be applied.
--author='pattern', --committer='pattern':: --author='pattern', --committer='pattern'::
Limit the commits output to ones with author/committer Limit the commits output to ones with author/committer
header lines that match the specified pattern. header lines that match the specified pattern (regular expression).
--grep='pattern':: --grep='pattern'::
Limit the commits output to ones with log message that Limit the commits output to ones with log message that
matches the specified pattern. matches the specified pattern (regular expression).
--remove-empty:: --remove-empty::