зеркало из https://github.com/microsoft/git.git
rev-list: add --count to usage guide
--count should be mentioned in the usage guide, this updates code and documentation. Signed-off-by: Lawrence Siebert <lawrencesiebert@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
351d06df51
Коммит
75d2e5a7b0
|
@ -56,6 +56,7 @@ SYNOPSIS
|
|||
[ --reverse ]
|
||||
[ --walk-reflogs ]
|
||||
[ --no-walk ] [ --do-walk ]
|
||||
[ --count ]
|
||||
[ --use-bitmap-index ]
|
||||
<commit>... [ \-- <paths>... ]
|
||||
|
||||
|
|
|
@ -42,6 +42,7 @@ static const char rev_list_usage[] =
|
|||
" --abbrev=<n> | --no-abbrev\n"
|
||||
" --abbrev-commit\n"
|
||||
" --left-right\n"
|
||||
" --count\n"
|
||||
" special purpose:\n"
|
||||
" --bisect\n"
|
||||
" --bisect-vars\n"
|
||||
|
|
Загрузка…
Ссылка в новой задаче