]> git.ipfire.org Git - thirdparty/git.git/blobdiff - environment.c
mingw: safeguard better against backslashes in file names
[thirdparty/git.git] / environment.c
index efa072680a2bca0d317b66554a325b73c227c866..6f0be4b7a27008cac66af5efa62515461e3f64d7 100644 (file)
@@ -78,7 +78,7 @@ enum log_refs_config log_all_ref_updates = LOG_REFS_UNSET;
 int protect_hfs = PROTECT_HFS_DEFAULT;
 
 #ifndef PROTECT_NTFS_DEFAULT
-#define PROTECT_NTFS_DEFAULT 0
+#define PROTECT_NTFS_DEFAULT 1
 #endif
 int protect_ntfs = PROTECT_NTFS_DEFAULT;
 const char *core_fsmonitor;