]> Cypherpunks repositories - gostls13.git/commit
cmd/go: allow omitted user name in git ssh repo syntax
authorRuss Cox <rsc@golang.org>
Thu, 17 Dec 2015 06:41:15 +0000 (01:41 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 17 Dec 2015 17:01:05 +0000 (17:01 +0000)
commit3e9f0636709de7cd86a08785f2e64487580bf5ea
tree30d878348073cc2183547dd163609e540bacd279
parentf9137c5373932e38fc9431735134c9987e0d84c5
cmd/go: allow omitted user name in git ssh repo syntax

No test because the code has no test.

Fixes #12313.

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