libgit2/include
Patrick Steinhardt 6c23704df5 settings: rename GIT_OPT_ENABLE_SYNCHRONOUS_OBJECT_CREATION
Initially, the setting has been solely used to enable the use of
`fsync()` when creating objects. Since then, the use has been extended
to also cover references and index files. As the option is not yet part
of any release, we can still correct this by renaming the option to
something more sensible, indicating not only correlation to objects.

This commit renames the option to `GIT_OPT_ENABLE_FSYNC_GITDIR`. We also
move the variable from the object to repository source code.
2017-06-08 21:40:18 +02:00
..
git2 settings: rename GIT_OPT_ENABLE_SYNCHRONOUS_OBJECT_CREATION 2017-06-08 21:40:18 +02:00
git2.h proxy: introduce a proxy options struct 2016-04-19 13:54:19 +02:00