[mirror] Tool for working with Gerrit code reviews
Find a file
Gopher Robot 55cca39997 all: upgrade go directive to at least 1.25.0 [generated]
By now Go 1.26.0 has been released, and Go 1.24 is no longer supported
per the Go Release Policy (see https://go.dev/doc/devel/release#policy).

See go.dev/doc/godebug#go-125 for GODEBUG changes relevant to Go 1.25.

For golang/go#69095.

[git-generate]
(cd . && go get go@1.25.0 && go mod tidy)

Change-Id: Id20bf062485b95401ad2d5db8054a0a396ca255c
Reviewed-on: https://go-review.googlesource.com/c/review/+/744660
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Auto-Submit: Gopher Robot <gobot@golang.org>
Reviewed-by: Junyang Shao <shaojunyang@google.com>
2026-02-11 11:12:22 -08:00
git-codereview git-codereview: add matloob@google.com to the mail shortOptOut list 2025-11-07 13:59:04 -08:00
.gitattributes review: copying .gitattributes to all subrepositories 2014-12-23 11:20:30 +00:00
codereview.cfg git-codereview: rewrite issue references 2015-03-18 16:19:04 +00:00
CONTRIBUTING.md CONTRIBUTING.md: remove note about not accepting Pull Requests 2018-03-14 18:01:18 +00:00
go.mod all: upgrade go directive to at least 1.25.0 [generated] 2026-02-11 11:12:22 -08:00
LICENSE LICENSE: update per Google Legal 2024-07-16 16:10:26 +00:00
PATENTS doc: add license notices 2015-03-09 01:33:36 +00:00
README.md README: don't mention GOPATH 2024-11-02 04:17:07 +00:00

git-codereview

The git-codereview tool is a command-line tool for working with Gerrit.

Download/Install

The easiest way to install is to run go install golang.org/x/review/git-codereview@latest.

Run git codereview hooks to install Gerrit hooks for your git repository.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.

The git repository is https://go.googlesource.com/review.

The main issue tracker for the review repository is located at https://go.dev/issues. Prefix your issue with "x/review:" in the subject line, so it is easy to find.