mirror of
https://github.com/di-sukharev/opencommit.git
synced 2026-04-20 03:02:51 -04:00
build
This commit is contained in:
@@ -28002,7 +28002,8 @@ async function improveCommitMessagesWithRebase({
|
||||
"rebase",
|
||||
"-i",
|
||||
`origin/${base}`,
|
||||
`"--exec git commit --amend --no-edit -F ${tempFilePath}"`
|
||||
"--exec",
|
||||
`"git commit --amend --no-edit -F ${tempFilePath}"`
|
||||
]);
|
||||
(0, import_fs2.unlinkSync)(tempFilePath);
|
||||
ce("Commit improved \u{1F31E}");
|
||||
|
||||
@@ -154,7 +154,8 @@ async function improveCommitMessagesWithRebase({
|
||||
'rebase',
|
||||
'-i',
|
||||
`origin/${base}`,
|
||||
`"--exec git commit --amend --no-edit -F ${tempFilePath}"`
|
||||
'--exec',
|
||||
`"git commit --amend --no-edit -F ${tempFilePath}"`
|
||||
]);
|
||||
|
||||
unlinkSync(tempFilePath);
|
||||
|
||||
Reference in New Issue
Block a user