]> git.ipfire.org Git - thirdparty/git.git/commit - transport.c
Allow specifying the remote helper in the url
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 18 Nov 2009 01:42:26 +0000 (02:42 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Nov 2009 05:45:44 +0000 (21:45 -0800)
commit87422439d100f020cadb63b5da8495e5fbfb8fa3
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