]> git.proxmox.com Git - libgit2.git/commit
Add `ENABLE_SYNCHRONIZED_OBJECT_CREATION` option
authorEdward Thomson <ethomson@github.com>
Tue, 13 Dec 2016 15:58:43 +0000 (10:58 -0500)
committerEdward Thomson <ethomson@github.com>
Tue, 28 Feb 2017 13:27:49 +0000 (13:27 +0000)
commit6d3ad7e09ee4b101e8e68f38783e3e4139bc2691
tree9d8da7807ac802c2c77eef1a6a37a420f0468466
parentfc27fe213c8462c8413486b8c2bfb82b25b3e7e6
Add `ENABLE_SYNCHRONIZED_OBJECT_CREATION` option

Allow users to enable `SYNCHRONIZED_OBJECT_CREATION` with a setting.
include/git2/common.h
src/object.c
src/object.h
src/odb_loose.c
src/settings.c