Wireshark-commits: [Wireshark-commits] master a4dad7c: commit-msg: accept commit messages with back

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 04 Jan 2019 14:45:10 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a4dad7cb6dab626887c252ac74a21b8a942ec2d0
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

a4dad7c by Peter Wu (peter@xxxxxxxxxxxxx):

    commit-msg: accept commit messages with backslashes
    
    Dash (/bin/sh on Ubuntu) treats backslashes specially in an echo
    command. This could fail the validate-commit.py script when '\r' or '\n'
    occur anywhere in a commit message.
    
    Change-Id: Icec2c1e8ad1b365b4326ecc6ba9667ac64866fdd
    Reviewed-on: https://code.wireshark.org/review/31368
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  bbf77f9   wsutil: fix code according to clang-tidy.
     add  a4dad7c   commit-msg: accept commit messages with backslashes


Summary of changes:
 tools/commit-msg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)