Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'sg/completion-no-column'
author
Junio C Hamano
<gitster@pobox.com>
Mon, 21 Dec 2015 18:59:06 +0000
(10:59 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 21 Dec 2015 18:59:06 +0000
(10:59 -0800)
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
contrib/completion/git-completion.bash
patch
|
blob
|
history
raw
(from parent 1:
5d35d72
)
diff --git
a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index d9b995799c6f86f23eded9ebbc955bccf2ebb76d..69568075191af7b22fc4e9e556cdcd3c19dc7a51 100644
(file)
--- 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;;