mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
bdcccb9776
The pre-push hook already calls the pre-commit hook, which calls practracker. Also update the script comments to avoid similar issues in future. Fixes bug 31462; bugfix on 0.4.1.1-alpha.
8 lines
364 B
Plaintext
8 lines
364 B
Plaintext
o Minor features (git hooks):
|
|
- Our pre-commit git hook now checks for a special file
|
|
before running practracker, so that practracker only runs on branches
|
|
that are based on master. Since the pre-push hook calls the pre-commit
|
|
hook, practracker will also only run before pushes of branches based
|
|
on master.
|
|
Closes ticket 30979.
|