All of lore.kernel.org
 help / color / mirror / Atom feed
* is git-unpack-objects now redundant for 'git-push' and friends?
@ 2006-10-10 13:23 Sam Vilain
  2006-10-10 16:14 ` Shawn Pearce
  2006-10-10 17:44 ` Junio C Hamano
  0 siblings, 2 replies; 3+ messages in thread
From: Sam Vilain @ 2006-10-10 13:23 UTC (permalink / raw)
  To: git

When pushing or pulling to/from a repository, why unpack the objects?
Why not just fsck and then throw the pack into $GIT_DIR/objects/pack?

If you're pushing the entire repository, for instance, currently you
might create 10,000's of files, which will just be thrown away later
when you `git-repack -d'.

I suspect that this was never changed, because there never used to be
more than one packfile allowed, correct?

If the server *does* send us duplicates of objects we already have for
some reason, well that's what `git-repack -a -d' is for.

I'm just wondering if there are any good reasons to do this any more.

Sam.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-10-10 17:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-10 13:23 is git-unpack-objects now redundant for 'git-push' and friends? Sam Vilain
2006-10-10 16:14 ` Shawn Pearce
2006-10-10 17:44 ` Junio C Hamano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.