X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=hash-object.c;h=48d522368454d2663d5cc075045d87f120058ced;hb=06f60e8edf1eb3a91e1af6f255bf46154168dd86;hp=0a7ac2fe2adf820a171898b9e51b245c063018cc;hpb=a24d287fb305949d9eb534bf3216c0c6a7b4392f;p=git.git diff --git a/hash-object.c b/hash-object.c index 0a7ac2fe2..48d522368 100644 --- a/hash-object.c +++ b/hash-object.c @@ -65,7 +65,7 @@ int main(int argc, char **argv) int hashstdin = 0; int stdin_paths = 0; - git_config(git_default_config); + git_config(git_default_config, NULL); for (i = 1 ; i < argc; i++) { if (!no_more_flags && argv[i][0] == '-') {