X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-verify-pack.txt;h=97f7f9165eca2311e4806e9cab8ef18c8c94f7d5;hb=0196f4b5a325251f62192f164cd1061a3fd98be8;hp=d791a80819b39b5c3b07ace9d30f16c63f56fd2e;hpb=14468ab45bae83ad300f17f41fe8fd555329ee5e;p=git.git diff --git a/Documentation/git-verify-pack.txt b/Documentation/git-verify-pack.txt index d791a8081..97f7f9165 100644 --- a/Documentation/git-verify-pack.txt +++ b/Documentation/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.