git.delta.rocks / jrsonnet / refs/commits / b89fdd32bd3a

difftreelog

source

.envrc288 Bsourcehistory
1RED='\033[0;31m'2RESET='\033[0m'34use flake56if ! test -d .jj && ! diff .github/hooks/pre-commit .git/hooks/pre-commit >/dev/null; then7echo -e "${RED}Hooks are updated, read .github/hooks/pre-commit, and then install it with cp .github/hooks/pre-commit .git/hooks/pre-commit${RESET}"8fi