aboutsummaryrefslogtreecommitdiff
path: root/list-objects.h
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2013-08-16 16:52:05 +0700
committerJunio C Hamano <gitster@pobox.com>2013-08-28 11:52:11 -0700
commitcdab485853b405d6454d4974bdc3825134d85249 (patch)
tree085f603e214a31e9cb4d3c19b19263cf42a76ceb /list-objects.h
parent08ea65ad13faaf24f57732cdc8af3d830d4b367f (diff)
downloadgit-cdab485853b405d6454d4974bdc3825134d85249.tar.gz
git-cdab485853b405d6454d4974bdc3825134d85249.tar.xz
upload-pack: delegate rev walking in shallow fetch to pack-objects
upload-pack has a special revision walking code for shallow recipients. It works almost like the similar code in pack-objects except: 1. in upload-pack, graft points could be added for deepening; 2. also when the repository is deepened, the shallow point will be moved further away from the tip, but the old shallow point will be marked as edge to produce more efficient packs. See 6523078 (make shallow repository deepening more network efficient - 2009-09-03). Pass the file to pack-objects via --shallow-file. This will override $GIT_DIR/shallow and give pack-objects the exact repository shape that upload-pack has. mark edge commits by revision command arguments. Even if old shallow points are passed as "--not" revisions as in this patch, they will not be picked up by mark_edges_uninteresting() because this function looks up to parents for edges, while in this case the edge is the children, in the opposite direction. This will be fixed in an later patch when all given uninteresting commits are marked as edges. Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'list-objects.h')
0 files changed, 0 insertions, 0 deletions