X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=ls-tree.c;h=26258c3cf99c9eec522ea1a13a2ded3beb93e171;hb=9181ca2c2b1f2897baa67ff8e48b1984822115b5;hp=97f09bdf81c9e665d392990d70714e40357036d1;hpb=d293b281276ea6c160ed9589cbf06a44698158e2;p=git.git diff --git a/ls-tree.c b/ls-tree.c index 97f09bdf..26258c3c 100644 --- a/ls-tree.c +++ b/ls-tree.c @@ -90,6 +90,7 @@ int main(int argc, const char **argv) struct tree *tree; prefix = setup_git_directory(); + git_config(git_default_config); if (prefix && *prefix) chomp_prefix = strlen(prefix); while (1 < argc && argv[1][0] == '-') {