git-remote-ext
authorIlari Liusvaara <ilari.liusvaara@elisanet.fi>
Tue, 12 Oct 2010 16:39:43 +0000 (19:39 +0300)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Oct 2010 23:09:28 +0000 (16:09 -0700)
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>
No differences found