man-pages/man1/git-verify-pack.1.html
2021-03-31 01:06:50 +01:00

140 lines
2.3 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of GIT-VERIFY-PACK</TITLE>
</HEAD><BODY>
<H1>GIT-VERIFY-PACK</H1>
Section: Git Manual (1)<BR>Updated: 03/04/2021<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>
git-verify-pack - Validate packed Git archive files
<A NAME="lbAC">&nbsp;</A>
<H2>SYNOPSIS</H2>
<P>
<PRE>
<I>git verify-pack</I> [-v|--verbose] [-s|--stat-only] [--] &lt;pack&gt;.idx ...
</PRE>
<P>
<A NAME="lbAD">&nbsp;</A>
<H2>DESCRIPTION</H2>
<P>
Reads given idx file for packed Git archive created with the <I>git pack-objects</I> command and verifies idx file and the corresponding pack file.
<A NAME="lbAE">&nbsp;</A>
<H2>OPTIONS</H2>
<P>
&lt;pack&gt;.idx ...
<DL COMPACT><DT id="1"><DD>
The idx files to verify.
</DL>
<P>
-v, --verbose
<DL COMPACT><DT id="2"><DD>
After verifying the pack, show list of objects contained in the pack and a histogram of delta chain length.
</DL>
<P>
-s, --stat-only
<DL COMPACT><DT id="3"><DD>
Do not verify the pack contents; only show the histogram of delta chain length. With
<B>--verbose</B>, list of objects is also shown.
</DL>
<P>
--
<DL COMPACT><DT id="4"><DD>
Do not interpret any more arguments as options.
</DL>
<A NAME="lbAF">&nbsp;</A>
<H2>OUTPUT FORMAT</H2>
<P>
When specifying the -v option the format used is:
<P>
<DL COMPACT><DT id="5"><DD>
<PRE>
SHA-1 type size size-in-packfile offset-in-packfile
</PRE>
</DL>
<P>
for objects that are not deltified in the pack, and
<P>
<DL COMPACT><DT id="6"><DD>
<PRE>
SHA-1 type size size-in-packfile offset-in-packfile depth base-SHA-1
</PRE>
</DL>
<P>
for objects that are deltified.
<A NAME="lbAG">&nbsp;</A>
<H2>GIT</H2>
<P>
Part of the <B><A HREF="/cgi-bin/man/man2html?1+git">git</A></B>(1) suite
<P>
<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT id="7"><A HREF="#lbAB">NAME</A><DD>
<DT id="8"><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT id="9"><A HREF="#lbAD">DESCRIPTION</A><DD>
<DT id="10"><A HREF="#lbAE">OPTIONS</A><DD>
<DT id="11"><A HREF="#lbAF">OUTPUT FORMAT</A><DD>
<DT id="12"><A HREF="#lbAG">GIT</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 00:05:15 GMT, March 31, 2021
</BODY>
</HTML>