summaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modfetch/codehost/git_test.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/go/internal/modfetch/codehost: skip tests that fail due to tag mismatchesBryan C. Mills2023-05-051-0/+6
* cmd/go/internal/modfetch/codehost: initialize localGitURL lazily and clean up...Bryan C. Mills2023-05-041-45/+57
* cmd/go: redirect vcs-test.golang.org repo URLs to a test-local serverBryan C. Mills2022-10-251-378/+432
* cmd/go: record origin metadata during module downloadRuss Cox2022-07-051-22/+65
* cmd/go/internal/modfetch/codehost: skip hg tests if no hg binary is presentBryan C. Mills2021-07-071-26/+23
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-2/+1
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-201-1/+2
* all: update references to symbols moved from os to io/fsRuss Cox2020-10-201-1/+2
* cmd/go: allow configuring module cache directory with GOMODCACHEMichael Matloob2020-04-081-1/+0
* cmd/go: fix windows test failuresJay Conrod2019-11-111-1/+10
* cmd/go/internal/modfetch/codehost: remove invariantly-empty return value from...Bryan C. Mills2019-10-241-10/+6
* cmd/go: call flag.Parse to properly initialize test environment variablesJakub Čajka2018-07-131-0/+4
* cmd/go: merge module support from x/vgo repoRuss Cox2018-07-121-0/+631