Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'maint'
author
Junio C Hamano
<gitster@pobox.com>
Thu, 28 Jan 2010 22:33:33 +0000
(14:33 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 28 Jan 2010 22:33:33 +0000
(14:33 -0800)
* maint:
bash: don't offer remote transport helpers as subcommands
contrib/completion/git-completion.bash
patch
|
blob
|
history
raw
(from parent 1:
00f09d0
)
diff --git
a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index 8b56c34bde2227e7facfc8f96ceec7f912237189..da46bf81e6885d7b72f3112a80b692b95cfbd7a8 100755
(executable)
--- a/
contrib/completion/git-completion.bash
+++ b/
contrib/completion/git-completion.bash
@@
-568,6
+568,7
@@
__git_list_porcelain_commands ()
read-tree) : plumbing;;
receive-pack) : plumbing;;
reflog) : plumbing;;
+ remote-*) : transport;;
repo-config) : deprecated;;
rerere) : plumbing;;
rev-list) : plumbing;;