X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=cat-file.c;h=761111eb0f1f3266fe6bd0e9e561ee3d3d6c21d4;hb=be7db6e574b95c70ac544c78d74fdeea0fb4058d;hp=1a613f3ee5ab4197fe18355ae65f2c9226b348cf;hpb=70e1cca3886b2efac5bcd42065bde45395dd92c7;p=git.git diff --git a/cat-file.c b/cat-file.c index 1a613f3e..761111eb 100644 --- a/cat-file.c +++ b/cat-file.c @@ -100,6 +100,7 @@ int main(int argc, char **argv) int opt; setup_git_directory(); + git_config(git_default_config); if (argc != 3 || get_sha1(argv[2], sha1)) usage("git-cat-file [-t|-s|-e|-p|] ");