tor

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

commit bb3df5f322814740d7021ae680bc387297c84e72
parent eb2d08a72c165ee941607c1b2cc591fb4b5e631b
Author: teor <teor@torproject.org>
Date:   Fri, 20 Mar 2020 17:32:57 +1000

practracker: Disable practracker in git hooks

Disable our coding standards best practices tracker in our git hooks.

0.4.3 branches only.

Closes ticket 33678.

Diffstat:
Achanges/ticket33678_043 | 3+++
Dscripts/maint/practracker/.enable_practracker_in_hooks | 1-
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/changes/ticket33678_043 b/changes/ticket33678_043 @@ -0,0 +1,3 @@ + o Code simplification and refactoring: + - Disable our coding standards best practices tracker in our git hooks. + (0.4.3 branches only.) Closes ticket 33678. diff --git a/scripts/maint/practracker/.enable_practracker_in_hooks b/scripts/maint/practracker/.enable_practracker_in_hooks @@ -1 +0,0 @@ -This file is present to tell our git hooks to run practracker on this branch.