Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-25 | Update scripts to use main instead of master. | Alexander Færøy | |
When talking about the "master" Tor checkout, we now refer to it as "the primary Tor repository". The "master" branch is instead called "main". See: tpo/core/team#2. | |||
2020-07-02 | scripts: Add env variable to disable pre-commit hook | David Goulet | |
We introduce TOR_EXTRA_PRE_COMMIT_CHECKS environment variable to run the pre-commit hook. The pre-push git hook will set it in order to run all pre-commit checks. Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-02-12 | scripts/git: Stop running the checked-out git scripts | teor | |
Stop executing the checked-out pre-commit hook from the pre-push hook. Instead, execute the copy in the user's git dir. Fixes bug 33284; bugfix on 0.4.1.1-alpha. | |||
2020-01-23 | Git hooks: remove support for 0.2.9 directory layout. | Nick Mathewson | |
We no longer will be pushing or committing things in branches that use src/common or src/or. Resolves ticket 32957. | |||
2019-12-20 | Makefile/git scripts: Add comments to keep owned file lists in sync | teor | |
2019-10-31 | scripts/git: Restore a dropped check for pre-commit in pre-push | teor | |
Bugfix on 31919; not in any released version of Tor. | |||
2019-10-28 | scripts: Change to the top source directory as needed | teor | |
Bugfix on 31919; not in any released version of tor. | |||
2019-10-24 | scripts/git: Make spaces consistent in pre-push.git-hook | teor | |
Part of 31919. | |||
2019-10-24 | scripts/git: Only check modified files in existing git hook checks | teor | |
Part of 31919. | |||
2019-10-24 | scripts/git: Add check_cocci_parse.sh to the pre-commit hook | teor | |
But only check modified files, which dramatically speeds up check_cocci_parse.sh. Part of 31919. | |||
2019-08-20 | scripts/git: Remove a duplicate practracker call from the pre-push hook | teor | |
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. | |||
2019-08-08 | pre-push hook: Only run practracker when a special file is present | Nick Mathewson | |
Closes ticket 30979. | |||
2019-06-17 | Merge branch 'ticket29533_squashed' | Nick Mathewson | |
2019-06-17 | Fix SC2034 in pre-push.git-hook | rl1987 | |
2019-06-11 | scripts/git: Stop hard-coding the bash path in the git scripts | teor | |
Some OSes don't have bash in /usr/bin, others have an ancient bash at this path. Fixes bug 30840; bugfix on 0.4.0.1-alpha. | |||
2019-06-05 | Document TOR_UPSTREAM_REMOTE_NAME env variable | rl1987 | |
2019-05-11 | pre-push.git-hook: Check remote name to see if it's upstream | rl1987 | |
2019-05-01 | pre-push.git-hook: Allow fixup and squash commits when pushing to ↵ | rl1987 | |
non-upstream branches | |||
2019-04-23 | Call practracker from pre-push and pre-commit hooks | rl1987 | |
2019-04-05 | Call pre-commit hook from pre-push script | rl1987 | |
2019-03-10 | Move all git maintenance scripts to separate directory | rl1987 | |