Allow specifying the remote helper in the url
commit87422439d100f020cadb63b5da8495e5fbfb8fa3
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 18 Nov 2009 01:42:26 +0000 (18 02:42 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Nov 2009 05:45:44 +0000 (17 21:45 -0800)
tree8e1a273e00df82598c9a690dce95234c7293ddd1
parentc578f51d52fe75e71d75566c2c216af989b65e6e
Allow specifying the remote helper in the url

The common case for remote helpers will be to import some repository
which can be specified by a single URL.  Support this use case by
allowing users to say:

git clone hg::https://soc.googlecode.com/hg/ soc

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Sverre Rabbelier <srabbelier@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
transport.c