pre-push hook: Only run practracker when a special file is present

Closes ticket 30979.
This commit is contained in:
Nick Mathewson
2019-08-08 11:32:11 -04:00
parent a8f936c817
commit 71e5af0221
3 changed files with 14 additions and 5 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor features (git hooks):
- Our pre-push git hook now checks for a special file
before running practracker, so that it only runs on branches
that are based on master.
Closes ticket 30979.