From: Nguyễn Thái Ngọc Duy Date: Thu, 1 Feb 2018 12:47:50 +0000 (+0700) Subject: format-patch: reduce patch diffstat width to 72 X-Git-Tag: v2.17.0-rc0~86^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/071dd0ba43b51a2124f3f9884283cd68a9506323?hp=071dd0ba43b51a2124f3f9884283cd68a9506323 format-patch: reduce patch diffstat width to 72 Patches generated by format-patch are meant to be exchanged as emails, most of the time. And since it's generally agreed that text in mails should be wrapped around 70 columns or so, make sure these diffstat follow the convention (especially when used with --cover-letter since we already defaults to wrapping 72 columns). The default can still be overriden with command line options. Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano ---