Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-07-11 00:26:12 +0300
committerJunio C Hamano <gitster@pobox.com>2015-07-11 00:26:13 +0300
commitb3a30f6e0cb30ebe37381818aec594e99fd380ff (patch)
treee764b6d1c693ddc1f5a7cfc2f16b24d0073cfda7 /builtin/rev-list.c
parentace6325ddf40725b07591d33dc06f3b82dba57ab (diff)
parent75d2e5a7b038debee406805c9e21a86e7c085789 (diff)
Merge branch 'ls/hint-rev-list-count'
* ls/hint-rev-list-count: rev-list: add --count to usage guide
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 88eddbd53a..c0b4b53652 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"