diff options
Diffstat (limited to 'ls-tree.c')
-rw-r--r-- | ls-tree.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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] == '-') { |