]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jt/transfer-fsck-with-promissor'
authorJunio C Hamano <gitster@pobox.com>
Wed, 21 Mar 2018 18:30:11 +0000 (11:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Mar 2018 18:30:11 +0000 (11:30 -0700)
commitf62452ecfc99d914fe50f4e098c04e15cc1c7bae
tree0a443fe078ce386b924aee9cc5304b857678a88f
parentfddf9a2d06719555fba8ce0cd09a695f012cca04
parent98a2ea46c2dedf45b5a94335462547a5d78a68e2
Merge branch 'jt/transfer-fsck-with-promissor'

The transfer.fsckobjects configuration tells "git fetch" to
validate the data and connected-ness of objects in the received
pack; the code to perform this check has been taught about the
narrow clone's convention that missing objects that are reachable
from objects in a pack that came from a promissor remote is OK.

* jt/transfer-fsck-with-promissor:
  fetch-pack: do not check links for partial fetch
  index-pack: support checking objects but not links