Browse Source

Merge branch 'ls/hint-rev-list-count' into maint

* ls/hint-rev-list-count:
  rev-list: add --count to usage guide
maint
Junio C Hamano 9 years ago
parent
commit
3afcec9057
  1. 1
      Documentation/git-rev-list.txt
  2. 1
      builtin/rev-list.c

1
Documentation/git-rev-list.txt

@ -56,6 +56,7 @@ SYNOPSIS @@ -56,6 +56,7 @@ SYNOPSIS
[ --reverse ]
[ --walk-reflogs ]
[ --no-walk ] [ --do-walk ]
[ --count ]
[ --use-bitmap-index ]
<commit>... [ \-- <paths>... ]


1
builtin/rev-list.c

@ -42,6 +42,7 @@ static const char rev_list_usage[] = @@ -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"

Loading…
Cancel
Save