ticket30979 364 B

1234567
  1. o Minor features (git hooks):
  2. - Our pre-commit git hook now checks for a special file
  3. before running practracker, so that practracker only runs on branches
  4. that are based on master. Since the pre-push hook calls the pre-commit
  5. hook, practracker will also only run before pushes of branches based
  6. on master.
  7. Closes ticket 30979.