diff options
| author | Edward Thomson <ethomson@github.com> | 2016-12-13 10:58:43 -0500 |
|---|---|---|
| committer | Edward Thomson <ethomson@github.com> | 2017-02-28 13:27:49 +0000 |
| commit | 6d3ad7e09ee4b101e8e68f38783e3e4139bc2691 (patch) | |
| tree | 9d8da7807ac802c2c77eef1a6a37a420f0468466 /src/object.h | |
| parent | fc27fe213c8462c8413486b8c2bfb82b25b3e7e6 (diff) | |
| download | libgit2-6d3ad7e09ee4b101e8e68f38783e3e4139bc2691.tar.gz | |
Add `ENABLE_SYNCHRONIZED_OBJECT_CREATION` option
Allow users to enable `SYNCHRONIZED_OBJECT_CREATION` with a setting.
Diffstat (limited to 'src/object.h')
| -rw-r--r-- | src/object.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/object.h b/src/object.h index dd227d16d..7d94d8bcd 100644 --- a/src/object.h +++ b/src/object.h @@ -10,6 +10,7 @@ #include "repository.h" extern bool git_object__strict_input_validation; +extern bool git_object__synchronized_writing; /** Base git object for inheritance */ struct git_object { |
