diff options
author | Stephan Beyer <s-beyer@gmx.net> | 2008-06-08 03:36:10 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-06-08 22:46:38 +0200 |
commit | 459cf2e9857df069269aa733a7ce9df6f00f88ef (patch) | |
tree | 1ce6860b3c8e5e7b51d215631bdfb5ac4d422318 /Documentation/git-count-objects.txt | |
parent | Docs: Use "-l::\n--long\n" format in OPTIONS sections (diff) | |
download | git-459cf2e9857df069269aa733a7ce9df6f00f88ef.tar.xz git-459cf2e9857df069269aa733a7ce9df6f00f88ef.zip |
Docs: add some long/short options
Namely:
git-clean.txt: --dry-run --quiet
git-count-objects.txt: --verbose
git-quiltimport.txt: -n
git-remote.txt: -v --verbose
Signed-off-by: Stephan Beyer <s-beyer@gmx.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-count-objects.txt')
-rw-r--r-- | Documentation/git-count-objects.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-count-objects.txt b/Documentation/git-count-objects.txt index e1219b3167..1ba85a259a 100644 --- a/Documentation/git-count-objects.txt +++ b/Documentation/git-count-objects.txt @@ -18,6 +18,7 @@ them, to help you decide when it is a good time to repack. OPTIONS ------- -v:: +--verbose:: In addition to the number of loose objects and disk space consumed, it reports the number of in-pack objects, number of packs, and number of objects that can be |