From: SZEDER Gábor Date: Fri, 22 Jan 2010 10:54:51 +0000 (+0100) Subject: bash: don't offer remote transport helpers as subcommands X-Git-Tag: v1.7.0-rc1~11^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/63d04a78043c61c52ae437fa6106e7029b466bbf?ds=inline;hp=63d04a78043c61c52ae437fa6106e7029b466bbf bash: don't offer remote transport helpers as subcommands Since commits a2d725b7 (Use an external program to implement fetching with curl, 2009-08-05) and c9e388bb (Make the "traditionally-supported" URLs a special case, 2009-09-03) remote transport helpers like 'remote-ftp' and 'remote-curl' are offered by the completion script as available subcommands. Not good, since they are helpers, therefore should not be offered, so filter them out. Signed-off-by: SZEDER Gábor Acked-by: Shawn O. Pearce Signed-off-by: Junio C Hamano ---