X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=unpack-file.c;h=3accb974dd448233a01e82ab1d6e3599d825fa9e;hb=2a0925be3512451834ec9a3e023f4cff23c1cfb7;hp=07303f8bb3ef2b93f3e7c9bbe116aef9660584d5;hpb=423325a2d24638ddcc82ce47be5e40be550f4507;p=git.git diff --git a/unpack-file.c b/unpack-file.c index 07303f8b..3accb974 100644 --- a/unpack-file.c +++ b/unpack-file.c @@ -30,6 +30,7 @@ int main(int argc, char **argv) usage("git-unpack-file "); setup_git_directory(); + git_config(git_default_config); puts(create_temp_file(sha1)); return 0;