completion: add --no-edit to git-commit
Signed-off-by: Yacine Belkadi <yacine.belkadi.1@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
d4d39bc32d
commit
7dd9ab0c8b
@ -1014,7 +1014,8 @@ _git_commit ()
|
||||
--*)
|
||||
__gitcomp "
|
||||
--all --author= --signoff --verify --no-verify
|
||||
--edit --amend --include --only --interactive
|
||||
--edit --no-edit
|
||||
--amend --include --only --interactive
|
||||
--dry-run --reuse-message= --reedit-message=
|
||||
--reset-author --file= --message= --template=
|
||||
--cleanup= --untracked-files --untracked-files=
|
||||
|
Loading…
Reference in New Issue
Block a user