Descriptioncmd/go: fix "go get -u" for git repositories.
CL 10869046 changed cmd/go to checkout master branch, so
for "go get -u" to work, it must "git pull" instead of
"git fetch". Added "--ff-only" so that it won't accidentally
overwrite user changes.
Patch Set 1 #Patch Set 2 : diff -r bb98e4c9b6b3 https://code.google.com/p/go/ #Patch Set 3 : diff -r bb98e4c9b6b3 https://code.google.com/p/go/ #Patch Set 4 : diff -r cf792c00f410 https://code.google.com/p/go/ #MessagesTotal messages: 3
|