log --raw: Don't descend into subdirectories by default
[gitweb.git] / builtin-diff-tree.c
index 3409a39a9f73f9ed67547f5cc79619c1e402f47b..1e66fcac2186d0946b5d15a5825eb400b2e67003 100644 (file)
@@ -72,6 +72,7 @@ int cmd_diff_tree(int argc, const char **argv, char **envp)
        init_revisions(opt);
        opt->abbrev = 0;
        opt->diff = 1;
+       opt->diffopt.msg_sep = "---\n";
        argc = setup_revisions(argc, argv, opt, NULL);
 
        while (--argc > 0) {
@@ -84,6 +85,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