summaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modfetch/codehost
Commit message (Expand)AuthorAgeFilesLines
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-203-5/+6
* all: update references to symbols moved from os to io/fsRuss Cox2020-10-204-13/+17
* cmd/go: ignore retracted versions when converting revisions to versionsJay Conrod2020-10-093-6/+8
* cmd/go: allow configuring module cache directory with GOMODCACHEMichael Matloob2020-04-083-9/+5
* cmd/go/internal/modfetch/codehost: remove unused GitRepo functionBryan C. Mills2020-03-271-5/+0
* cmd/go/internal/modfetch/codehost: replace a dubious call to semver.MaxBryan C. Mills2019-12-201-2/+5
* cmd/go: fix windows test failuresJay Conrod2019-11-111-1/+10
* cmd/go: delete internal packages moved to x/modJay Conrod2019-10-291-1/+2
* cmd/go: implement svn support in module modeBryan C. Mills2019-10-252-42/+204
* cmd/go/internal/modfetch/codehost: remove invariantly-empty return value from...Bryan C. Mills2019-10-245-28/+23
* cmd/go/internal/modfetch/codehost: work around an apparent bug in 'git fetch ...Bryan C. Mills2019-09-241-53/+15
* cmd/go/internal/modfetch/codehost: treat nonexistent repositories as “not f...Bryan C. Mills2019-09-111-8/+32
* cmd/go/internal/modfetch/codehost: don't try to execute a nonexistent fetch f...Bryan C. Mills2019-06-261-1/+3
* cmd/go/internal/modfetch: return structured errors from proxy operationsBryan C. Mills2019-06-252-2/+14
* cmd/go: validate pseudo-versions against module paths and revision metadataBryan C. Mills2019-06-213-27/+124
* cmd/go: add '--' before repository names when invoking vcs toolsJay Conrod2019-06-132-13/+15
* cmd/go/internal/modfetch/codehost: ignore incomplete semver tags in RecentTagBryan C. Mills2019-05-131-1/+2
* cmd/go/internal/modfetch/codehost: fix pseudoversions for non-semver tags and...Pontus Leitzler2019-05-011-4/+29
* cmd/go: make get -u upgrade only modules providing packagesJay Conrod2019-04-301-2/+3
* cmd/go/internal/modfetch/codehost: disable fetch of server-resolved commit hashRuss Cox2019-04-301-3/+9
* cmd/go: say to confirm import path when it's not foundTyler Bui-Palsulich2019-04-301-1/+1
* cmd/go: avoid compiling most regexes at initDaniel Martí2019-02-271-5/+5
* cmd/go: link to the FAQ for errors that indicate private VCS repos.Julie Qiu2018-12-122-3/+12
* cmd/go/internal/modfetch/codehost: return VCSError for unimplemented function...Bryan C. Mills2018-12-111-14/+25
* cmd/go/internal/modfetch/codehost: add lockfiles for reposBryan C. Mills2018-11-293-32/+130
* cmd/go: ensure git attributes are setJason Keene2018-10-041-0/+44
* all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick2018-09-261-1/+1
* cmd/go: treat VCS errors as hard errors in module searchRuss Cox2018-08-181-0/+14
* cmd/go: do not try to understand git fetch --depth=1 errorsRuss Cox2018-08-101-3/+3
* cmd/go: fetch history as needed to resolve recent tagsBryan C. Mills2018-08-091-15/+84
* cmd/go/internal/modfetch/codehost: quote arguments to commands printed from -xBryan C. Mills2018-07-311-3/+27
* cmd/go/internal/modfetch: run git log with "-c log.showsignature=false"Baokun Lee2018-07-241-1/+1
* cmd/go/internal/modfetch: move to new pseudo-version designRuss Cox2018-07-193-0/+25
* cmd/go/internal/module: add new +incompatible version build annotationRuss Cox2018-07-193-1/+196
* cmd/go: run git log with --no-show-signatureFrank Schroeder2018-07-171-1/+1
* 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-125-13/+1775
* cmd/go: add dark copy of golang.org/x/vgoRuss Cox2018-06-151-0/+187