commit | a44009ca78b26ffc7ecda006131c424b3e7d9075 | [log] [tgz] |
---|---|---|
author | David Symonds <dsymonds@golang.org> | Wed Jul 03 11:56:02 2013 +1000 |
committer | David Symonds <dsymonds@golang.org> | Wed Jul 03 11:56:02 2013 +1000 |
tree | c653fb0c87fa6c1971e481d7bda5f97b947504ce | |
parent | f3aa009a124c3ae67c9b23c20191a2ca7d435d13 [diff] |
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