Hello gits,

git supports using git+ssh:// and ssh+git:// instead of ssh:// or the 
rsync-style format. The first two are however not documented in the git-clone 
manage as acceptable protocols (which is what I think of as the canonical 
source for what you can use). There are tests to make sure these are supported, 
but even the commit that allows for this (c05186cc; Support git+ssh:// and 
ssh+git:// URL) makes it pretty clear it’s not something that’s considered 
sensible.

But in either case, if we’re going to support it, it should be documented. If 
we don’t want to support it, then we should delete the references to these 
formats along with the tests for this.

I’m happy to write a patch going in either direction, but I’d like some input 
from the community as to what we want to do.

Cheers,
   cmn

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to