git-apply -R: binary patches are irreversible for now.
[gitweb.git] / builtin-diff-tree.c
index 3409a39a9f73f9ed67547f5cc79619c1e402f47b..8957b459dee007c51c22e581c2ed7ef0b13b4e7e 100644 (file)
@@ -67,9 +67,9 @@ int cmd_diff_tree(int argc, const char **argv, char **envp)
        static struct rev_info *opt = &log_tree_opt;
        int read_stdin = 0;
 
-       git_config(git_diff_config);
-       nr_sha1 = 0;
        init_revisions(opt);
+       git_config(git_default_config); /* no "diff" UI options */
+       nr_sha1 = 0;
        opt->abbrev = 0;
        opt->diff = 1;
        argc = setup_revisions(argc, argv, opt, NULL);
@@ -84,6 +84,9 @@ int cmd_diff_tree(int argc, const char **argv, char **envp)
                usage(diff_tree_usage);
        }
 
+       if (!opt->diffopt.output_format)
+               opt->diffopt.output_format = DIFF_FORMAT_RAW;
+
        /*
         * NOTE! We expect "a ^b" to be equal to "a..b", so we
         * reverse the order of the objects if the second one