From 5f40520f8c4ca24b29295a36c7a7b6059ad5a888 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 14 Jul 2005 00:08:05 -0700 Subject: [PATCH] Documentation: packed GIT support commands. This adds documentation for creating packed archives, inspecting, validating them, and unpacking them. Signed-off-by: Junio C Hamano Signed-off-by: Linus Torvalds --- Documentation/git-verify-pack.txt | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'Documentation/git-verify-pack.txt') diff --git a/Documentation/git-verify-pack.txt b/Documentation/git-verify-pack.txt index 2df77de0f3..d1043eb8df 100644 --- a/Documentation/git-verify-pack.txt +++ b/Documentation/git-verify-pack.txt @@ -9,7 +9,7 @@ git-verify-pack - Validate packed GIT archive files. SYNOPSIS -------- -'git-verify-pack' .idx ... +'git-verify-pack' [-v] .idx ... DESCRIPTION @@ -23,6 +23,17 @@ OPTIONS .idx ...:: The idx files to verify. +-v:: + After verifying the pack, show list of objects contained + in the pack. The format used is: + + SHA1 type size offset-in-packfile + + for objects that are not deltified in the pack, and + + SHA1 type size offset-in-packfile depth base-SHA1 + + for objects that are deltified. Author ------ -- cgit v1.2.1