commit | a897dc9c03c577746ba0a4033dc61f3e5983f3e2 | [log] [tgz] |
---|---|---|
author | Heschi Kreinick <heschi@google.com> | Fri Sep 16 11:17:40 2022 -0400 |
committer | Gopher Robot <gobot@golang.org> | Mon Oct 03 20:07:31 2022 +0000 |
tree | 22bd4f11fd34fd2fc317cba54ed3c402e0991924 | |
parent | 0c548b8eec7a2541f601138b66789ae12dfbace1 [diff] |
git-codereview: add -autosubmit Add a flag to set the Auto-Submit label. For golang/go#48021. Change-Id: If704e8b5e9e0e2521eed78fe28af10d3c31ec3a0 Reviewed-on: https://go-review.googlesource.com/c/review/+/431375 Auto-Submit: Heschi Kreinick <heschi@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Russ Cox <rsc@golang.org> Run-TryBot: Heschi Kreinick <heschi@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.