From: rl1987 Date: Fri, 19 Apr 2019 06:51:04 +0000 (+0300) Subject: Add changes file X-Git-Tag: tor-0.4.1.1-alpha~69^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0c78811ceabaece8bec92cc6a9a42a7b4631cfa7;p=thirdparty%2Ftor.git Add changes file --- diff --git a/changes/ticket30051 b/changes/ticket30051 new file mode 100644 index 0000000000..87b6d7611f --- /dev/null +++ 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.