Merge branch 'ls/hint-rev-list-count'
* ls/hint-rev-list-count: rev-list: add --count to usage guide
This commit is contained in:
commit
b3a30f6e0c
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user