summaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-06-25 20:19:49 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-06-25 20:19:49 (GMT)
commitabf7e0df170d957d973f74b08a898be114d1b228 (patch)
treea4a97f609c0d93a68e5cc44b38c24962d8ffade1 /cache.h
parente4403d8bd3ccb6bcc3b6569012944d932334f5c4 (diff)
parentaafe9fbaf4f1d1f27a6f6e3eb3e246fff81240ef (diff)
downloadgit-abf7e0df170d957d973f74b08a898be114d1b228.zip
git-abf7e0df170d957d973f74b08a898be114d1b228.tar.gz
git-abf7e0df170d957d973f74b08a898be114d1b228.tar.bz2
Merge branch 'lt/config-fsync'
* lt/config-fsync: Add config option to enable 'fsync()' of object files Split up default "i18n" and "branch" config parsing into helper routines Split up default "user" config parsing into helper routine Split up default "core" config parsing into helper routine
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 c8954ef..64ef86e 100644
--- a/cache.h
+++ b/cache.h
@@ -434,6 +434,7 @@ extern size_t packed_git_window_size;
extern size_t packed_git_limit;
extern size_t delta_base_cache_limit;
extern int auto_crlf;
+extern int fsync_object_files;
enum safe_crlf {
SAFE_CRLF_FALSE = 0,