]> git.ipfire.org Git - thirdparty/git.git/blobdiff - bisect.c
Merge branch 'tg/glossary-overlay'
[thirdparty/git.git] / bisect.c
index b04d7b2f631325d7847d1092b7d024a1c8252b40..e87ac29a51be4126415aed1bc9f4638660232010 100644 (file)
--- a/bisect.c
+++ b/bisect.c
@@ -897,11 +897,11 @@ static void show_diff_tree(struct repository *r,
                           struct commit *commit)
 {
        const char *argv[] = {
-               "diff-tree", "--pretty", "--no-abbrev", "--raw", NULL
+               "diff-tree", "--pretty", "--stat", "--summary", "--cc", NULL
        };
        struct rev_info opt;
 
-       git_config(git_diff_basic_config, NULL); /* no "diff" UI options */
+       git_config(git_diff_ui_config, NULL);
        repo_init_revisions(r, &opt, prefix);
 
        setup_revisions(ARRAY_SIZE(argv) - 1, argv, &opt, NULL);