]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix parsing of Git SCP-like remotes
authorAndrew Gerrand <adg@golang.org>
Wed, 15 Jul 2015 08:36:49 +0000 (18:36 +1000)
committerAndrew Gerrand <adg@golang.org>
Wed, 15 Jul 2015 21:33:57 +0000 (21:33 +0000)
commit5cd294480364eb166751838a3df8f58649c214e1
treebff2a7f199e033bf67cfb2f9f6cb8a35bdee3236
parente42413cecc17bfd963ffe01341aad8dd42b9b816
cmd/go: fix parsing of Git SCP-like remotes

Now that we care about the protocol of Git remotes (for the -insecure
flag), we need to recognize and parse the SCP-like remote format.

Fixes golang/go#11457

Change-Id: Ia26132274fafb1cbfefe2475f7ac5f17ccd6da40
Reviewed-on: https://go-review.googlesource.com/12226
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/vcs.go