On Sun, Aug 22, 2010 at 12:30:00AM -0700, Junio C Hamano wrote:
* il/rfc-remote-fd-ext (2010-08-14) 6 commits
- Fix build on Windows
- Simplify send_git_request()
- Rewrite bidirectional traffic loop
- gitignore: Ignore the new /git-remote-{ext,fd} helpers
- New remote helper: git-remote-ext
- New remote helper git-remote-fd
I haven't heard anything about this series. Is it desirable? Or is it
not used by anybody and just another baggage we'd rather not carry?
Well, as said in series introduction, some possible uses:
- ssh with odd options without editing ssh_config (this ocassionally pops up
on #git, especially with keypair setting, dunno how much of that is
XY-problem and how much is not).
- TLS-tunneling git://.
- etc...
And yes, I use it a lot internally.
-Ilari