Merge branch 'maint'
authorJunio C Hamano <gitster@pobox.com>
Thu, 28 Jan 2010 22:33:33 +0000 (14:33 -0800)
committerJunio 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
index 8b56c34bde2227e7facfc8f96ceec7f912237189..da46bf81e6885d7b72f3112a80b692b95cfbd7a8 100755 (executable)
@@ -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;;