]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/read-object-info-improvements' into jch
authorJunio C Hamano <gitster@pobox.com>
Fri, 16 Jan 2026 20:40:40 +0000 (12:40 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 16 Jan 2026 20:40:40 +0000 (12:40 -0800)
commit214de04a648f0d9b56b0eec688ef20c611d7a09c
treedac08b46bb938c4a38c40178ab3137e863aeba36
parentf8c4bbecb0bd814235d07dd83f091c61db86cf9c
parent12d3b58b5552750f351ded7166b347446d9543f3
Merge branch 'ps/read-object-info-improvements' into jch

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