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:
parent
a2558fb8e1
commit
160fcdb007
@ -663,6 +663,7 @@ __git_list_porcelain_commands ()
|
|||||||
check-mailmap) : plumbing;;
|
check-mailmap) : plumbing;;
|
||||||
check-ref-format) : plumbing;;
|
check-ref-format) : plumbing;;
|
||||||
checkout-index) : plumbing;;
|
checkout-index) : plumbing;;
|
||||||
|
column) : internal helper;;
|
||||||
commit-tree) : plumbing;;
|
commit-tree) : plumbing;;
|
||||||
count-objects) : infrequent;;
|
count-objects) : infrequent;;
|
||||||
credential-cache) : credentials helper;;
|
credential-cache) : credentials helper;;
|
||||||
|
Loading…
Reference in New Issue
Block a user