git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Junio C Hamano <gitster@pobox.com>
To: Nick Triantos <nick@perceptivepixel.com>
Cc: B Smith-Mannschott <bsmith.occs@gmail.com>,
	"git\@vger.kernel.org" <git@vger.kernel.org>
Subject: Re: Huge pack file from small unpacked objects
Date: Tue, 22 Dec 2009 10:11:15 -0800	[thread overview]
Message-ID: <7veimm3mm4.fsf@alter.siamese.dyndns.org> (raw)
In-Reply-To: <75B8C0BEE0AE2A44AA971D218D9FE99E6B06F111@VMBX125.ihostexchange.net> (Nick Triantos's message of "Tue\, 22 Dec 2009 13\:04\:10 -0500")

Nick Triantos <nick@perceptivepixel.com> writes:

> Is there an easy way to unpack the pack file and see what's inside (including sizes)?

Unpack?

    (mkdir /var/tmp/junk &&
     cd /var/tmp/junk &&
     git init && git unpack-objects) <.git/objects/pack/pack-$that_one.pack

It might also be interesting to see

    git verify-pack -v .git/objects/pack/pack-$that_one.pack

  reply	other threads:[~2009-12-22 18:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <404585ED79625A40AB5A9884ECA9A63B3E02083F@VMBX125.ihostexchange.net>
2009-12-16 16:34 ` Huge pack file from small unpacked objects Nick Triantos
2009-12-22  8:54   ` B Smith-Mannschott
2009-12-22 18:04     ` Nick Triantos
2009-12-22 18:11       ` Junio C Hamano [this message]
2009-12-22  6:19 ` Nick Triantos
2009-12-22 17:41   ` Nicolas Pitre

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7veimm3mm4.fsf@alter.siamese.dyndns.org \
    --to=gitster@pobox.com \
    --cc=bsmith.occs@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=nick@perceptivepixel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).