mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-05 04:02:17 -05: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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user