git-next/.git-hooks/prepare-commit-msg

4 lines
63 B
Bash
Executable file

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