-
Notifications
You must be signed in to change notification settings - Fork 18.4k
cmd/go/internal/vcs: use git log to avoid unnecessary objects #65341
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
This PR (HEAD: 71a2138) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/559075. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/559075. |
Message from Gopher Robot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be During May-July and Nov-Jan the Go project is in a code freeze, during which Please don’t reply on this GitHub thread. Visit golang.org/cl/559075. |
Message from 胡玮文: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/559075. |
This PR (HEAD: 86e501c) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/559075. Important tips:
|
Message from qiulaidongfeng: Patch Set 3: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/559075. |
Message from Gopher Robot: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/559075. |
Message from Gopher Robot: Patch Set 3: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/559075. |
Message from Bryan Mills: Patch Set 3: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/559075. |
This PR (HEAD: d2bd52d) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/559075. Important tips:
|
Message from 胡玮文: Patch Set 4: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/559075. |
This PR (HEAD: 262e712) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/559075. Important tips:
|
Message from 胡玮文: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/559075. |
Message from 胡玮文: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/559075. |
Message from qiulaidongfeng: Patch Set 5: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/559075. |
Message from Go LUCI: Patch Set 5: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-02-08T13:32:32Z","revision":"36ff30c8566955afec37a9a1de0d9b0c2bd715e5"} Please don’t reply on this GitHub thread. Visit golang.org/cl/559075. |
Message from qiulaidongfeng: Patch Set 5: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/559075. |
Message from Go LUCI: Patch Set 5: This CL has failed the run. Reason: Tryjob golang/try/x_tools-gotip-linux-amd64 has failed with summary (view all results): FAILURE
Error: Links:
Please don’t reply on this GitHub thread. Visit golang.org/cl/559075. |
Message from Go LUCI: Patch Set 5: LUCI-TryBot-Result-1 Please don’t reply on this GitHub thread. Visit golang.org/cl/559075. |
Message from 胡玮文: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/559075. |
Message from qiulaidongfeng: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/559075. |
This PR (HEAD: 5d68d45) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/559075. Important tips:
|
Message from 胡玮文: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/559075. |
Message from qiulaidongfeng: Patch Set 6: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/559075. |
Message from Go LUCI: Patch Set 6: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-02-09T00:58:18Z","revision":"3abc3c2206ebb2e7f286df8d564169a1c3f7b8e5"} Please don’t reply on this GitHub thread. Visit golang.org/cl/559075. |
Message from qiulaidongfeng: Patch Set 6: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/559075. |
Message from Go LUCI: Patch Set 6: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/559075. |
Message from Go LUCI: Patch Set 6: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/559075. |
Message from Bryan Mills: Patch Set 6: Auto-Submit+1 Code-Review+2 Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/559075. |
Message from Go LUCI: Patch Set 6: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-02-21T22:33:46Z","revision":"3abc3c2206ebb2e7f286df8d564169a1c3f7b8e5"} Please don’t reply on this GitHub thread. Visit golang.org/cl/559075. |
Message from Bryan Mills: Patch Set 6: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/559075. |
Message from Go LUCI: Patch Set 6: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/559075. |
"git show" by default shows the diff from the previous commit. "-s" suppress all output from the diff machinery. But it will still try to fetch the relevant objects, which may be unavailable if the repository is a partial clone. Use "git log" instead, which only needs the commit object. Fixes golang#65339
This PR (HEAD: 87a8ba4) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/559075. Important tips:
|
Message from 胡玮文: Patch Set 7: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/559075. |
Message from Bryan Mills: Patch Set 7: Auto-Submit+1 Code-Review+2 Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/559075. |
Message from Go LUCI: Patch Set 7: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-02-22T22:04:57Z","revision":"7f053666934078e01516cd392a4cd11272bfebce"} Please don’t reply on this GitHub thread. Visit golang.org/cl/559075. |
Message from Bryan Mills: Patch Set 7: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/559075. |
Message from Go LUCI: Patch Set 7: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/559075. |
Message from Go LUCI: Patch Set 7: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/559075. |
Message from 胡玮文: Patch Set 7: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/559075. |
Message from Bryan Mills: Patch Set 7: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/559075. |
Message from 胡玮文: Patch Set 7: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/559075. |
Message from Bryan Mills: Patch Set 7: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/559075. |
"git show" by default shows the diff from the previous commit. "-s" suppress all output from the diff machinery. But it will still try to fetch the relevant objects, which may be unavailable if the repository is a partial clone. Use "git log" instead, which only needs the commit object. Fixes #65339 Change-Id: I766a680321cd22d5fdbd08d24cb777ef964bdb7c GitHub-Last-Rev: 87a8ba4 GitHub-Pull-Request: #65341 Reviewed-on: https://go-review.googlesource.com/c/go/+/559075 Auto-Submit: Bryan Mills <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Bryan Mills <[email protected]> Reviewed-by: Michael Knyszek <[email protected]>
This PR is being closed because golang.org/cl/559075 has been merged. |
"git show" by default shows the diff from the previous commit. "-s"
suppress all output from the diff machinery. But it will still try to
fetch the relevant objects, which may be unavailable if the repository
is a partial clone.
Use "git log" instead, which only needs the commit object.
Fixes #65339