>>>>> "PO" == Peter Osterlund <[EMAIL PROTECTED]> writes:
PO> I think it would be good if it was possible to include diffstat output PO> in exported patches, something like this: PO> Added possibility to include diffstat output in exported patches. And you wuold want to do things similarly to what others have already done. git-resolve-script uses "git-apply --stat" there, instead of "diffstat", so people without diffstat installed can still get the same information. Even if you want to stick to "diffstat", at least I would suggest giving -p1, not -p0, to it; otherwise you would see b/ like what you have there. PO> b/stgit/git.py | 22 ++++++++++++++++++++++ PO> b/stgit/main.py | 2 ++ PO> 2 files changed, 24 insertions(+) Further, using "git-apply --stat --summary" would be nicer; this is something you cannot do with plain "diffstat". - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html