]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'tb/pack-bitmap-traversal-with-boundary'
authorJunio C Hamano <gitster@pobox.com>
Thu, 22 Jun 2023 23:29:05 +0000 (16:29 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 22 Jun 2023 23:29:05 +0000 (16:29 -0700)
The object traversal using reachability bitmap done by
"pack-object" has been tweaked to take advantage of the fact that
using "boundary" commits as representative of all the uninteresting
ones can save quite a lot of object enumeration.

* tb/pack-bitmap-traversal-with-boundary:
  pack-bitmap.c: use commit boundary during bitmap traversal
  pack-bitmap.c: extract `fill_in_bitmap()`
  object: add object_array initializer helper function

1  2 
object.h
pack-bitmap.c
pack-bitmap.h
repository.h

diff --cc object.h
Simple merge
diff --cc pack-bitmap.c
Simple merge
diff --cc pack-bitmap.h
Simple merge
diff --cc repository.h
Simple merge