commit | ae62a0b8f23348d14a0270fafc2ee02ef5149a2e | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Tue Apr 12 16:16:53 2022 -0400 |
committer | Russ Cox <rsc@golang.org> | Thu Apr 14 15:34:40 2022 +0000 |
tree | 79cd842d9abe2376488ae8fed72f764ab0872769 | |
parent | f2105c4cf825fe09ece01c9d554f6c0a5bc06a03 [diff] |
git-codereview: print about all Gerrit API errors Trying to chase down a problem with slow builders. If this gets to be too chatty, we can limit it to builders. For golang/go#50576. Change-Id: I16c7818153d2444c897b4946ce7baebbd646ab23 Reviewed-on: https://go-review.googlesource.com/c/review/+/399116 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Bryan Mills <bcmills@google.com>
The git-codereview tool is a command-line tool for working with Gerrit.
The easiest way to install is to run go install golang.org/x/review/git-codereview@latest
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/review
.
Run git codereview hooks
to install Gerrit hooks for your git repository.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the review repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/review:” in the subject line, so it is easy to find.