]> source.dussan.org Git - jgit.git/commit
Handle the tilde notation (~user) of git url 34/1134/1
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Wed, 14 Jul 2010 23:16:09 +0000 (01:16 +0200)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Wed, 14 Jul 2010 23:16:09 +0000 (01:16 +0200)
commit845714158adc144e0d7db53cef96503a93fb6cff
tree0b8cdc309e0799559be402a2ea9375d682e4ccfc
parent0ef99921fa9f651ba13325de7a4713bfedca4d00
Handle the tilde notation (~user) of git url

When the path is prefixed with ~ the URI parser thought about this
as /~. Strip the / if the next character is the tilde.

Bug: 307017
Change-Id: I58203e5617956b46d83e8987d1f8042beddffac3
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/URIishTest.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/URIish.java