On Wed, Jun 23, 2010 at 10:27:39AM -0700, Junio C Hamano wrote: > > When using the protocol git+ssh:// for example we do not want to > > decode the '+' as a space. The url decoding must take place only > > for the server name and parameters. > > > > This fixes a regression introduced in 9d2e942. > > Sign-off? > > As the patch was whitespace-broken, I'm proposing to rewrite it like the > following. > > -- >8 -- > url.c: "<scheme>://" part at the beginning should not be URL decoded I think this is cleaner than Pascal's patch. Acked-by: Jeff King <peff@xxxxxxxx> Thanks all for fixing my bug. :) -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