Code

Fix tests with new git in C
[git.git] / read-tree.c
index 6a456ae61100f8e45f97394d7ea23be4faa63fc4..df156ea0dad15ee810e8036442dfcab9202ef46a 100644 (file)
@@ -633,6 +633,8 @@ int main(int argc, char **argv)
        if (newfd < 0)
                die("unable to create new cachefile");
 
+       git_config(git_default_config);
+
        merge = 0;
        reset = 0;
        for (i = 1; i < argc; i++) {