]> Cypherpunks repositories - gostls13.git/commit
vcs: Add support for git.openstack.org
authorMonty Taylor <mordred@inaugust.com>
Tue, 17 May 2016 13:24:18 +0000 (08:24 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 18 May 2016 14:11:33 +0000 (14:11 +0000)
commit2ba8fc5b086942dbb23282702f61c813298867f3
treedb70d18dd446e52a2f5ec77d3bae9c80760a3027
parentd35a4158ab66aef99d9204c65cc2e2fa74b57a73
vcs: Add support for git.openstack.org

Go is being proposed as an officially supported language for elements of
OpenStack:

  https://review.openstack.org/#/c/312267/

As such, repos that exist in OpenStack's git infrastructure
are likely to become places from which people might want to go get
things. Allow optional .git suffixes to allow writing code that depends
on git.openstack.org repos that will work with older go versions while
we wait for this support to roll out.

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