]> Cypherpunks repositories - gostls13.git/commit
cmd/go: git checkout the correct default branch.
authorDavid Symonds <dsymonds@golang.org>
Wed, 3 Jul 2013 01:56:02 +0000 (11:56 +1000)
committerDavid Symonds <dsymonds@golang.org>
Wed, 3 Jul 2013 01:56:02 +0000 (11:56 +1000)
commita44009ca78b26ffc7ecda006131c424b3e7d9075
treec653fb0c87fa6c1971e481d7bda5f97b947504ce
parentf3aa009a124c3ae67c9b23c20191a2ca7d435d13
cmd/go: git checkout the correct default branch.

origin/master is always a remote branch, and it doesn't make sense to
switch to a remote branch. master is the default branch that tracks it.

R=adg
CC=golang-dev, matt.jibson
https://golang.org/cl/10869046
src/cmd/go/vcs.go