Wireshark-commits: [Wireshark-commits] master 7c2d897: tools/validate-commit.py: enforce short summ
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7c2d8972de7dc91b3a08c6ff7ca421d94ebbbfab
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
7c2d897 by Peter Wu (peter@xxxxxxxxxxxxx):
tools/validate-commit.py: enforce short summary followed by blank line
To keep git logs readable, enforce a short summary line. Strive for 80
characters, reject everything past 120. Descriptions should also stay
under 80 characters, but as error messages and links to protocol
specifications can be quite long, do not check the description.
Change-Id: Ife46b9ef6330aab015fc4ee5cc774a8ef6b9ad4e
Reviewed-on: https://code.wireshark.org/review/30667
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 4cf4a65 .mailmap: update of October (2018)
add 7c2d897 tools/validate-commit.py: enforce short summary followed by blank line
Summary of changes:
tools/validate-commit.py | 28 +++++++++++++++++++++++++---
1 file changed, 25 insertions(+), 3 deletions(-)