]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/object-source-loose' into next
authorJunio C Hamano <gitster@pobox.com>
Wed, 19 Nov 2025 18:58:44 +0000 (10:58 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Nov 2025 18:58:44 +0000 (10:58 -0800)
commit8bb02692430dfbba7b0b2ef61cdda7ccb06bc0c9
tree627c1b3a4cae2dc1aefe7e1c8884e443f26f20c5
parenta602cd96ebbc414dd192d3a1a8d4b38604146631
parent3e5e360888316ed1a44da69bf134bb6ec70aee1b
Merge branch 'ps/object-source-loose' into next

A part of code paths that deals with loose objects has been cleaned
up.

* ps/object-source-loose:
  object-file: refactor writing objects via a stream
  object-file: rename `write_object_file()`
  object-file: refactor freshening of objects
  object-file: rename `has_loose_object()`
  object-file: read objects via the loose object source
  object-file: move loose object map into loose source
  object-file: hide internals when we need to reprepare loose sources
  object-file: move loose object cache into loose source
  object-file: introduce `struct odb_source_loose`
  object-file: move `fetch_if_missing`
  odb: adjust naming to free object sources
  odb: introduce `odb_source_new()`
  odb: fix subtle logic to check whether an alternate is usable
builtin/pack-objects.c
object-file.c
object-name.c
packfile.c
packfile.h