Code

cat-file --batch / --batch-check: do not exit if hashes are missing
[git.git] / builtin-read-tree.c
index 7ac30883bc72c51b0227828bef5758751e524f65..5a09e17f1ad4fe19cf4e7cc29235d14d35405168 100644 (file)
@@ -104,12 +104,10 @@ int cmd_read_tree(int argc, const char **argv, const char *unused_prefix)
        opts.src_index = &the_index;
        opts.dst_index = &the_index;
 
-       git_config(git_default_config);
+       git_config(git_default_config, NULL);
 
        newfd = hold_locked_index(&lock_file, 1);
 
-       git_config(git_default_config);
-
        for (i = 1; i < argc; i++) {
                const char *arg = argv[i];