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

View File

@@ -386,6 +386,8 @@ static struct ref_store *reftable_be_init(struct repository *repo,
mask = umask(0);
umask(mask);
reftable_set_alloc(malloc, realloc, free);
refs_compute_filesystem_location(gitdir, payload, &is_worktree, &refdir,
&ref_common_dir);