]> Cypherpunks repositories - gostls13.git/commit
cmd/go: avoid use of git -C, which does not exist in RHEL 7
authorRuss Cox <rsc@golang.org>
Tue, 2 Feb 2016 15:10:27 +0000 (10:10 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 2 Feb 2016 16:36:43 +0000 (16:36 +0000)
commit8de7563acd813e742bcf7db0a6ab19203dbf6b28
treefaf9b21777dcbc2562090c87ae76c6985ad1bae5
parent1c6a35b4fe894ab0dc229be35d8a5fb0080a31d6
cmd/go: avoid use of git -C, which does not exist in RHEL 7

Tested manually with "go test -run TestGetSubmodules".

Fixes #14194.

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