Skip to content

Commit 160fcdb

Browse files
szedergitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a2558fb commit 160fcdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/completion/git-completion.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,7 @@ __git_list_porcelain_commands ()
663663
check-mailmap) : plumbing;;
664664
check-ref-format) : plumbing;;
665665
checkout-index) : plumbing;;
666+
column) : internal helper;;
666667
commit-tree) : plumbing;;
667668
count-objects) : infrequent;;
668669
credential-cache) : credentials helper;;

0 commit comments

Comments
 (0)