summaryrefslogtreecommitdiff
path: root/index-pack.c
diff options
context:
space:
mode:
authorNicolas Pitre <nico@cam.org>2006-10-27 15:42:17 -0400
committerJunio C Hamano <junkio@cox.net>2006-10-27 14:58:31 -0700
commitd9c20ba13dfca737373ba466d2a718cafdc17f92 (patch)
treeac6621754f3455246ca650d14abec0bf05046579 /index-pack.c
parent9bee24785133ba3c2361b17f8c20019ab57b6f72 (diff)
downloadgit-d9c20ba13dfca737373ba466d2a718cafdc17f92.tar.gz
enhance clone and fetch -k experience
Now that index-pack can be streamed with a pack, it is probably a good idea to use it directly instead of creating a temporary file and running index-pack afterwards. This way index-pack can abort early whenever a corruption is encountered even if the pack has not been fully downloaded, it can display a progress percentage as it knows how much to expects, and it is a bit faster since the pack indexing is partially done as data is received. Using fetch -k doesn't need to disable thin pack generation on the remote end either. Signed-off-by: Nicolas Pitre <nico@cam.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'index-pack.c')
0 files changed, 0 insertions, 0 deletions