diff options
author | SZEDER Gábor <szeder@ira.uka.de> | 2015-12-11 13:05:00 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-12-11 12:43:16 -0800 |
commit | 160fcdb0075ac458d77876234e46147ce503a9b7 (patch) | |
tree | 9f9bb345ac92f2bb4bdecbf6a4254e05121b7727 /contrib | |
parent | Git 2.4.10 (diff) | |
download | tgif-160fcdb0075ac458d77876234e46147ce503a9b7.tar.xz |
completion: remove 'git column' from porcelain commands
'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>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/completion/git-completion.bash | 1 |
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;; |