aboutsummaryrefslogtreecommitdiff
path: root/git.c
diff options
context:
space:
mode:
authorIlari Liusvaara <ilari.liusvaara@elisanet.fi>2010-10-12 19:39:42 +0300
committerJunio C Hamano <gitster@pobox.com>2010-10-13 16:09:26 -0700
commit3a9ed4bdee5032ecb9328aea51a752d69a2d966e (patch)
tree7594829f19d34cf1e011cb9cdff4a711a7350bcf /git.c
parent419f37db4d1e2fe3c394c869c5375e545b3e364d (diff)
downloadgit-3a9ed4bdee5032ecb9328aea51a752d69a2d966e.tar.gz
git-3a9ed4bdee5032ecb9328aea51a752d69a2d966e.tar.xz
git-remote-fd
This remote helper reflects raw smart remote transport stream back to the calling program. This is useful for example if some UI wants to handle ssh itself and not use hacks via GIT_SSH. 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 50a14013c..b7b96b0da 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-fd", cmd_remote_fd },
{ "replace", cmd_replace, RUN_SETUP },
{ "repo-config", cmd_config, RUN_SETUP_GENTLY },
{ "rerere", cmd_rerere, RUN_SETUP },