mirror of
https://github.com/di-sukharev/opencommit.git
synced 2026-04-20 03:02:51 -04:00
build
This commit is contained in:
@@ -27280,10 +27280,7 @@ async function improveCommitMessages(commits) {
|
||||
(0, import_fs2.writeFileSync)(`./count.txt`, "0");
|
||||
(0, import_fs2.writeFileSync)(
|
||||
"./rebase-exec.sh",
|
||||
`#!/bin/bash
|
||||
count=$(cat count.txt)
|
||||
git commit --amend -F commit-$count.txt
|
||||
echo $(( count + 1 )) > count.txt`
|
||||
"#!/bin/bash; count=$(cat count.txt); git commit --amend -F commit-$count.txt; echo $(( count + 1 )) > count.txt"
|
||||
);
|
||||
await import_exec.default.exec(`chmod +x ./rebase-exec.sh`);
|
||||
await import_exec.default.exec(
|
||||
|
||||
Reference in New Issue
Block a user