зеркало из https://github.com/microsoft/git.git
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:
Родитель
164b19893a
Коммит
a5c2d26a04
|
@ -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::
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче