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
This commit is contained in:
Junio C Hamano
2008-06-25 13:19:49 -07:00
5 changed files with 74 additions and 21 deletions

View File

@ -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,