-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go: run git log with --no-show-signature #26389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Git timestamp parsing is broken when fetching modules if the local git configuration has 'log.showsignature=true'. Fixes #26388
Message from Gerrit User 13550: Patch Set 1: Run-TryBot+1 Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/123958. |
Message from Gerrit User 5976: Patch Set 1: TryBots beginning. Status page: https://farmer.golang.org/try?commit=2e7b875a Please don’t reply on this GitHub thread. Visit golang.org/cl/123958. |
Message from Gerrit User 5976: Patch Set 1: TryBot-Result+1 TryBots are happy. Please don’t reply on this GitHub thread. Visit golang.org/cl/123958. |
Message from Gerrit User 6365: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/123958. |
Message from Gerrit User 5045: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/123958. |
Message from Gerrit User 6365: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/123958. |
Message from Gerrit User 5045: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/123958. |
Message from Gerrit User 5056: Patch Set 1: Code-Review+2 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/123958. |
Git timestamp parsing is broken when fetching modules if the local git configuration has 'log.showsignature=true'. Fixes #26388 Change-Id: I47f92381784072335a2a465de56092106c616108 GitHub-Last-Rev: 96f988c GitHub-Pull-Request: #26389 Reviewed-on: https://go-review.googlesource.com/123958 Reviewed-by: Daniel Martí <[email protected]> Reviewed-by: Russ Cox <[email protected]> Run-TryBot: Daniel Martí <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
This PR is being closed because golang.org/cl/123958 has been merged. |
Git timestamp parsing is broken when fetching modules if the
local git configuration has 'log.showsignature=true'.
Fixes #26388