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 /cache.h | |
parent | e4403d8bd3ccb6bcc3b6569012944d932334f5c4 (diff) | |
parent | aafe9fbaf4f1d1f27a6f6e3eb3e246fff81240ef (diff) | |
download | git-abf7e0df170d957d973f74b08a898be114d1b228.tar.gz git-abf7e0df170d957d973f74b08a898be114d1b228.tar.xz |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |