diff options
author | Lawrence Siebert <lawrencesiebert@gmail.com> | 2015-07-01 11:24:11 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-07-01 18:29:11 +0200 |
commit | 75d2e5a7b038debee406805c9e21a86e7c085789 (patch) | |
tree | 91c35b002569befb378fff5b0698bef573125e13 /Documentation/git-rev-list.txt | |
parent | Merge branch 'jk/stash-require-clean-index' into maint (diff) | |
download | git-75d2e5a7b038debee406805c9e21a86e7c085789.tar.xz git-75d2e5a7b038debee406805c9e21a86e7c085789.zip |
rev-list: add --count to usage guide
--count should be mentioned in the usage guide, this updates code and
documentation.
Signed-off-by: Lawrence Siebert <lawrencesiebert@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-rev-list.txt')
-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>... ] |