tor

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

commit e8da65ee91658d7223739828a3e070e8e33a17ac
parent 19dbd431c52994fc14bf7cb2e1a1a0dc686c2599
Author: rl1987 <rl1987@sdf.lonestar.org>
Date:   Sun,  9 Jun 2019 18:21:14 +0300

Fix SC2034 in pre-push.git-hook

Diffstat:
Mscripts/git/pre-push.git-hook | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/scripts/git/pre-push.git-hook b/scripts/git/pre-push.git-hook @@ -35,7 +35,6 @@ if [ -e scripts/maint/practracker/practracker.py ]; then fi remote="$1" -remote_loc="$2" remote_name=$(git remote --verbose | grep "$2" | awk '{print $1}' | head -n 1)