Jan Engelhardt wrote: > And [0/n] sometimes contain a diffstat which gives an approximate > line count of how big the patchset actually is.
There is actually no good reason for omitting such a diffstat. It's easy enough to generate. $ quilt diff --combine first.patch -P last.patch | diffstat -p1 -w72 $ git diff --stat=72 --summary -M commit_before_first_patch..last_commit -- Stefan Richter -=====-==--- ---= ---=- http://arcgraph.de/sr/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/