diff options
Diffstat (limited to 'tar-tree.c')
-rw-r--r-- | tar-tree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tar-tree.c b/tar-tree.c index e478e13e28..92035f51d8 100644 --- a/tar-tree.c +++ b/tar-tree.c @@ -380,6 +380,7 @@ int main(int argc, char **argv) struct tree_desc tree; setup_git_directory(); + git_config(git_default_config); switch (argc) { case 3: |