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:
authorNicolas Pitre <nico@cam.org>2008-02-28 08:25:20 +0300
committerJunio C Hamano <gitster@pobox.com>2008-03-01 12:44:46 +0300
commit5f4347bba39ddb147b06913ac263fc46954d2d0b (patch)
tree14625a65b23ed1892c9c8de5c86f02e1523fe5d0 /Documentation/git-verify-pack.txt
parent70f5d5d31cbf0ba273083805124ad67135142527 (diff)
add storage size output to 'git verify-pack -v'
This can possibly break external scripts that depend on the previous output, but those script can't possibly be critical to Git usage, and fixing them should be trivial. Signed-off-by: Nicolas Pitre <nico@cam.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-verify-pack.txt')
-rw-r--r--Documentation/git-verify-pack.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-verify-pack.txt b/Documentation/git-verify-pack.txt
index db019a2b8d..ba2a157299 100644
--- a/Documentation/git-verify-pack.txt
+++ b/Documentation/git-verify-pack.txt
@@ -32,11 +32,11 @@ OUTPUT FORMAT
-------------
When specifying the -v option the format used is:
- SHA1 type size offset-in-packfile
+ SHA1 type size size-in-pack-file offset-in-packfile
for objects that are not deltified in the pack, and
- SHA1 type size offset-in-packfile depth base-SHA1
+ SHA1 type size size-in-packfile offset-in-packfile depth base-SHA1
for objects that are deltified.