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

Implement the `find_abbrev_len()` 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