git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Bug with URL-decoding
@ 2010-05-06 22:06 Dave Abrahams
  2010-05-23  9:16 ` Jeff King
  0 siblings, 1 reply; 6+ messages in thread
From: Dave Abrahams @ 2010-05-06 22:06 UTC (permalink / raw)
  To: git

$ cd /tmp
$ mkdir x+y
$ cd x+y
$ git init
$ cd ..
$ git clone file:///tmp/x%2By zz  # <==== ERROR
$ git clone file:///tmp/x+y zz # <====== OK

Funny characters do come up in names, especially in test suites

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-05-30  5:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-06 22:06 Bug with URL-decoding Dave Abrahams
2010-05-23  9:16 ` Jeff King
2010-05-23  9:17   ` [PATCH 1/2] make url-related functions reusable Jeff King
2010-05-23  9:19   ` [PATCH 2/2] decode file:// and ssh:// URLs Jeff King
2010-05-27 10:50     ` Ilari Liusvaara
2010-05-30  5:30       ` Jeff King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).