Age | Commit message (Collapse) | Author |
|
Typos found with codespell.
Please keep in mind that this should have impact on actual code
and must be carefully evaluated:
src/core/or/lttng_circuit.inc
- ctf_enum_value("CONTROLER", CIRCUIT_PURPOSE_CONTROLLER)
+ ctf_enum_value("CONTROLLER", CIRCUIT_PURPOSE_CONTROLLER)
|
|
Signed-off-by: David Goulet <dgoulet@torproject.org>
|
|
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>
|
|
We no longer will be pushing or committing things in branches that
use src/common or src/or.
Resolves ticket 32957.
|
|
|
|
Extra testing after 32613.
|
|
Add a check-practracker-unit-test target, and run it as part of
"make check".
Add the practracker unit tests to scripts/git/pre-commit.git-hook.
Part of 32609.
|
|
Some versions of shellcheck do not detect this error.
Bugfix on 31919; not in any released version of tor.
|
|
Part of 31919.
|
|
But only check modified files, which dramatically speeds up
check_cocci_parse.sh.
Part of 31919.
|
|
* Move the shellcheck script from the Makefile to its own script file
* Reformat the shellcheck script so it's easier to read and modify
* Call the shellcheck script from the pre-commit hook
Fixes bug 30967; not in any released version of Tor.
|
|
|
|
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.
|
|
Also add a temporary script to redirect the hook, if people don't
upgrade for a bit.
|
|
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.
|
|
|
|
|
|
Fixes bug 30120; bugfix not in any released Tor.
|
|
|