]> git.99rst.org Git - git.git/commit
t/u-odb-inmemory: implement wrapper for writing objects
authorPatrick Steinhardt <redacted>
Fri, 17 Jul 2026 09:32:10 +0000 (11:32 +0200)
committerJunio C Hamano <redacted>
Sun, 19 Jul 2026 02:03:48 +0000 (19:03 -0700)
commitcb5192ea9ad42f6f7aa539496a5c59d76b8eaf0f
treebde165f1706c784df245c9a5d5964afaa3c7b160
parent215d305f450ff0691d15daaa6ef72f77e8441b39
t/u-odb-inmemory: implement wrapper for writing objects

In the next commit we're about to change how objects are being written
into the object database source. Prepare for this refactoring by
introducing a wrapper function into our unit tests so that we don't have
to adjust all callsites.

Signed-off-by: Patrick Steinhardt <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/unit-tests/u-odb-inmemory.c
git clone https://git.99rst.org/PROJECT