]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jt/partial-clone-missing-ref-delta-base'
authorJunio C Hamano <gitster@pobox.com>
Fri, 21 Jun 2019 18:24:09 +0000 (11:24 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Jun 2019 18:24:09 +0000 (11:24 -0700)
commit8867aa855e0c5cc7bc80589783295379ae63d175
tree5522010030dc3fb5b8364f051621d4dcf7ed17ee
parenta41dad4330c8291893b5c5b013457499855ec9b5
parent810e19322d0165e89faf560e65de61b9cd5d63dc
Merge branch 'jt/partial-clone-missing-ref-delta-base'

"git fetch" into a lazy clone forgot to fetch base objects that are
necessary to complete delta in a thin packfile, which has been
corrected.

* jt/partial-clone-missing-ref-delta-base:
  t5616: cover case of client having delta base
  t5616: use correct flag to check object is missing
  index-pack: prefetch missing REF_DELTA bases
  t5616: refactor packfile replacement