]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix git submodule fetch
authorRuss Cox <rsc@golang.org>
Thu, 17 Dec 2015 19:33:06 +0000 (14:33 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 17 Dec 2015 20:18:18 +0000 (20:18 +0000)
commit761ac75a948e14fcd8472684effedf75f3fc316e
tree5c032aaf127e9f4ea5b897bc7d68034d716f06b3
parent66fcf5672902678ca28e54a1a49c8b44d3a0395e
cmd/go: fix git submodule fetch

Thanks to @toxeus on GitHub for the test case.

Fixes #12612.

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