summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSZEDER Gábor <szeder@ira.uka.de>2015-12-11 13:05:00 +0100
committerJunio C Hamano <gitster@pobox.com>2015-12-11 12:43:16 -0800
commit160fcdb0075ac458d77876234e46147ce503a9b7 (patch)
tree9f9bb345ac92f2bb4bdecbf6a4254e05121b7727
parenta2558fb8e1e387b630312311e1d22c95663da5d0 (diff)
downloadgit-sg/completion-no-column.tar.gz
completion: remove 'git column' from porcelain commandssg/completion-no-column
'git column' is an internal helper, so it should not be offered on 'git <TAB>' along with porcelain commands. Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--contrib/completion/git-completion.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index 3b1a9b1d4f..a795410915 100644
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -663,6 +663,7 @@ __git_list_porcelain_commands ()
check-mailmap) : plumbing;;
check-ref-format) : plumbing;;
checkout-index) : plumbing;;
+ column) : internal helper;;
commit-tree) : plumbing;;
count-objects) : infrequent;;
credential-cache) : credentials helper;;