From df462b886f4519927c06b27cfb934069b310b009 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn Date: Sat, 25 Jul 2026 17:01:31 -0500 Subject: [PATCH] chore: update gitconfig template --- dot_gitconfig.tmpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl index 0e78786..10a8b29 100644 --- a/dot_gitconfig.tmpl +++ b/dot_gitconfig.tmpl @@ -12,3 +12,6 @@ acnvp = "! acnvp() { git add . && git commit --no-verify -am \"$1\" && git push ; } ; acnvp" [submodule] recurse = true +[advice] + ignoredHook = false +