macOS
brew install git-reviewlocal Homebrew formula metadata
sudo port install git-reviewMacPorts ports tree · devel/git-review/Portfile · source: api.github.com
brew
Submit git branches to gerrit for review. Version 2.5.0 via Homebrew; verified 2026-05-21.
install
brew install git-reviewlocal Homebrew formula metadata
sudo port install git-reviewMacPorts ports tree · devel/git-review/Portfile · source: api.github.com
sudo apk add git-reviewAlpine Linux edge package indexes · git-review · source: dl-cdn.alpinelinux.org
sudo apt install git-reviewDebian stable package indexes · git-review · source: deb.debian.org
sudo dnf install git-reviewFedora Rawhide package metadata · git-review · source: dl.fedoraproject.org
nix profile install nixpkgs#git-reviewnixpkgs package indexes · pkgs/by-name/gi/git-review/package.nix · source: api.github.com
sudo zypper install git-reviewopenSUSE Tumbleweed package metadata · git-review · source: download.opensuse.org
overview
Submit git branches to gerrit for review
history
git-review is an OpenDev tool for submitting Git branches to Gerrit. It standardizes the client-side workflow around `.gitreview` project metadata, Gerrit remotes, Change-Id hooks, and patchset upload/download commands.
The project grew out of the OpenStack and OpenDev review workflow, where Gerrit is the central code-review system. Its repository has a long 1.x tag series and a 2.x series documented through OpenDev release notes, reflecting years of adaptation to Gerrit, Git, OpenSSH, and Python changes.
The 2.0.0 release marked a major maintenance boundary by dropping Python 2.7 support and removing Gerrit draft-change options after Gerrit itself removed that state. Later releases added safer hook installation, support for newer Git and OpenSSH behavior, and upload options such as hashtags, patchset messages, and carbon-copy recipients.
git-review became significant in the OpenStack/OpenDev ecosystem because it turned Gerrit's `refs/for/*` push workflow into a repeatable Git subcommand. Package availability through PyPI, system packages, and Homebrew made it convenient for contributors joining Gerrit-hosted projects.
Practitioners run `git review` to upload the working branch to Gerrit, use options for target branch, topic, reviewers, and CCs, and use `git review -d` to download changes or patchsets for local review. On first run, it can read `.gitreview`, create the Gerrit remote, and install the commit-msg hook used for Change-Id generation.
The package is notable because it encodes a whole hosted-review convention in a small command-line client. For package maintainers and contributors, it reduces Gerrit onboarding friction and keeps repository-specific review metadata versioned alongside the project.
security posture
No matching local secret-handling manifest was found for git-review. 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.
.gitreview~/.config/git-review/git-review.conf/etc/git-review/git-review.confexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
git-review | 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://opendev.org/opendev/git-review
install metadata
| Package key | brew:git-review |
|---|---|
| Version | 2.5.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/git-review |
| Homepage | https://opendev.org/opendev/git-review |
| Repository | https://opendev.org/opendev/git-review |
| Upstream docs | https://docs.opendev.org/opendev/git-review/latest |
| License | Apache-2.0 |
| Source archive | https://files.pythonhosted.org/packages/da/92/ddc922d34061791a4d0fd483ee4ffc5e026e93783b70fe5a29a129d0cf63/git_review-2.5.0.tar.gz |
| Last updated | 2026-05-21T12:11:46Z |
| Pulse | updated |
| Dependencies | certifi, python@3.14 |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | git-review |
| Version Scheme | 0 |
| Revision | 7 |
| Head Version | HEAD |
| Conflicts With |
|
| 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-review 2.4.0-1
git command for submitting branches to Gerrit
https://opendev.org/opendev/git-review
sudo apt install git-reviewgit-review
nix profile install nixpkgs#git-reviewgit-review 2.3.1-3
git command for submitting branches to Gerrit
https://opendev.org/opendev/git-review
sudo apt install git-reviewgit-review 2.5.0-r2
git command for submitting branches to Gerrit
https://opendev.org/opendev/git-review
sudo apk add git-reviewgit-review-doc 2.5.0-r2
git command for submitting branches to Gerrit (documentation)
https://opendev.org/opendev/git-review
sudo apk add git-review-docgit-review-pyc 2.5.0-r2
Precompiled Python bytecode for git-review
https://opendev.org/opendev/git-review
sudo apk add git-review-pycgit-review 2.3.1-16.fc45
A Git helper for integration with Gerrit
https://opendev.org/opendev/git-review
sudo dnf install git-reviewgit-review 2.5.0-1.2
Tool to submit code to Gerrit
https://git.openstack.org/cgit/openstack-infra/git-review
sudo zypper install git-reviewgit-review
sudo port install git-reviewsource 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.