git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] completion: Add completions for git config commit
@ 2017-05-28 12:13 Rikard Falkeborn
  2017-05-30  4:29 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Rikard Falkeborn @ 2017-05-28 12:13 UTC (permalink / raw)
  To: git; +Cc: Rikard Falkeborn

Add missing completions for git config:

* commit.cleanup
* commit.gpgSign
* commit.verbose

Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com>
---
 contrib/completion/git-completion.bash | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index 1ed0a09fe..90dfd7681 100644
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -2395,8 +2395,11 @@ _git_config ()
 		color.status.untracked
 		color.status.updated
 		color.ui
+		commit.cleanup
+		commit.gpgSign
 		commit.status
 		commit.template
+		commit.verbose
 		core.abbrev
 		core.askpass
 		core.attributesfile
-- 
2.13.0


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

* Re: [PATCH] completion: Add completions for git config commit
  2017-05-28 12:13 [PATCH] completion: Add completions for git config commit Rikard Falkeborn
@ 2017-05-30  4:29 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2017-05-30  4:29 UTC (permalink / raw)
  To: Rikard Falkeborn; +Cc: git

Will queue; thanks.

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

end of thread, other threads:[~2017-05-30  4:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-28 12:13 [PATCH] completion: Add completions for git config commit Rikard Falkeborn
2017-05-30  4:29 ` 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).