]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/read-object-info-improvements' into next
authorJunio C Hamano <gitster@pobox.com>
Wed, 14 Jan 2026 19:29:27 +0000 (11:29 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Jan 2026 19:29:28 +0000 (11:29 -0800)
commite84be1a7bc300555e29eba0662f5cc0d85c1a646
treec828127eb4fcea3e1c85bcb360632196eeac7ffe
parentf375c8e3479968b53d5b01c53412be89dac63598
parent12d3b58b5552750f351ded7166b347446d9543f3
Merge branch 'ps/read-object-info-improvements' into next

The object-info API has been cleaned up.

* 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/cat-file.c
builtin/pack-objects.c
commit-graph.c
odb.h
packfile.c
packfile.h