From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/git/git-verify-pack.html | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 devdocs/git/git-verify-pack.html (limited to 'devdocs/git/git-verify-pack.html') diff --git a/devdocs/git/git-verify-pack.html b/devdocs/git/git-verify-pack.html deleted file mode 100644 index df9a5cba..00000000 --- a/devdocs/git/git-verify-pack.html +++ /dev/null @@ -1,6 +0,0 @@ -

git-verify-pack

Name

git-verify-pack - Validate packed Git archive files

Synopsis

git verify-pack [-v | --verbose] [-s | --stat-only] [--] <pack>.idx…​

Description

Reads given idx file for packed Git archive created with the git pack-objects command and verifies the idx file and the corresponding pack file.

Options

<pack>.idx …​

The idx files to verify.

-v
--verbose

After verifying the pack, show the list of objects contained 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, the list of objects is also shown.

--

Do not interpret any more arguments as options.

Output format

When specifying the -v option the format used is:

SHA-1 type size size-in-packfile offset-in-packfile

for objects that are not deltified in the pack, and

SHA-1 type size size-in-packfile offset-in-packfile depth base-SHA-1

for objects that are deltified.

-

- © 2012–2024 Scott Chacon and others
Licensed under the MIT License.
- https://git-scm.com/docs/git-verify-pack -

-
-- cgit v1.2.3