Re: [PATCH 3/7] odb/streaming: support streaming arbitrary object types
Patrick Steinhardt <[email protected]> Wed, 5 Aug 2026 08:06:24 +0200
| Newsgroups | org.kernel.vger.git |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Aug 04, 2026 at 01:03:41PM -0500, Justin Tobler wrote: > On 26/08/04 09:25AM, Patrick Steinhardt wrote: > > builtin/unpack-objects.c | 1 + > > object-file.c | 31 +++++++++++++++---------------- > > odb/source-inmemory.c | 2 +- > > odb/source-loose.c | 2 +- > > odb/streaming.c | 3 ++- > > odb/streaming.h | 3 ++- > > t/unit-tests/u-odb-inmemory.c | 7 +++++-- > > 7 files changed, 27 insertions(+), 22 deletions(-) > > Just FYI, there is also a comment in "odb/transaction.h" for the > `write_object_stream` callback that is also now outdated due to this > change. We may want to update that too. Good catch, fixed now. Patrick