Code

gitweb: Replace some presentational HTML by CSS
[git.git] / builtin-unpack-objects.c
index 09d264d9f2cc19b3bab245bb68c639cec3d1b57c..63f4b8e45d1cb80042583fba382acc7f4f1f952c 100644 (file)
@@ -266,6 +266,8 @@ int cmd_unpack_objects(int argc, const char **argv, const char *prefix)
        int i;
        unsigned char sha1[20];
 
+       git_config(git_default_config);
+
        quiet = !isatty(2);
 
        for (i = 1 ; i < argc; i++) {