]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/read-object-info-improvements' into ps/odb-for-each-object
authorJunio C Hamano <gitster@pobox.com>
Thu, 15 Jan 2026 13:47:47 +0000 (05:47 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Jan 2026 13:47:47 +0000 (05:47 -0800)
commitc8e1706e8dbe7a511c1fd85d5147a1722b4080f1
treedcab6ef9ff4e3e9359454a6b1c04e7dc59d87317
parent8745eae506f700657882b9e32b2aa00f234a6fb6
parent12d3b58b5552750f351ded7166b347446d9543f3
Merge branch 'ps/read-object-info-improvements' into ps/odb-for-each-object

* ps/read-object-info-improvements:
  packfile: drop repository parameter from `packed_object_info()`
  packfile: skip unpacking object header for disk size requests
  packfile: disentangle return value of `packed_object_info()`
  packfile: always populate pack-specific info when reading object info
  packfile: extend `is_delta` field to allow for "unknown" state
  packfile: always declare object info to be OI_PACKED
  object-file: always set OI_LOOSE when reading object info
builtin/pack-objects.c
commit-graph.c
packfile.c