tor

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

commit 107e50a90f67ed26a7a24cc6135e5191601184fb
parent 611e8dcda7e29617db0b78c6fc5a47f66e4d1842
Author: Nick Mathewson <nickm@torproject.org>
Date:   Thu, 24 Jan 2019 08:05:42 -0500

lintChanges.py didn't take a directory argument in 0.2.9

Diffstat:
Mscripts/maint/pre-commit.git-hook | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/maint/pre-commit.git-hook b/scripts/maint/pre-commit.git-hook @@ -10,7 +10,7 @@ workdir=$(git rev-parse --show-toplevel) cd "$workdir" || exit 1 -python scripts/maint/lintChanges.py ./changes +python scripts/maint/lintChanges.py ./changes/* perl scripts/maint/checkSpace.pl -C \ src/lib/*/*.[ch] \