Skip to content

Commit 5edfe34

Browse files
committed
update diffIndexGenerateCommit.ts
1 parent 3a8f776 commit 5edfe34

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/cli/diffIndexGenerateCommit.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ function main(argv: string[]): void {
3232

3333
const msg: string = generateCommitMessage(useCached);
3434

35-
// FIXME: there is a bug when using changes that are not staged and without --cached flag, so the message is unquoted.
35+
// FIXME: there is a bug when using changes that are not staged and without
36+
// --cached flag, so the message is unquoted.
3637
const commitArgs: string[] = ["commit", "--edit", "-m", msg, ...passthrough];
3738
execFileSync("git", commitArgs, { stdio: "inherit" });
3839
}

0 commit comments

Comments
 (0)