summaryrefslogtreecommitdiffstats
path: root/git-verify-pack.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-08-24 00:51:45 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-08-24 00:51:45 +0000
commitbed00e716afd5ca14f313c92c54ae41bf20167dd (patch)
tree19fb151d895586b1fcf445f5a80740f05f238cd7 /git-verify-pack.txt
parentfe24db05d4bb032effbd10c0ef1e4ad11d09c07c (diff)
downloadgit-htmldocs-bed00e716afd5ca14f313c92c54ae41bf20167dd.tar.gz
Autogenerated HTML docs for v1.6.4.1-184-g2e11
Diffstat (limited to 'git-verify-pack.txt')
-rw-r--r--git-verify-pack.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/git-verify-pack.txt b/git-verify-pack.txt
index d791a8081..97f7f9165 100644
--- a/git-verify-pack.txt
+++ b/git-verify-pack.txt
@@ -25,7 +25,13 @@ OPTIONS
-v::
--verbose::
After verifying the pack, show list of objects contained
- in the pack.
+ in the pack and a histogram of delta chain length.
+
+-s::
+--stat-only::
+ Do not verify the pack contents; only show the histogram of delta
+ chain length. With `--verbose`, list of objects is also shown.
+
\--::
Do not interpret any more arguments as options.