[tor-commits] [tor/master] Also run checkInclude.py before every commit

nickm at torproject.org nickm at torproject.org
Thu Jan 24 16:08:15 UTC 2019


commit 611e8dcda7e29617db0b78c6fc5a47f66e4d1842
Author: rl1987 <rl1987 at 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
+





More information about the tor-commits mailing list