]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'rs/packfile-bad-object-list-in-oidset'
authorJunio C Hamano <gitster@pobox.com>
Thu, 23 Sep 2021 20:44:45 +0000 (13:44 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 Sep 2021 20:44:46 +0000 (13:44 -0700)
commit28caad63d0f58611a22bf5b11e4914496ecb25b1
treee93f71d16c3101bcd4b3fc17642dc1f540215774
parent6c84b007c41638814137d296e75446a9b4865fd2
parent09ef66179b943d03cbe0bea0603e5f40574695a1
Merge branch 'rs/packfile-bad-object-list-in-oidset'

Replace a handcrafted data structure used to keep track of bad
objects in the packfile API by an oidset.

* rs/packfile-bad-object-list-in-oidset:
  packfile: use oidset for bad objects
  packfile: convert has_packed_and_bad() to object_id
  packfile: convert mark_bad_packed_object() to object_id
  midx: inline nth_midxed_pack_entry()
  oidset: make oidset_size() an inline function
midx.c
object-file.c
object-store.h
packfile.c