From c1c648cabb419a0f281e32685287ca1e07e9271f Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Fri, 3 Nov 2023 21:03:01 +0500 Subject: Updates --- git-split | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-split') diff --git a/git-split b/git-split index c31984c..4ccc3a7 100755 --- a/git-split +++ b/git-split @@ -14,5 +14,5 @@ git reset HEAD^ git diff-tree --no-commit-id --name-only -r "$SHA" | while read -r f; do git add "$f" - GIT_EDITOR="echo '0a\n$SHA $f\n\n.\nw' | ed -s" git commit -c "$SHA" + GIT_EDITOR="echo '0a\n$SHA $f\n\n.\nw' | ed -s" git commit -c "$SHA" --no-verify done -- cgit v1.2.3