Skip to content

Commit d78cba4

Browse files
committed
Merge branch 'sg/completion-no-column'
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 5d35d72 + 160fcdb commit d78cba4

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
@@ -664,6 +664,7 @@ __git_list_porcelain_commands ()
664664
check-mailmap) : plumbing;;
665665
check-ref-format) : plumbing;;
666666
checkout-index) : plumbing;;
667+
column) : internal helper;;
667668
commit-tree) : plumbing;;
668669
count-objects) : infrequent;;
669670
credential) : credentials;;

0 commit comments

Comments
 (0)