]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fetch git submodules in `go get`
authorTamir Duberstein <tamird@gmail.com>
Wed, 6 May 2015 21:54:50 +0000 (17:54 -0400)
committerRuss Cox <rsc@golang.org>
Sat, 27 Jun 2015 18:52:53 +0000 (18:52 +0000)
commita444da033c0bc1fa5fb1973bd6d0c131ec3c1ccd
tree077cec8d35217ef7987f8c92e208c1e901beea90
parentebfc5be5b9489aabe0755d0d7bd943852b03f1c5
cmd/go: fetch git submodules in `go get`

Change createCmd, downloadCmd, tagSyncCmd, tagSyncDefault to allow
multiple commands.

When using the vendoring experiment, fetch git submodules in `go get`,
and update them in `go get -u`.

This is a reincarnation of https://codereview.appspot.com/142180043.

For #7764.

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