Browse Source

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>
maint
SZEDER Gábor 9 years ago committed by Junio C Hamano
parent
commit
160fcdb007
  1. 1
      contrib/completion/git-completion.bash

1
contrib/completion/git-completion.bash

@ -663,6 +663,7 @@ __git_list_porcelain_commands () @@ -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…
Cancel
Save