Skip to content

Commit 34872f0

Browse files
committed
Merge branch 'sg/completion-no-column' into maint
The completion script (in contrib/) used to list "git column" (which is not an end-user facing command) as one of the choices * sg/completion-no-column: completion: remove 'git column' from porcelain commands
2 parents 1ff8856 + 160fcdb commit 34872f0

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) : credentials;;

0 commit comments

Comments
 (0)