diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-06-25 13:19:49 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-06-25 13:19:49 -0700 |
commit | abf7e0df170d957d973f74b08a898be114d1b228 (patch) | |
tree | a4a97f609c0d93a68e5cc44b38c24962d8ffade1 /environment.c | |
parent | e4403d8bd3ccb6bcc3b6569012944d932334f5c4 (diff) | |
parent | aafe9fbaf4f1d1f27a6f6e3eb3e246fff81240ef (diff) | |
download | git-abf7e0df170d957d973f74b08a898be114d1b228.tar.gz |
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 'environment.c')
-rw-r--r-- | environment.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/environment.c b/environment.c index 187248bf5d..084ac8a436 100644 --- a/environment.c +++ b/environment.c @@ -29,6 +29,7 @@ const char *apply_default_whitespace; int zlib_compression_level = Z_BEST_SPEED; int core_compression_level; int core_compression_seen; +int fsync_object_files; size_t packed_git_window_size = DEFAULT_PACKED_GIT_WINDOW_SIZE; size_t packed_git_limit = DEFAULT_PACKED_GIT_LIMIT; size_t delta_base_cache_limit = 16 * 1024 * 1024; |