On Sat, Jan 30, 2010 at 06:57:56PM +0200, Jari Aalto wrote: > > According to git-clone[1] the SSH protocol is specied as: > > ssh://[user@]host.xz[:port]/path > > It woudl be nice if the ":" were allowed, so that the familiar SSH style > patch notation could be used, making the spec: > > ssh://[user@]host.xz[:[port]]/path > > An example: > > ssh://foo@examplecom:/path > | > Allowed But that's not an URL anymore. If you want to use ssh pathspec, write it as a pathspec, not an URL. Just foo@xxxxxxxxxxx:/path works fine. ;-) Petr "Pasky" Baudis -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html