Skip to content

Commit

Permalink
Merge branch 'sg/completion-no-column'
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Junio C Hamano committed Dec 21, 2015
2 parents 5d35d72 + 160fcdb commit d78cba4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/completion/git-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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;;
Expand Down

0 comments on commit d78cba4

Please sign in to comment.