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:

committed by
Junio C Hamano

parent
351d06df51
commit
75d2e5a7b0
@ -56,6 +56,7 @@ SYNOPSIS
|
|||||||
[ --reverse ]
|
[ --reverse ]
|
||||||
[ --walk-reflogs ]
|
[ --walk-reflogs ]
|
||||||
[ --no-walk ] [ --do-walk ]
|
[ --no-walk ] [ --do-walk ]
|
||||||
|
[ --count ]
|
||||||
[ --use-bitmap-index ]
|
[ --use-bitmap-index ]
|
||||||
<commit>... [ \-- <paths>... ]
|
<commit>... [ \-- <paths>... ]
|
||||||
|
|
||||||
|
@ -42,6 +42,7 @@ static const char rev_list_usage[] =
|
|||||||
" --abbrev=<n> | --no-abbrev\n"
|
" --abbrev=<n> | --no-abbrev\n"
|
||||||
" --abbrev-commit\n"
|
" --abbrev-commit\n"
|
||||||
" --left-right\n"
|
" --left-right\n"
|
||||||
|
" --count\n"
|
||||||
" special purpose:\n"
|
" special purpose:\n"
|
||||||
" --bisect\n"
|
" --bisect\n"
|
||||||
" --bisect-vars\n"
|
" --bisect-vars\n"
|
||||||
|
Reference in New Issue
Block a user