[PATCH 2/3] Switched back to loading alternates as needed
[git.git] / diff-tree.c
index b2d74eb..8517220 100644 (file)
@@ -1,4 +1,3 @@
-#include <ctype.h>
 #include "cache.h"
 #include "diff.h"
 #include "commit.h"
@@ -408,6 +407,7 @@ int main(int argc, const char **argv)
        unsigned char sha1[2][20];
        const char *prefix = setup_git_directory();
 
+       git_config(git_default_config);
        nr_sha1 = 0;
        diff_setup(&diff_options);