Merge branch 'fix'
[git.git] / diff.c
diff --git a/diff.c b/diff.c
index 903afa1..0a832c3 100644 (file)
--- a/diff.c
+++ b/diff.c
@@ -1036,8 +1036,7 @@ int diff_setup_done(struct diff_options *options)
         * recursive bits for other formats here.
         */
        if ((options->output_format == DIFF_FORMAT_PATCH) ||
-           (options->output_format == DIFF_FORMAT_DIFFSTAT) ||
-           (options->with_stat))
+           (options->output_format == DIFF_FORMAT_DIFFSTAT))
                options->recursive = 1;
 
        if (options->detect_rename && options->rename_limit < 0)