diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-12-21 10:59:06 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-12-21 10:59:06 -0800 |
commit | d78cba4b8f127002d368a032b112b2ba8619f693 (patch) | |
tree | ddf64fcbe6a456b3e587ee3d985784c561237607 | |
parent | Merge branch 'mc/push-recurse-submodules-config' (diff) | |
parent | completion: remove 'git column' from porcelain commands (diff) | |
download | tgif-d78cba4b8f127002d368a032b112b2ba8619f693.tar.xz |
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
-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 d9b995799c..6956807519 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -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;; |