]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jt/has_object'
authorJunio C Hamano <gitster@pobox.com>
Thu, 13 Aug 2020 21:13:39 +0000 (14:13 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 13 Aug 2020 21:13:39 +0000 (14:13 -0700)
A new helper function has_object() has been introduced to make it
easier to mark object existence checks that do and don't want to
trigger lazy fetches, and a few such checks are converted using it.

* jt/has_object:
  fsck: do not lazy fetch known non-promisor object
  pack-objects: no fetch when allow-{any,promisor}
  apply: do not lazy fetch when applying binary
  sha1-file: introduce no-lazy-fetch has_object()

1  2 
builtin/pack-objects.c
sha1-file.c

Simple merge
diff --cc sha1-file.c
Simple merge