]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jt/pretend-object-never-come-from-elsewhere'
authorJunio C Hamano <gitster@pobox.com>
Tue, 4 Aug 2020 20:53:58 +0000 (13:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 4 Aug 2020 20:53:58 +0000 (13:53 -0700)
The pretend-object mechanism checks if the given object already
exists in the object store before deciding to keep the data
in-core, but the check would have triggered lazy fetching of such
an object from a promissor remote.

* jt/pretend-object-never-come-from-elsewhere:
  sha1-file: make pretend_object_file() not prefetch

1  2 
sha1-file.c

diff --cc sha1-file.c
Simple merge