aboutsummaryrefslogtreecommitdiff
path: root/git.c
diff options
context:
space:
mode:
authorIlari Liusvaara <ilari.liusvaara@elisanet.fi>2010-10-12 19:39:43 +0300
committerJunio C Hamano <gitster@pobox.com>2010-10-13 16:09:28 -0700
commit7f3ecebfcda9b32252a4791dc716c1e3d88c9f70 (patch)
tree412a45bfc6871009a5bb117ba6935d16a33f19a1 /git.c
parent3a9ed4bdee5032ecb9328aea51a752d69a2d966e (diff)
downloadgit-7f3ecebfcda9b32252a4791dc716c1e3d88c9f70.tar.gz
git-7f3ecebfcda9b32252a4791dc716c1e3d88c9f70.tar.xz
git-remote-ext
This remote helper invokes external command and passes raw smart transport stream through it. This is useful for instance for invoking ssh with one-off odd options, connecting to git services in unix domain sockets, in abstract namespace, using TLS or other secure protocols, etc... Signed-off-by: Ilari Liusvaara <ilari.liusvaara@elisanet.fi> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git.c')
-rw-r--r--git.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/git.c b/git.c
index b7b96b0da..e95a1baea 100644
--- a/git.c
+++ b/git.c
@@ -374,6 +374,7 @@ static void handle_internal_command(int argc, const char **argv)
{ "receive-pack", cmd_receive_pack },
{ "reflog", cmd_reflog, RUN_SETUP },
{ "remote", cmd_remote, RUN_SETUP },
+ { "remote-ext", cmd_remote_ext },
{ "remote-fd", cmd_remote_fd },
{ "replace", cmd_replace, RUN_SETUP },
{ "repo-config", cmd_config, RUN_SETUP_GENTLY },