author | Junio C Hamano <junkio@cox.net> | |
Thu, 13 Oct 2005 01:12:27 +0000 (18:12 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 13 Oct 2005 01:32:03 +0000 (18:32 -0700) | ||
commit | 11dcec07a4815b7a37e009df1e8007d7ec08becf | |
tree | 82901508b2d4af64381cad787e811c171738a7d1 | tree | snapshot |
parent | 84c8d8aec535e1d92c5acc36e84ac8e00f6e0e7a | commit | diff |
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>
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>
clone-pack.c | diff | blob | history |