]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
git-remote-fd
authorIlari Liusvaara <ilari.liusvaara@elisanet.fi>
Tue, 12 Oct 2010 16:39:42 +0000 (19:39 +0300)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Oct 2010 23:09:26 +0000 (16:09 -0700)
commit3a9ed4bdee5032ecb9328aea51a752d69a2d966e
tree7594829f19d34cf1e011cb9cdff4a711a7350bcf
parent419f37db4d1e2fe3c394c869c5375e545b3e364d
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>
.gitignore
Documentation/git-remote-fd.txt [new file with mode: 0644]
Makefile
builtin.h
builtin/remote-fd.c [new file with mode: 0644]
git.c