1
0
mirror of https://github.com/golang/go synced 2024-10-02 16:28:34 -06:00
go/src
Shenghou Ma 8b16a8bbc1 cmd/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.

R=dsymonds
CC=golang-dev
https://golang.org/cl/10907043
2013-07-07 23:06:30 +08:00
..
cmd cmd/go: fix "go get -u" for git repositories. 2013-07-07 23:06:30 +08:00
lib9 lib9: restore printing of signed integers 2013-06-30 19:53:36 -04:00
libbio
libmach runtime: record proper goroutine state during stack split 2013-06-27 11:32:01 -04:00
pkg encoding/json: Correct description of stateNeg function. 2013-07-05 14:26:09 +10:00
all.bash
all.bat all.bat,make.bat,run.bat: make these work even when directory has space in it 2013-03-25 12:13:34 +11:00
all.rc build: do not set GOBIN on Plan 9 2013-02-26 09:25:46 -08:00
clean.bash
clean.bat
clean.rc
make.bash cmd/dist, make.bash: pass -mmacosx-version-min=10.6 to gcc on Darwin 2013-04-16 13:30:52 -07:00
make.bat all.bat,make.bat,run.bat: make these work even when directory has space in it 2013-03-25 12:13:34 +11:00
Make.dist
make.rc build: fix make.rc on Plan 9 2013-05-24 13:55:19 -07:00
race.bash src: add race.bash 2013-01-28 21:05:25 +11:00
race.bat src: add race.bat 2013-02-03 00:49:37 +08:00
run.bash run.bash: raise ulimit for the number of threads. 2013-06-17 19:31:58 +10:00
run.bat api: add go1.1.txt; update cmd/api to use it 2013-05-06 17:25:09 -07:00
run.rc build: do not set GOBIN on Plan 9 2013-02-26 09:25:46 -08:00
sudo.bash cmd/cov: delete 2013-05-24 11:06:06 -07:00