Add support for "local" packing
commit64560374cc6c3ebe595540f3425b2b38036cf253
authorLinus Torvalds <torvalds@osdl.org>
Thu, 13 Oct 2005 22:38:28 +0000 (13 15:38 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 13 Oct 2005 22:38:28 +0000 (13 15:38 -0700)
treee79ca82198cb9add48e33156aa0e4cd238f7f9a2
parent9d835df246e81a6a03e3f633280c45e683e4c673
Add support for "local" packing

This adds the "--local" flag to git-pack-objects, which acts like
"--incremental", except that instead of ignoring all packed objects, it
only ignores objects that are packed and in an alternate object tree.

As a result, it effectively only does a local re-pack: any remote-packed
objects will stay in the alternate object directories.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
pack-objects.c