combine-diff: treat --summary like --stat
[gitweb.git] / combine-diff.c
index b4a92a8505c6a808255bc1319b17f4d3c724faa2..ea79830f619c57f3e780589b0f58ee428a4a00ee 100644 (file)
@@ -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 */