On Mon, Oct 04, 2010 at 06:56:24PM +0200, Sverre Rabbelier wrote:
quoted
+"ext::git-server-alias foo %G/repo %Vfoo"::
+ Represents a repository with path /repo accessed using the
+ helper program "git-server-alias foo". The hostname for the
+ remote server passed in the protocol stream will be "foo"
+ (this allows multiple virtual git servers to share a
+ link-level address).
Can you explain better what the 'git-server-alias' helper is supposed to do?
Connect its stdin and stdout to git://-type server somewhere. It might
be that the actual address of server is variable depending on network
conditions, the connection is tunneled somehow, etc..
-Ilari