]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add changes file
authorrl1987 <rl1987@sdf.lonestar.org>
Fri, 19 Apr 2019 06:51:04 +0000 (09:51 +0300)
committerNick Mathewson <nickm@torproject.org>
Tue, 23 Apr 2019 16:51:29 +0000 (12:51 -0400)
changes/ticket30051 [new file with mode: 0644]

diff --git a/changes/ticket30051 b/changes/ticket30051
new file mode 100644 (file)
index 0000000..87b6d76
--- /dev/null
@@ -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.