tor

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

commit e8e6931638a14a2c996e55d7c8342654fb546b34
parent 705c1c28c710b70406712027833ab739729ee583
Author: rl1987 <rl1987@sdf.lonestar.org>
Date:   Fri,  5 Apr 2019 19:03:41 +0300

Add changes file

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

diff --git a/changes/ticket30033 b/changes/ticket30033 @@ -0,0 +1,4 @@ + o Minor features (developer tooling): + - Call pre-commit git hook from pre-push hook to make sure we're + running documentation and code style checks before pushing to remote + git repository. Implements feature 30033.