From 34e4b590ca2e1c5f293739a9c809c1e36b55b95c Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Mon, 7 Aug 2023 16:35:43 +0200 Subject: [PATCH] Skip validation in git reword alias --- gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index fa54122..da09388 100644 --- a/gitconfig +++ b/gitconfig @@ -32,7 +32,7 @@ time = "! TIMEWARRIORDB=$(git rev-parse --show-toplevel)/.git/time timew" track = add --intent-to-add ts = timeshift - reword = commit --amend + reword = commit --amend --no-verify [user] useConfigOnly = true [user "darkwiiplayer"]