Re: [PATCH] git-daemon server
From: Daniel Serpell <hidden>
Date: 2016-06-15 22:41:59
On 6/3/05, Linus Torvalds [off-list ref] wrote:
On Fri, 3 Jun 2005, McMullan, Jason wrote:quoted
3) Because I can't figure out how to get /bin/sh to give me two pipes that hook together two processes. What I really want: ssh user@remote git server --db /my/git.git <|> git server request HEADOk, so a ssh connection _would_ work per se, and the only real issue is the pipe itself is one-directional as done by the shell?
[...]
Anyway, with _something_ like the above you could do something like
git-sync --exec "ssh master.kernel.org git-sync" ....
and it would do the obvious thing.
I would prefer a command line more like the rsync one:
git-sync master.kernel.org:directory ....
Or:
git-sync :ssh:master.kernel.org:directory ....
Or "uri like":
git-sync ssh://mylogin@master.kernel.org/directory ....
It seems much easier, and I suppose that SSH should be the
default "developer" protocol.
Daniel.