clone-pack: new option --keep tells it not to explode the pack.
authorJunio C Hamano <junkio@cox.net>
Thu, 13 Oct 2005 01:12:27 +0000 (18:12 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 13 Oct 2005 01:32:03 +0000 (18:32 -0700)
commit64c381bf740a0a698fe7556fbb346b700b934f7c
tree1970e5869a42fd4095917d861654dc84d60f02b7
parent11dcec07a4815b7a37e009df1e8007d7ec08becf
clone-pack: new option --keep tells it not to explode the pack.

With new option --keep, or a configuration item clone.keeppack (we
need a better name, or start allowing dash,"clone.keep-pack"), the packed
data downloaded while cloning is saved as a pack in .git/objects/pack/
locally, with index generated for it with git-index-pack.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-clone-pack.txt
clone-pack.c