macOS
brew install git-codereviewlocal Homebrew formula metadata
brew
Tool for working with Gerrit code reviews. Version 1.20.0 via Homebrew; verified 2026-05-08.
install
brew install git-codereviewlocal Homebrew formula metadata
nix profile install nixpkgs#git-codereviewnixpkgs package indexes · pkgs/by-name/gi/git-codereview/package.nix · source: api.github.com
overview
Tool for working with Gerrit code reviews
history
git-codereview is the Go project's Git helper for Gerrit-based code review. It packages project-specific contribution rules as Git subcommands, making the Go review process reproducible from a local checkout.
The tool lives in the golang.org/x/review repository and its source documentation carries a 2014 Go Authors copyright notice. It was built around Gerrit's single-change review model: local work branches track pending changes, and amendments update the same review through a stable Change-Id.
Its adoption is tightly connected to the Go contribution process. The official Go contribution guide instructs contributors to install git-codereview with go install, create a Gerrit account, use git codereview change to create or amend commits, and use git codereview mail to send changes for review.
Practitioners use git-codereview to create change branches, install hooks, run gofmt on modified files, upload patches to Gerrit, revise reviews by amending commits, and submit approved changes. It supports both the common single-commit branch workflow and multi-commit stacks when a larger change needs sequencing.
For package records, git-codereview is a specialized but influential example of a project-specific workflow tool. It demonstrates how a language project can distribute its contribution conventions as a versioned command rather than relying only on prose documentation.
security posture
No matching local secret-handling manifest was found for git-codereview. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
codereview.cfg.git/config~/.gitconfigexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
git-codereview | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/golang/review
install metadata
| Package key | brew:git-codereview |
|---|---|
| Version | 1.20.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/git-codereview |
| Homepage | https://pkg.go.dev/golang.org/x/review/git-codereview |
| Repository | https://github.com/golang/review |
| Upstream docs | https://pkg.go.dev/golang.org/x/review/git-codereview |
| License | BSD-3-Clause |
| Source archive | https://github.com/golang/review/archive/refs/tags/v1.20.0.tar.gz |
| Last updated | 2026-05-08T15:08:35Z |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | git-codereview |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
git-codereview
nix profile install nixpkgs#git-codereviewsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.