Merge branch 'ds/push-sparse-tree-walk'
commit5fda343321f36384892061b21dcbe1d477145d2c
authorJunio C Hamano <gitster@pobox.com>
Thu, 7 Feb 2019 06:05:24 +0000 (6 22:05 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Feb 2019 06:05:25 +0000 (6 22:05 -0800)
tree3bc2ed0d898f0c4768529f5ecc9f5ec58dee9e49
parentd8d62e61353c7e34006cc5714f07f507256612df
parent99dbbfa8ddbba2b620965d026d4ec199b8837a6f
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
bisect.c
builtin/pack-objects.c
builtin/rev-list.c
http-push.c
list-objects.c
revision.c
revision.h
t/README