From 82092fe19a0ff0d0e4bed2ccfd4351cbb2d10d9e Mon Sep 17 00:00:00 2001 From: Alec Goncharow Date: Thu, 29 Feb 2024 22:57:46 -0500 Subject: embrace autocomplete defaults, add nocheckin pre-commit hook --- .git_template/hooks/pre-commit | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 .git_template/hooks/pre-commit (limited to '.git_template') diff --git a/.git_template/hooks/pre-commit b/.git_template/hooks/pre-commit new file mode 100755 index 0000000..7535f76 --- /dev/null +++ b/.git_template/hooks/pre-commit @@ -0,0 +1,6 @@ +#!/usr/bin/env bash + +# If any command fails, exit immediately with that command's exit status +set -eo pipefail + +nocheckin -- cgit v1.2.3-70-g09d2