diff --stat: do not do its own three-dashes.
[git.git] / diff.c
diff --git a/diff.c b/diff.c
index f1b672d..cda8d20 100644 (file)
--- a/diff.c
+++ b/diff.c
@@ -245,8 +245,6 @@ static void show_stats(struct diffstat_t* data)
        if (data->nr == 0)
                return;
 
-       printf("---\n");
-
        for (i = 0; i < data->nr; i++) {
                struct diffstat_file *file = data->files[i];