]> Cypherpunks repositories - gostls13.git/commit
cmd/go: allow ~ as first char of path element in general git import paths
authorRuss Cox <rsc@golang.org>
Thu, 17 Dec 2015 06:53:47 +0000 (01:53 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 17 Dec 2015 17:13:03 +0000 (17:13 +0000)
commit0d641c754f73a71ffd21a9f9d58ea3fe38d727b4
treefb56365368f8e7ca793bc83b588e83014d6ff115
parent06b46c0d9c6d7c11f949c650149f1c4859e4ef49
cmd/go: allow ~ as first char of path element in general git import paths

This makes go get gitserver/~user/repo.git/foo work.

Fixes #9193.

Change-Id: I8c9d4096903288f7f0e82d6ed1aa78bf038fb81a
Reviewed-on: https://go-review.googlesource.com/17952
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/go/vcs.go