Wireshark-commits: [Wireshark-commits] master 0f0c079: Add commit-msg hook to tools to spare search

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 8 Apr 2014 17:23:15 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0f0c079226d588e6dc181160199f9a08e55e4a9e
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

0f0c079 by Michał Orynicz (michal.orynicz@xxxxxxxxx):

    Add commit-msg hook to tools to spare searching for it
    
    commit-msg script adds change id at end of commit messages.
    As this script is needed for Gerrit review system to work 
    and every wireshark developer will need to download it from 
    somewhere, it will be better if it is downloaded with Wireshark
    sources and ready to copy to .git/hooks
    
    Copied from AOSP Gerrit.
    
    Change-Id: Ib3705abfedd2869462eef57690a2f430037f9cc1
    Reviewed-on: https://code.wireshark.org/review/1008
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  3c13e98   Squelch another warning; fix a place assuming 8-bit device IDs.
    adds  0f0c079   Add commit-msg hook to tools to spare searching for it


Summary of changes:
 tools/commit-msg |  181 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 181 insertions(+)
 create mode 100755 tools/commit-msg