]> git.ipfire.org Git - thirdparty/git.git/blobdiff - environment.c
git-p4 shouldn't attempt to store symlinks in LFS
[thirdparty/git.git] / environment.c
index 8128104373b4a121be2ce39a0444e900161dfe1d..f98d76f08047f14f49e9d3c3d1a4232c500efbf1 100644 (file)
@@ -28,7 +28,6 @@
 #include "setup.h"
 #include "shallow.h"
 #include "trace.h"
-#include "wrapper.h"
 #include "write-or-die.h"
 
 int trust_executable_bit = 1;
@@ -74,7 +73,7 @@ enum push_default_type push_default = PUSH_DEFAULT_UNSPECIFIED;
 #endif
 enum object_creation_mode object_creation_mode = OBJECT_CREATION_MODE;
 char *notes_ref_name;
-int grafts_replace_parents = 1;
+int grafts_keep_true_parents;
 int core_apply_sparse_checkout;
 int core_sparse_checkout_cone;
 int sparse_expect_files_outside_of_patterns;