From: rl1987 Date: Thu, 24 Jan 2019 10:22:28 +0000 (+0200) Subject: Also run checkInclude.py before every commit X-Git-Tag: tor-0.4.1.0-alpha-dev~19^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=611e8dcda7e29617db0b78c6fc5a47f66e4d1842;p=thirdparty%2Ftor.git Also run checkInclude.py before every commit --- diff --git a/scripts/maint/pre-commit.git-hook b/scripts/maint/pre-commit.git-hook index 0868559606..724cd77321 100755 --- a/scripts/maint/pre-commit.git-hook +++ b/scripts/maint/pre-commit.git-hook @@ -21,3 +21,5 @@ src/test/*.[ch] \ src/test/*/*.[ch] \ src/tools/*.[ch] +python scripts/maint/checkIncludes.py +