зеркало из https://github.com/microsoft/git.git
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:
Родитель
a2558fb8e1
Коммит
160fcdb007
|
@ -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;;
|
||||
|
|
Загрузка…
Ссылка в новой задаче