Skip to content

Commit

Permalink
completion: add --no-edit to git-commit
Browse files Browse the repository at this point in the history
Signed-off-by: Yacine Belkadi <yacine.belkadi.1@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Yacine Belkadi authored and Junio C Hamano committed Sep 17, 2012
1 parent d4d39bc commit 7dd9ab0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/completion/git-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit 7dd9ab0

Please sign in to comment.