commit: correctly respect skip-worktree bit
[gitweb.git] / environment.c
index 720f26b67d8a7267dbde51a7285bd09d947ac20d..020422c03430a7bab3c69c36710671dd93e0839b 100644 (file)
@@ -47,6 +47,8 @@ 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;
+int grafts_replace_parents = 1;
+int core_apply_sparse_checkout;
 
 /* Parallel index stat data preload? */
 int core_preload_index = 0;