Commit 74b7ddbf333ee20a4b2bc7a0e7c3f7c2aa4fc590

Patrick Steinhardt 2018-03-16T10:14:50

settings: allow swapping out memory allocator Tie in the newly created infrastructure for swapping out memory allocators into our settings code. A user can now simply use the new option "GIT_OPT_SET_ALLOCATOR" with `git_libgit2_opts`, passing in an already initialized allocator structure as vararg.