From: Junio C Hamano Date: Thu, 13 Oct 2005 01:12:27 +0000 (-0700) Subject: clone-pack: new option --keep tells it not to explode the pack. X-Git-Tag: v0.99.9~138 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/11dcec07a4815b7a37e009df1e8007d7ec08becf?ds=inline;hp=11dcec07a4815b7a37e009df1e8007d7ec08becf 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 ---