We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 315b3ba + 75d2e5a commit 3afcec9Copy full SHA for 3afcec9
Documentation/git-rev-list.txt
@@ -56,6 +56,7 @@ SYNOPSIS
56
[ --reverse ]
57
[ --walk-reflogs ]
58
[ --no-walk ] [ --do-walk ]
59
+ [ --count ]
60
[ --use-bitmap-index ]
61
<commit>... [ \-- <paths>... ]
62
builtin/rev-list.c
@@ -42,6 +42,7 @@ static const char rev_list_usage[] =
42
" --abbrev=<n> | --no-abbrev\n"
43
" --abbrev-commit\n"
44
" --left-right\n"
45
+" --count\n"
46
" special purpose:\n"
47
" --bisect\n"
48
" --bisect-vars\n"
0 commit comments