commit: correctly respect skip-worktree bit
[gitweb.git] / environment.c
index 8f5eaa7dd89cbedd5a89e11f0ea24b29701b33c9..020422c03430a7bab3c69c36710671dd93e0839b 100644 (file)
@@ -48,6 +48,7 @@ enum push_default_type push_default = PUSH_DEFAULT_MATCHING;
 #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;