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
This commit is contained in:
commit
d78cba4b8f
@ -664,6 +664,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) : credentials;;
|
||||
|
Loading…
Reference in New Issue
Block a user