From: SZEDER Gábor Date: Fri, 11 Dec 2015 12:05:00 +0000 (+0100) Subject: completion: remove 'git column' from porcelain commands X-Git-Tag: v2.6.5~5^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/160fcdb0075ac458d77876234e46147ce503a9b7?hp=--cc completion: remove 'git column' from porcelain commands 'git column' is an internal helper, so it should not be offered on 'git ' along with porcelain commands. Signed-off-by: SZEDER Gábor Signed-off-by: Junio C Hamano --- 160fcdb0075ac458d77876234e46147ce503a9b7 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;;