diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-01-04 14:02:45 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-01-04 14:02:47 -0800 |
commit | 34872f0b3c1d0054fe1981ad87b561a9e9b98c26 (patch) | |
tree | e8c6231c370ee0351c08dc0238132712d8bbc997 /contrib/completion | |
parent | Merge branch 'sg/lock-file-commit-error' into maint (diff) | |
parent | completion: remove 'git column' from porcelain commands (diff) | |
download | tgif-34872f0b3c1d0054fe1981ad87b561a9e9b98c26.tar.xz |
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
Diffstat (limited to 'contrib/completion')
-rw-r--r-- | contrib/completion/git-completion.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 482ca84b45..b383ed05c3 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -663,6 +663,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;; |