diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-07-10 14:26:12 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-07-10 14:26:13 -0700 |
commit | b3a30f6e0cb30ebe37381818aec594e99fd380ff (patch) | |
tree | e764b6d1c693ddc1f5a7cfc2f16b24d0073cfda7 /Documentation | |
parent | ace6325ddf40725b07591d33dc06f3b82dba57ab (diff) | |
parent | 75d2e5a7b038debee406805c9e21a86e7c085789 (diff) | |
download | git-b3a30f6e0cb30ebe37381818aec594e99fd380ff.tar.gz |
Merge branch 'ls/hint-rev-list-count'
* ls/hint-rev-list-count:
rev-list: add --count to usage guide
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-rev-list.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-rev-list.txt b/Documentation/git-rev-list.txt index b10ea60833..7b49c85347 100644 --- a/Documentation/git-rev-list.txt +++ b/Documentation/git-rev-list.txt @@ -56,6 +56,7 @@ SYNOPSIS [ --reverse ] [ --walk-reflogs ] [ --no-walk ] [ --do-walk ] + [ --count ] [ --use-bitmap-index ] <commit>... [ \-- <paths>... ] |