aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/vcs
AgeCommit message (Expand)Author
2021-03-05docs: fix case of GitHubJohn Bampton
2021-01-21all: introduce and use internal/execabsRoland Shoemaker
2021-01-08cmd/go: add hint to read 'go help vcs' to GOVCS errorsJay Conrod
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-02cmd/go: stop tests from using network during -shortRuss Cox
2020-11-09cmd/go: add GOVCS setting to control version control usageRuss Cox
2020-11-05cmd/go: revert "add GOVCS setting to control version control usage"Dmitri Shuralyov
2020-11-05cmd/go: add GOVCS setting to control version control usageRuss Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-09-17cmd/go: flip relationship between load and modloadJay Conrod
2020-09-11cmd/go: move repository resolution from internal/get to internal/vcsJay Conrod