summaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modfetch/codehost/git.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/go/internal/modfetch/codehost: set core.longpaths in Git repos on WindowsBryan C. Mills2023-04-061-0/+16
* cmd/go/internal/par: use generic CacheRoger Peppe2023-02-031-26/+13
* cmd/go: using strings.CutPrefix replace strings.HasPrefix and strings.TrimPrefixcuiweixie2022-09-291-2/+2
* cmd/go: using strings.CutSuffix replace strings.HasSuffix and strings.TrimSuffixcuiweixie2022-09-281-2/+2
* cmd/go: avoid overwriting cached Origin metadataBryan C. Mills2022-08-241-2/+11
* cmd/go: make module@nonexistentversion failures reusableRuss Cox2022-07-051-5/+43
* cmd/go: add -reuse flag to make proxy invocations more efficientRuss Cox2022-07-051-1/+4
* cmd/go: record origin metadata during module downloadRuss Cox2022-07-051-9/+97
* cmd/go: pass --no-decorate when listing git tags for a commithidu2022-06-281-1/+1
* cmd/go/internal/modfetch: simplify handling of weird version tagsBryan C. Mills2022-05-101-8/+4
* all: use os/exec instead of internal/execabsRuss Cox2022-05-021-1/+1
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-2/+2
* cmd/go/internal/modfetch: remove legacy codeBaokun Lee2021-12-011-134/+0
* cmd/go/internal/modfetch/codehost: refactor gitRepo.loadRefs to be harder to ...Jay Conrod2021-08-161-62/+69
* cmd/go/internal/modfetch/codehost: report git errors more accuratelyKevin Burke2021-03-051-0/+6
* all: introduce and use internal/execabsRoland Shoemaker2021-01-211-1/+1
* 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