read-cache.c: use xcalloc() not calloc()
[git.git] / environment.c
index 73e4b1c..444c99e 100644 (file)
@@ -12,7 +12,9 @@
 char git_default_email[MAX_GITNAME];
 char git_default_name[MAX_GITNAME];
 int trust_executable_bit = 1;
-int only_use_symrefs = 0;
+int assume_unchanged = 0;
+int prefer_symlink_refs = 0;
+int warn_ambiguous_refs = 1;
 int repository_format_version = 0;
 char git_commit_encoding[MAX_ENCODING_LENGTH] = "utf-8";
 int shared_repository = 0;