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

5 lines
63 B
Text
Raw Normal View History

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