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)
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>
No differences found