mirror of
https://github.com/di-sukharev/opencommit.git
synced 2026-04-20 03:02:51 -04:00
build
This commit is contained in:
@@ -27298,8 +27298,9 @@ echo $(( count + 1 )) > count.txt
|
||||
`
|
||||
);
|
||||
await import_exec.default.exec(`chmod +x ./rebase-exec.sh`);
|
||||
await execPromise(
|
||||
`git rebase ${commitsToImprove[0].sha}^ --exec "./rebase-exec.sh"`,
|
||||
await import_exec.default.exec(
|
||||
"git",
|
||||
["rebase", `${commitsToImprove[0].sha}^`, "--exec", "./rebase-exec.sh"],
|
||||
{
|
||||
env: {
|
||||
GIT_SEQUENCE_EDITOR: 'sed -i -e "s/^pick/reword/g"',
|
||||
|
||||
Reference in New Issue
Block a user