X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-checkout-index.c;h=eb1fc9aa6f7f61a817a198feaf94ca9d983eb14b;hb=877276d4d3018d2810be990c39fa7f59678e960d;hp=7e42024c67a2c0fda72f94935b7d5a723c73d131;hpb=891e85a0c08e12d3f6174d8eb10b4ef284c4b01b;p=git.git diff --git a/builtin-checkout-index.c b/builtin-checkout-index.c index 7e42024c6..eb1fc9aa6 100644 --- a/builtin-checkout-index.c +++ b/builtin-checkout-index.c @@ -166,7 +166,7 @@ int cmd_checkout_index(int argc, const char **argv, const char *prefix) int read_from_stdin = 0; int prefix_length; - git_config(git_default_config); + git_config(git_default_config, NULL); state.base_dir = ""; prefix_length = prefix ? strlen(prefix) : 0;