mirror of
https://github.com/git-for-windows/git.git
synced 2026-02-04 03:33:01 -06:00
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:
commit
7af34d51cf
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user