commit 6b0fccc3ae6561d2d20ace872b2b7e64f2b5294d parent dc25402468b076e4983e928005f739a969497a36 Author: David Goulet <dgoulet@torproject.org> Date: Tue, 11 Nov 2025 10:01:03 -0500 Merge branch 'maint-0.4.8' Diffstat:
| M | scripts/git/pre-commit.git-hook | | | 5 | ----- |
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/scripts/git/pre-commit.git-hook b/scripts/git/pre-commit.git-hook @@ -72,11 +72,6 @@ printf "Modified tor-owned source files:\\n%s\\n" "$CHECK_FILES" perl scripts/maint/checkSpace.pl -C \ $CHECK_FILES -# This makes sure that we are only including things we're allowed to include. -if test -e scripts/maint/practracker/includes.py; then - python scripts/maint/practracker/includes.py -fi - if [ -e scripts/coccinelle/check_cocci_parse.sh ]; then # Run a verbose cocci parse check on the changed files