From: Junio C Hamano Date: Fri, 26 Jun 2026 02:49:27 +0000 (-0700) Subject: Merge branch 'ps/odb-drop-whence' into jch X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fjch;p=thirdparty%2Fgit.git Merge branch 'ps/odb-drop-whence' into jch The whence field in struct object_info has been removed, refactoring backend-specific object information retrieval into an opt-in struct object_info_source structure. * ps/odb-drop-whence: odb: document object info fields odb: drop `whence` field from object info treewide: convert users of `whence` to the new source field odb: add `source` field to struct object_info_source odb: make backend-specific fields optional packfile: thread odb_source_packed through packed_object_info() --- 2fb57b8177e60868454b6669af0c780dd3341c55