diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-07-27 12:21:47 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-07-27 12:21:47 -0700 |
commit | 3afcec9057ed2c13338ab53a9fa34b8a031e5b23 (patch) | |
tree | c7b7f7cc0c66c3b9db6688276c3aba7190fa5f67 /builtin/rev-list.c | |
parent | 315b3ba3e421f66527a71bbc2e3a7c90e9c6d8e5 (diff) | |
parent | 75d2e5a7b038debee406805c9e21a86e7c085789 (diff) | |
download | git-3afcec9057ed2c13338ab53a9fa34b8a031e5b23.tar.gz |
Merge branch 'ls/hint-rev-list-count' into maint
* 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.c | 1 |
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" |