Skip to content

Commit 62c3aa7

Browse files
authored
Fix: remove duplicate in git-completions.nu (#1016)
This remove a duplicate: the `--no-edit` was there twice in the "git commit" command completion. After my change, the only remaining `--no-edit` is at line 455.
1 parent a9b8291 commit 62c3aa7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

custom-completions/git/git-completions.nu

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,6 @@ export extern "git commit" [
429429
--all(-a) # automatically stage all modified and deleted files
430430
--amend # amend the previous commit rather than adding a new one
431431
--message(-m): string # specify the commit message rather than opening an editor
432-
--no-edit # don't edit the commit message (useful with --amend)
433432
--reuse-message(-C): string # reuse the message from a previous commit
434433
--reedit-message(-c): string # reuse and edit message from a commit
435434
--fixup: string # create a fixup/amend commit

0 commit comments

Comments
 (0)