commit | 64560374cc6c3ebe595540f3425b2b38036cf253 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@osdl.org> | Thu Oct 13 15:38:28 2005 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Thu Oct 13 15:38:28 2005 -0700 |
tree | e79ca82198cb9add48e33156aa0e4cd238f7f9a2 | |
parent | 9d835df246e81a6a03e3f633280c45e683e4c673 [diff] |
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>