summaryrefslogtreecommitdiff
path: root/maint/hooks/pre-push
Commit message (Collapse)AuthorAgeFilesLines
* make almost all scripts use bash and set euo pipefailtrinity-1686a2022-05-251-2/+2
|
* Remove cargo-husky, and replace with manual instructionseta2022-05-101-0/+15
A build script reaching into your .git/hooks/ and modifying them nonconsensually was a bit of a horrifying concept, and also made it hard to build arti with the feature disabled. Remove this crate, and replace it with manual instructions on how to install the hooks in CONTRIBUTING.md.