Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
combine-diff: treat --summary like --stat
[gitweb.git]
/
combine-diff.c
diff --git
a/combine-diff.c
b/combine-diff.c
index b4a92a8505c6a808255bc1319b17f4d3c724faa2..ea79830f619c57f3e780589b0f58ee428a4a00ee 100644
(file)
--- a/
combine-diff.c
+++ b/
combine-diff.c
@@
-1326,6
+1326,7
@@
static const char *path_path(void *obj)
*/
#define STAT_FORMAT_MASK (DIFF_FORMAT_NUMSTAT \
| DIFF_FORMAT_SHORTSTAT \
+ | DIFF_FORMAT_SUMMARY \
| DIFF_FORMAT_DIFFSTAT)
/* find set of paths that every parent touches */