mirror of
https://github.com/di-sukharev/opencommit.git
synced 2026-04-20 03:02:51 -04:00
build
This commit is contained in:
@@ -27296,6 +27296,7 @@ git commit --amend -F commit-$count.txt
|
||||
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"`,
|
||||
{
|
||||
|
||||
@@ -188,6 +188,8 @@ echo $(( count + 1 )) > count.txt
|
||||
`
|
||||
);
|
||||
|
||||
await exec.exec(`chmod +x ./rebase-exec.sh`);
|
||||
|
||||
await execPromise(
|
||||
`git rebase ${commitsToImprove[0].sha}^ --exec "./rebase-exec.sh"`,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user