diff options
| author | Anton Bobov <anton@bobov.name> | 2023-11-03 21:03:01 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2023-11-03 21:03:01 +0500 |
| commit | c1c648cabb419a0f281e32685287ca1e07e9271f (patch) | |
| tree | aa2d0391b4a2f07e736a52c8e355054de9cf4a72 /git-split | |
| parent | f48019eaef7bb6ca256d391a51401fc3c9728d58 (diff) | |
Updates
Diffstat (limited to 'git-split')
| -rwxr-xr-x | git-split | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
