We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e684baf commit 9baaf68Copy full SHA for 9baaf68
1 file changed
src/commands/lazycommit.ts
@@ -285,7 +285,6 @@ export default async (
285
useAsIs = true;
286
}
287
288
- // Offer editing of the final commit message (skip if user chose 'Use as-is' or already edited)
289
if (!useAsIs && !editedAlready) {
290
const wantsEdit = await confirm({ message: 'Edit the commit message before committing?' });
291
if (wantsEdit && !isCancel(wantsEdit)) {
0 commit comments