Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
diff --stat: do not do its own three-dashes.
[gitweb.git]
/
diff.c
diff --git
a/diff.c
b/diff.c
index f1b672d2dc29d22a38aa057a1a927b8ad60d5e15..cda8d2069efd4f408b17fe7c32c51ab7ccea65cb 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];