]> Cypherpunks repositories - gostls13.git/commit
cmd/go: avoid overwriting cached Origin metadata
authorBryan C. Mills <bcmills@google.com>
Tue, 23 Aug 2022 22:00:34 +0000 (18:00 -0400)
committerGopher Robot <gobot@golang.org>
Wed, 24 Aug 2022 16:00:07 +0000 (16:00 +0000)
commit308352936712476f450aaeac13166f2de019de65
treeb7fc8259550fb5c664e54173127b1fefda46ee7a
parentd5aa088d822bc8ef3ceb80c20184f40fcb9b8d2e
cmd/go: avoid overwriting cached Origin metadata

Fixes #54631.

Change-Id: I17d2fa282642aeb1ae2a6e29a0756b8960bea34b
Reviewed-on: https://go-review.googlesource.com/c/go/+/425255
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Bryan Mills <bcmills@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/go/internal/modfetch/codehost/codehost.go
src/cmd/go/internal/modfetch/codehost/git.go
src/cmd/go/internal/modload/build.go
src/cmd/go/internal/modload/query.go