blame: move contents_from to scoreboard
[gitweb.git] / builtin / clone.c
index 05f52d6f2bd1205a399b380b7b68a0960ce6ef5d..afab299433f5516f2fd27b1b29eda249c4962c54 100644 (file)
@@ -776,7 +776,9 @@ static int checkout(int submodule_progress)
 
 static int write_one_config(const char *key, const char *value, void *data)
 {
-       return git_config_set_multivar_gently(key, value ? value : "true", "^$", 0);
+       return git_config_set_multivar_gently(key,
+                                             value ? value : "true",
+                                             CONFIG_REGEX_NONE, 0);
 }
 
 static void write_config(struct string_list *config)