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>
This commit is contained in:
SZEDER Gábor 2015-12-11 13:05:00 +01:00 коммит произвёл Junio C Hamano
Родитель a2558fb8e1
Коммит 160fcdb007
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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;;