From 59ceaa13aedd63b9fa76ff5b600c92a78767a7ee Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 1 Jun 2025 09:46:37 +0200 Subject: [PATCH] auto-git: [change] main.js --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index e3775fd..972e978 100644 --- a/main.js +++ b/main.js @@ -968,7 +968,7 @@ async function rewordCommitsSequentially(repoPath, commitMessageMap, hashes) { // await auf Promise – aber OHNE zweiten for! await new Promise((resolve, reject) => { const proc = spawn('git', [ - 'rebase', '-i', `${hash}^` + 'rebase', '--continue', '-i', `${hash}^` ], { cwd: repoPath, env: {