diff options
author | Ilari Liusvaara <ilari.liusvaara@elisanet.fi> | 2010-10-12 19:39:43 +0300 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-10-13 16:09:28 -0700 |
commit | 7f3ecebfcda9b32252a4791dc716c1e3d88c9f70 (patch) | |
tree | 412a45bfc6871009a5bb117ba6935d16a33f19a1 /.gitignore | |
parent | 3a9ed4bdee5032ecb9328aea51a752d69a2d966e (diff) | |
download | git-7f3ecebfcda9b32252a4791dc716c1e3d88c9f70.tar.gz |
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 '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 89f37f42f7..87b833c9d8 100644 --- a/.gitignore +++ b/.gitignore @@ -113,6 +113,7 @@ /git-remote-ftp /git-remote-ftps /git-remote-fd +/git-remote-ext /git-remote-testgit /git-repack /git-replace |