author | Ilari Liusvaara <ilari.liusvaara@elisanet.fi> | |
Tue, 12 Oct 2010 16:39:43 +0000 (19:39 +0300) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 13 Oct 2010 23:09:28 +0000 (16:09 -0700) | ||
commit | 7f3ecebfcda9b32252a4791dc716c1e3d88c9f70 | |
tree | 412a45bfc6871009a5bb117ba6935d16a33f19a1 | tree | snapshot |
parent | 3a9ed4bdee5032ecb9328aea51a752d69a2d966e | commit | diff |
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>
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>
.gitignore | diff | blob | history | |
Documentation/git-remote-ext.txt | [new file with mode: 0644] | blob |
Makefile | diff | blob | history | |
builtin.h | diff | blob | history | |
builtin/remote-ext.c | [new file with mode: 0644] | blob |
git.c | diff | blob | history |