aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modfetch/codehost/git.go
AgeCommit message (Expand)Author
2022-07-06[release-branch.go1.17] cmd/go: pass --no-decorate when listing git tags for ...hidu
2021-03-05cmd/go/internal/modfetch/codehost: report git errors more accuratelyKevin Burke
2021-01-21all: introduce and use internal/execabsRoland Shoemaker
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-10-09cmd/go: ignore retracted versions when converting revisions to versionsJay Conrod
2020-03-27cmd/go/internal/modfetch/codehost: remove unused GitRepo functionBryan C. Mills
2019-12-20cmd/go/internal/modfetch/codehost: replace a dubious call to semver.MaxBryan C. Mills
2019-10-29cmd/go: delete internal packages moved to x/modJay Conrod
2019-10-24cmd/go/internal/modfetch/codehost: remove invariantly-empty return value from...Bryan C. Mills
2019-09-24cmd/go/internal/modfetch/codehost: work around an apparent bug in 'git fetch ...Bryan C. Mills
2019-09-11cmd/go/internal/modfetch/codehost: treat nonexistent repositories as “not f...Bryan C. Mills
2019-06-25cmd/go/internal/modfetch: return structured errors from proxy operationsBryan C. Mills
2019-06-21cmd/go: validate pseudo-versions against module paths and revision metadataBryan C. Mills
2019-06-13cmd/go: add '--' before repository names when invoking vcs toolsJay Conrod
2019-05-13cmd/go/internal/modfetch/codehost: ignore incomplete semver tags in RecentTagBryan C. Mills
2019-05-01cmd/go/internal/modfetch/codehost: fix pseudoversions for non-semver tags and...Pontus Leitzler
2019-04-30cmd/go/internal/modfetch/codehost: disable fetch of server-resolved commit hashRuss Cox
2019-04-30cmd/go: say to confirm import path when it's not foundTyler Bui-Palsulich
2018-12-12cmd/go: link to the FAQ for errors that indicate private VCS repos.Julie Qiu
2018-11-29cmd/go/internal/modfetch/codehost: add lockfiles for reposBryan C. Mills
2018-10-04cmd/go: ensure git attributes are setJason Keene
2018-08-10cmd/go: do not try to understand git fetch --depth=1 errorsRuss Cox
2018-08-09cmd/go: fetch history as needed to resolve recent tagsBryan C. Mills
2018-07-24cmd/go/internal/modfetch: run git log with "-c log.showsignature=false"Baokun Lee
2018-07-19cmd/go/internal/modfetch: move to new pseudo-version designRuss Cox
2018-07-19cmd/go/internal/module: add new +incompatible version build annotationRuss Cox
2018-07-17cmd/go: run git log with --no-show-signatureFrank Schroeder
2018-07-12cmd/go: merge module support from x/vgo repoRuss Cox