aboutsummaryrefslogtreecommitdiff
path: root/builtin/rev-list.c
diff options
context:
space:
mode:
authorLawrence Siebert <lawrencesiebert@gmail.com>2015-07-01 02:24:11 -0700
committerJunio C Hamano <gitster@pobox.com>2015-07-01 09:29:11 -0700
commit75d2e5a7b038debee406805c9e21a86e7c085789 (patch)
tree91c35b002569befb378fff5b0698bef573125e13 /builtin/rev-list.c
parent351d06df519ee405a1926e0c6ee34d6a1dba6b46 (diff)
downloadgit-75d2e5a7b038debee406805c9e21a86e7c085789.tar.gz
git-75d2e5a7b038debee406805c9e21a86e7c085789.tar.xz
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 'builtin/rev-list.c')
-rw-r--r--builtin/rev-list.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/rev-list.c b/builtin/rev-list.c
index ff84a825f..ee9e8725b 100644
--- a/builtin/rev-list.c
+++ b/builtin/rev-list.c
@@ -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"