On Thu, May 27, 2010 at 01:50:15PM +0300, Ilari Liusvaara wrote: > > With this patch, we will now percent-decode any file:// or > > ssh:// url (or ssh+git, git+ssh, etc) at the transport > > layer. We continue to treat plain paths and "host:path" > > syntax literally. > > One possible fallout: IPv6 scope syntax uses literal '%' in host > part. The relevant RFC indicates it should be escaped, but in the past > connect would fail if it was... But then, who uses that syntax... Bleh. I am not happy about breaking a syntax people might be using, but the current behavior is broken, which will cause problems for some other people. Short of doing some context-sensitive "is this probably a literal % in the host" heuristic (which I really think is a bad idea), I think we will have to break one or the other. -Peff -- 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