Merge branch 'jt/lazy-object-fetch-fix' into maint
commit2e168d77020f9d448c768bf0fb72f14021d13a99
authorJunio C Hamano <gitster@pobox.com>
Wed, 21 Nov 2018 13:57:45 +0000 (21 22:57 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Nov 2018 13:57:46 +0000 (21 22:57 +0900)
tree1ec1f45046b5f669df5ad982c57660851c968dd0
parent8ecf0c83829dab253e190db918e4ede07f0143ef
parente68302011c902961bc55db5eec9b9e32acd114ca
Merge branch 'jt/lazy-object-fetch-fix' into maint

The code to backfill objects in lazily cloned repository did not
work correctly, which has been corrected.

* jt/lazy-object-fetch-fix:
  fetch-object: set exact_oid when fetching
  fetch-object: unify fetch_object[s] functions