tor

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

commit 0c78811ceabaece8bec92cc6a9a42a7b4631cfa7
parent a85cd5b41bbd71cd16a9a641e067faf4cafb313e
Author: rl1987 <rl1987@sdf.lonestar.org>
Date:   Fri, 19 Apr 2019 09:51:04 +0300

Add changes file

Diffstat:
Achanges/ticket30051 | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/changes/ticket30051 b/changes/ticket30051 @@ -0,0 +1,5 @@ + o Minor features (developer tooling): + - Call practracker from pre-push and pre-commit git hooks to let a + developer know if they made any code style violations in their last + commit. This should help preventing code style violations appearing + upstream. Closes ticket 30051.