summaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modfetch/codehost/git.go
Commit message (Expand)AuthorAgeFilesLines
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-201-3/+2
* all: update references to symbols moved from os to io/fsRuss Cox2020-10-201-7/+8
* cmd/go: ignore retracted versions when converting revisions to versionsJay Conrod2020-10-091-2/+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: delete internal packages moved to x/modJay Conrod2019-10-291-1/+2
* cmd/go/internal/modfetch/codehost: remove invariantly-empty return value from...Bryan C. Mills2019-10-241-7/+7
* 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: return structured errors from proxy operationsBryan C. Mills2019-06-251-1/+1
* cmd/go: validate pseudo-versions against module paths and revision metadataBryan C. Mills2019-06-211-17/+88
* cmd/go: add '--' before repository names when invoking vcs toolsJay Conrod2019-06-131-4/+6
* 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/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: link to the FAQ for errors that indicate private VCS repos.Julie Qiu2018-12-121-0/+5
* cmd/go/internal/modfetch/codehost: add lockfiles for reposBryan C. Mills2018-11-291-18/+40
* cmd/go: ensure git attributes are setJason Keene2018-10-041-0/+44
* 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: 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-191-0/+12
* cmd/go/internal/module: add new +incompatible version build annotationRuss Cox2018-07-191-1/+165
* cmd/go: run git log with --no-show-signatureFrank Schroeder2018-07-171-1/+1
* cmd/go: merge module support from x/vgo repoRuss Cox2018-07-121-0/+466