-
- Downloads
Merge branch 'ds/push-sparse-tree-walk'
"git pack-objects" learned another algorithm to compute the set of objects to send, that trades the resulting packfile off to save traversal cost to favor small pushes. * ds/push-sparse-tree-walk: pack-objects: create GIT_TEST_PACK_SPARSE pack-objects: create pack.useSparse setting revision: implement sparse algorithm list-objects: consume sparse tree walk revision: add mark_tree_uninteresting_sparse
No related branches found
No related tags found
Showing
- Documentation/config/pack.txt 9 additions, 0 deletionsDocumentation/config/pack.txt
- Documentation/git-pack-objects.txt 10 additions, 1 deletionDocumentation/git-pack-objects.txt
- bisect.c 1 addition, 1 deletionbisect.c
- builtin/pack-objects.c 9 additions, 1 deletionbuiltin/pack-objects.c
- builtin/rev-list.c 1 addition, 1 deletionbuiltin/rev-list.c
- http-push.c 1 addition, 1 deletionhttp-push.c
- list-objects.c 59 additions, 11 deletionslist-objects.c
- list-objects.h 3 additions, 1 deletionlist-objects.h
- revision.c 143 additions, 0 deletionsrevision.c
- revision.h 2 additions, 0 deletionsrevision.h
- t/README 4 additions, 0 deletionst/README
- t/t5322-pack-objects-sparse.sh 136 additions, 0 deletionst/t5322-pack-objects-sparse.sh
t/t5322-pack-objects-sparse.sh
0 → 100755
Please register or sign in to comment