URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0a931aa383526a3481ad6a44545f7b9f723032b6
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
0a931aa by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):
Add fnmatch support to git pre-commit hook
Allows for wildcard pathname matching in ignore list.
Change-Id: I52e47c72c69e16ff9aefadfde22d1bd682df9654
Reviewed-on: https://code.wireshark.org/review/13166
Petri-Dish: João Valverde <j@xxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from 936e4e0 correctly decode GSM_MAP invoke SRISMv1
adds 0a931aa Add fnmatch support to git pre-commit hook
Summary of changes:
tools/pre-commit | 36 +++++---------
tools/pre-commit-check.conf | 13 +++++
tools/pre-commit-check.py | 101 ++++++++++++++++++++++++++++++++++++++
tools/pre-commit-checkignore.txt | 12 -----
4 files changed, 125 insertions(+), 37 deletions(-)
create mode 100644 tools/pre-commit-check.conf
create mode 100755 tools/pre-commit-check.py
delete mode 100644 tools/pre-commit-checkignore.txt