Wireshark-commits: [Wireshark-commits] master e04fdf5: tools: exclude Revert prefixes	from 80 chars
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e04fdf59bfcd2085e3e960e929970f5c94bb2b78
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
e04fdf5 by Peter Wu (peter@xxxxxxxxxxxxx):
    tools: exclude Revert prefixes from 80 chars limit
    
    When commits are reverted, the subject line might exceed 80 chars.
    Adjust the pre-commit hook to gracefully handle a higher length and let
    validate-commit.py (as used by Petri-Dish) validate the original subject
    length.
    
    Change-Id: I54f2a99f95b7fca2f683aa1e98f0349dcf4ed1b7
    Reviewed-on: https://code.wireshark.org/review/31120
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    
Actions performed:
    from  8d23cdd   http2: add Header unescaped presentation
     add  e04fdf5   tools: exclude Revert prefixes from 80 chars limit
Summary of changes:
 tools/commit-msg         |  8 +++++---
 tools/validate-commit.py | 13 ++++++++++++-
 2 files changed, 17 insertions(+), 4 deletions(-)