libgit2/tests/odb
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
..
backend odb: verify object hashes 2017-04-28 14:05:45 +02:00
alternates.c git_futils_mkdir_*: make a relative-to-base mkdir 2015-09-17 10:00:35 -04:00
emptyobjects.c odb: only provide the empty tree 2016-08-05 19:30:56 -04:00
foreach.c revwalk: introduce tests that hide old commits 2016-10-06 11:04:55 +02:00
freshen.c win32: enable p_utimes for readonly files 2017-04-05 11:04:29 +01:00
loose_data.h Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
loose.c settings: rename GIT_OPT_ENABLE_SYNCHRONOUS_OBJECT_CREATION 2017-06-08 21:40:18 +02:00
mixed.c odb: Handle corner cases in git_odb_expand_ids 2016-03-09 11:00:27 +01:00
pack_data_one.h Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
pack_data.h Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
packed_one.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
packed.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
sorting.c odb: Prioritize alternate backends 2015-10-14 20:53:01 +02:00
streamwrite.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00