]> asedeno.scripts.mit.edu Git - git.git/blobdiff - environment.c
Merge branch 'jc/maint-1.6.1-checkout-m-custom-merge'
[git.git] / environment.c
index 5946f385f57d4be47c2ab02585a90ba8da723f1f..739ec2704031f0dd9d4a380e07f001c09742a7be 100644 (file)
@@ -49,7 +49,9 @@ enum push_default_type push_default = PUSH_DEFAULT_MATCHING;
 #define OBJECT_CREATION_MODE OBJECT_CREATION_USES_HARDLINKS
 #endif
 enum object_creation_mode object_creation_mode = OBJECT_CREATION_MODE;
+char *notes_ref_name;
 int grafts_replace_parents = 1;
+int core_apply_sparse_checkout;
 
 /* Parallel index stat data preload? */
 int core_preload_index = 0;