aboutsummaryrefslogtreecommitdiffstats
path: root/cache.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-12-15 09:39:51 -0800
committerJunio C Hamano <gitster@pobox.com>2021-12-15 09:39:52 -0800
commit63a2e8b41e478a86fd98f86fe67b6f6d5b15f8cf (patch)
tree0cfc19ce4bca50ffd40f2e8588d91706d37527e2 /cache.h
parentMerge branch 'ew/cbtree-remove-unused-and-broken-cb-unlink' (diff)
parenttests: disable fsync everywhere (diff)
downloadgit-63a2e8b41e478a86fd98f86fe67b6f6d5b15f8cf.tar.gz
git-63a2e8b41e478a86fd98f86fe67b6f6d5b15f8cf.zip
Merge branch 'ew/test-wo-fsync'
Allow running our tests while disabling fsync. * ew/test-wo-fsync: tests: disable fsync everywhere
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cache.h b/cache.h
index d5cafba17d..cfba463aa9 100644
--- a/cache.h
+++ b/cache.h
@@ -996,6 +996,7 @@ extern int read_replace_refs;
extern char *git_replace_ref_base;
extern int fsync_object_files;
+extern int use_fsync;
extern int core_preload_index;
extern int precomposed_unicode;
extern int protect_hfs;