commit 611e8dcda7e29617db0b78c6fc5a47f66e4d1842 Author: rl1987 rl1987@sdf.lonestar.org Date: Thu Jan 24 12:22:28 2019 +0200
Also run checkInclude.py before every commit --- scripts/maint/pre-commit.git-hook | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/scripts/maint/pre-commit.git-hook b/scripts/maint/pre-commit.git-hook index 086855960..724cd7732 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 +
tor-commits@lists.torproject.org