git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] completion: add --no-edit to git-commit
@ 2012-09-16 16:06 Yacine Belkadi
  2012-09-17  5:05 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Yacine Belkadi @ 2012-09-16 16:06 UTC (permalink / raw
  To: git, gitster

Signed-off-by: Yacine Belkadi <yacine.belkadi.1@gmail.com>
---
 contrib/completion/git-completion.bash |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index 1b43329..be800e0 100644
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -1018,7 +1018,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=
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] completion: add --no-edit to git-commit
  2012-09-16 16:06 [PATCH] completion: add --no-edit to git-commit Yacine Belkadi
@ 2012-09-17  5:05 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2012-09-17  5:05 UTC (permalink / raw
  To: Yacine Belkadi; +Cc: git

thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-09-17  5:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-16 16:06 [PATCH] completion: add --no-edit to git-commit Yacine Belkadi
2012-09-17  5:05 ` Junio C Hamano

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).