diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2019-04-19 09:51:04 +0300 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-04-23 12:51:29 -0400 |
commit | 0c78811ceabaece8bec92cc6a9a42a7b4631cfa7 (patch) | |
tree | 89556d7ac6d79578c003149776c419dfa15e429c | |
parent | a85cd5b41bbd71cd16a9a641e067faf4cafb313e (diff) | |
download | tor-0c78811ceabaece8bec92cc6a9a42a7b4631cfa7.tar.gz tor-0c78811ceabaece8bec92cc6a9a42a7b4631cfa7.zip |
Add changes file
-rw-r--r-- | changes/ticket30051 | 5 |
1 files changed, 5 insertions, 0 deletions
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. |