mirror of
https://github.com/git/git.git
synced 2024-10-31 14:27:54 +01:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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;;
|
||||
|
|
Loading…
Reference in a new issue