author | Johannes Schindelin <johannes.schindelin@gmx.de> | |
Wed, 18 Nov 2009 01:42:26 +0000 (02:42 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 18 Nov 2009 05:45:44 +0000 (21:45 -0800) | ||
commit | 87422439d100f020cadb63b5da8495e5fbfb8fa3 | |
tree | 8e1a273e00df82598c9a690dce95234c7293ddd1 | tree | snapshot |
parent | c578f51d52fe75e71d75566c2c216af989b65e6e | commit | diff |
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>
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 | diff | blob | history |