X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=cat-file.c;h=761111eb0f1f3266fe6bd0e9e561ee3d3d6c21d4;hb=84a9b58c421f9b2d1cc6c195ed441fac48e60392;hp=1a613f3ee5ab4197fe18355ae65f2c9226b348cf;hpb=ed50804e54ecd3cb4f2f25fc18221a2a026e5457;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|] ");