git-next/.git-hooks/prepare-commit-msg
Paul Campbell 834dff4370
All checks were successful
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
chore: convert project into a cargo workspace
2024-05-11 16:33:18 +01:00

4 lines
63 B
Bash
Executable file

#!/bin/sh
# cc-cli as a commit hook
exec </dev/tty
cc-cli "$@"