Merge branch 'reftable-vs-custom-allocators'

Currently not _strictly_ necessary, but still good to have.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin 2025-06-02 14:30:49 +02:00
commit 7af34d51cf

View File

@ -383,6 +383,7 @@ static struct ref_store *reftable_be_init(struct repository *repo,
mask = umask(0);
umask(mask);
reftable_set_alloc(malloc, realloc, free);
base_ref_store_init(&refs->base, repo, gitdir, &refs_be_reftable);
strmap_init(&refs->worktree_backends);
refs->store_flags = store_flags;