git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] git-remote-fd & git-remote-ext
@ 2010-09-30 11:52 Ilari Liusvaara
  2010-09-30 11:52 ` [PATCH v2 1/3] Add bidirectional_transfer_loop() Ilari Liusvaara
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Ilari Liusvaara @ 2010-09-30 11:52 UTC (permalink / raw)
  To: git

This adds two new remote helpers.

* git-remote-fd, which connects to git service on given file descriptor(s),
useful for graphical user interfaces that want to use internal ssh client.

* git-remote-ext, which connect to git service using external program. Useful
for connecting using odd one-off ssh options, to services in abstract
namespace, using unix domain sockets, using TLS, etc...


Differences from last time:

* The mingw build patch is now included.
* Include some documentation.
* Patches squashed into more logical chunks instead of base and discrete
fixes.

Ilari Liusvaara (3):
  Add bidirectional_transfer_loop()
  git-remote-fd
  git-remote-ext

 Documentation/git-remote-ext.txt |   87 +++++++++++++
 Documentation/git-remote-fd.txt  |   57 +++++++++
 Makefile                         |    2 +
 builtin.h                        |    2 +
 builtin/remote-fd.c              |   88 +++++++++++++
 compat/mingw.h                   |    5 +
 git.c                            |    2 +
 transport-helper.c               |  254 ++++++++++++++++++++++++++++++++++++++
 transport.h                      |    1 +
 9 files changed, 498 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/git-remote-ext.txt
 create mode 100644 Documentation/git-remote-fd.txt
 create mode 100644 builtin/remote-fd.c

-- 
1.7.2.3.401.g919b6e

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2010-10-01  0:33 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-30 11:52 [PATCH v2 0/3] git-remote-fd & git-remote-ext Ilari Liusvaara
2010-09-30 11:52 ` [PATCH v2 1/3] Add bidirectional_transfer_loop() Ilari Liusvaara
2010-09-30 13:55   ` Jonathan Nieder
2010-09-30 15:51     ` Ilari Liusvaara
2010-09-30 15:51       ` Jonathan Nieder
2010-09-30 11:52 ` [PATCH v2 2/3] git-remote-fd Ilari Liusvaara
2010-09-30 12:04   ` Ævar Arnfjörð Bjarmason
2010-09-30 13:14   ` Jonathan Nieder
2010-09-30 13:44     ` Ilari Liusvaara
2010-09-30 11:52 ` [PATCH v2 3/3] git-remote-ext Ilari Liusvaara
2010-09-30 13:45   ` Jonathan Nieder
2010-09-30 20:03     ` Junio C Hamano
2010-10-01  0:30       ` Jonathan Nieder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).