tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 03e64e3fbfa1c89014a575e128d8cf05104b1238
parent f3f8e3f2fd3a9852c3066a54bd70637727738727
Author: David Goulet <dgoulet@torproject.org>
Date:   Tue, 11 Nov 2025 10:00:45 -0500

scripts: Remove practracker from pre-commit git hook

We don't use that anymore and it diverges from main.

Signed-off-by: David Goulet <dgoulet@torproject.org>

Diffstat:
Mscripts/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