]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/odb-for-each-object' into seen
authorJunio C Hamano <gitster@pobox.com>
Sat, 17 Jan 2026 18:37:35 +0000 (10:37 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 17 Jan 2026 18:37:35 +0000 (10:37 -0800)
commit6dee117b495ba1ba118182c833cf6de65639fde2
tree0ea725d8e01458ddfd84ff99a3b6402a9712447a
parente3ca2323f94346494ebecc847234d79221b1c7e9
parente5901df2f3625d475f3b0d3e89f34c3ef2cf91fc
Merge branch 'ps/odb-for-each-object' into seen

Revamp object enumeration API around odb.

Comments?

* ps/odb-for-each-object:
  odb: drop unused `for_each_{loose,packed}_object()` functions
  reachable: convert to use `odb_for_each_object()`
  builtin/pack-objects: use `packfile_store_for_each_object()`
  odb: introduce mtime fields for object info requests
  treewide: drop uses of `for_each_{loose,packed}_object()`
  treewide: enumerate promisor objects via `odb_for_each_object()`
  builtin/fsck: refactor to use `odb_for_each_object()`
  odb: introduce `odb_for_each_object()`
  packfile: introduce function to iterate through objects
  packfile: extract function to iterate through objects of a store
  object-file: introduce function to iterate through objects
  object-file: extract function to read object info from path
  odb: fix flags parameter to be unsigned
  odb: rename `FOR_EACH_OBJECT_*` flags
builtin/cat-file.c
builtin/fsck.c
builtin/pack-objects.c
commit-graph.c
repack-promisor.c
revision.c