Comment 4 for bug 445156

Revision history for this message
Paul Hummer (rockstar) wrote :

Odd. Here's the output of my git clone-

[-(Mon 2010-01-04 17:26:04)-(~/)-]> git clone git://anongit.freedesktop.org/%7Eaplattner/libvdpau
Initialized empty Git repository in /home/rockstar/libvdpau/.git/
fatal: The remote end hung up unexpectedly

[-(Mon 2010-01-04 17:26:08)-(~/)-]> git clone git://anongit.freedesktop.org/~aplattner/libvdpau
Initialized empty Git repository in /home/rockstar/libvdpau/.git/
remote: Counting objects: 154, done.
remote: Compressing objects: 100% (74/74), done.
remote: Total 154 (delta 64), reused 154 (delta 64)
Receiving objects: 100% (154/154), 156.78 KiB, done.
Resolving deltas: 100% (64/64), done.

It looks like git handles %7e different than ~ in requesting a URL, so maybe the escaping is also breaking bzr-git. Jelmer, could you shed some light on this?