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.7.0-rc2~7^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=160fcdb0075ac458d77876234e46147ce503a9b7;p=thirdparty%2Fgit.git 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 --- 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;;