author | Linus Torvalds <torvalds@osdl.org> | |
Thu, 13 Oct 2005 22:38:28 +0000 (15:38 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 13 Oct 2005 22:38:28 +0000 (15:38 -0700) | ||
commit | 64560374cc6c3ebe595540f3425b2b38036cf253 | |
tree | e79ca82198cb9add48e33156aa0e4cd238f7f9a2 | tree | snapshot |
parent | 9d835df246e81a6a03e3f633280c45e683e4c673 | commit | 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>
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 | diff | blob | history |