]> Cypherpunks repositories - gostls13.git/commit
Revert "cmd/go: allow omitted user name in git ssh repo syntax"
authorRuss Cox <rsc@golang.org>
Thu, 17 Dec 2015 20:25:33 +0000 (20:25 +0000)
committerRuss Cox <rsc@golang.org>
Thu, 17 Dec 2015 20:25:42 +0000 (20:25 +0000)
commit9f0055a232384453c07aff702fcbe15820140d50
tree56da74aa5b27796896fbb15f09c0e3f78ff12641
parentc052222b3467ca031b267f25f3dcc4b871485793
Revert "cmd/go: allow omitted user name in git ssh repo syntax"

This caused #13657.
Reverting fixes #13657.

I was trying to be helpful by fixing #12313,
but I don't need the fix myself.
Will leave for someone with more motivation.

This reverts commit 3e9f0636709de7cd86a08785f2e64487580bf5ea.

Change-Id: Ifc78a6196f23e0f58e3b9ad7340e207a2d5de0a6
Reviewed-on: https://go-review.googlesource.com/17977
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/go/vcs.go