macOS
brew install git-reviewlocal Homebrew formula metadata
sudo port install git-reviewMacPorts ports tree · devel/git-review/Portfile · ソース: api.github.com
brew
git-review のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install git-reviewlocal Homebrew formula metadata
sudo port install git-reviewMacPorts ports tree · devel/git-review/Portfile · ソース: api.github.com
sudo apk add git-reviewAlpine Linux edge package indexes · git-review · ソース: dl-cdn.alpinelinux.org
sudo apt install git-reviewDebian stable package indexes · git-review · ソース: deb.debian.org
sudo dnf install git-reviewFedora Rawhide package metadata · git-review · ソース: dl.fedoraproject.org
nix profile install nixpkgs#git-reviewnixpkgs package indexes · pkgs/by-name/gi/git-review/package.nix · ソース: api.github.com
sudo zypper install git-reviewopenSUSE Tumbleweed package metadata · git-review · ソース: download.opensuse.org
概要
Submit git branches to gerrit for review
履歴
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.
セキュリティ状態
git-review に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
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.conf実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
git-review | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://opendev.org/opendev/git-review
インストールメタデータ
| パッケージキー | brew:git-review |
|---|---|
| バージョン | 2.5.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/git-review |
| ホームページ | https://opendev.org/opendev/git-review |
| リポジトリ | https://opendev.org/opendev/git-review |
| 上流ドキュメント | https://docs.opendev.org/opendev/git-review/latest |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://files.pythonhosted.org/packages/da/92/ddc922d34061791a4d0fd483ee4ffc5e026e93783b70fe5a29a129d0cf63/git_review-2.5.0.tar.gz |
| 最終更新 | 2026-05-21T12:11:46Z |
| Pulse | updated |
| 依存関係 | certifi, python@3.14 |
| Bottle | 利用可能 (対象 all) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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-reviewソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.