Skip to content

Commit

Permalink
Merge branch 'ls/hint-rev-list-count'
Browse files Browse the repository at this point in the history
* ls/hint-rev-list-count:
  rev-list: add --count to usage guide
  • Loading branch information
Junio C Hamano committed Jul 10, 2015
2 parents ace6325 + 75d2e5a commit b3a30f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/git-rev-list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ SYNOPSIS
[ --reverse ]
[ --walk-reflogs ]
[ --no-walk ] [ --do-walk ]
[ --count ]
[ --use-bitmap-index ]
<commit>... [ \-- <paths>... ]

Expand Down
1 change: 1 addition & 0 deletions builtin/rev-list.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b3a30f6

Please sign in to comment.