]> git.ipfire.org Git - thirdparty/git.git/commit
odb/source-inmemory: implement `freshen_object()` callback
authorPatrick Steinhardt <ps@pks.im>
Fri, 10 Apr 2026 12:12:44 +0000 (14:12 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 14 May 2026 19:50:45 +0000 (04:50 +0900)
commit7357196c49d537588d6c450fa3a902fac13cfbb9
tree582637b641b9ad66315627d6cfe818eba285e87d
parent27d219132afe13db43d9732caeb37a14c026e717
odb/source-inmemory: implement `freshen_object()` callback

Implement the `freshen_object()` callback function for the in-memory
source.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
odb/source-inmemory.c