Automic VaultAutomic Vault

brew

使用 Homebrew, apk, apt, dnf, MacPorts, Nix, zypper 安装 git-review

查看 git-review 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install git-review

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install git-review

MacPorts ports tree · devel/git-review/Portfile · 来源: api.github.com

Linux

Alpine Linux apk已验证 · 92%
sudo apk add git-review

Alpine Linux edge package indexes · git-review · 来源: dl-cdn.alpinelinux.org

Debian apt已验证 · 92%
sudo apt install git-review

Debian stable package indexes · git-review · 来源: deb.debian.org

Fedora dnf已验证 · 92%
sudo dnf install git-review

Fedora Rawhide package metadata · git-review · 来源: dl.fedoraproject.org

Nix已验证 · 92%
nix profile install nixpkgs#git-review

nixpkgs package indexes · pkgs/by-name/gi/git-review/package.nix · 来源: api.github.com

openSUSE zypper已验证 · 92%
sudo zypper install git-review

openSUSE Tumbleweed package metadata · git-review · 来源: download.opensuse.org

概览

软件包摘要

Submit git branches to gerrit for review

命令和别名

  • git-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.

时间线

  • 1.0: Early public tag in the OpenDev repository.
  • 1.28.0: OpenStack-specific topic-name automation removed.
  • 2.0.0: Python 2.7 support and Gerrit draft-change upload options removed.
  • 2.4.0: Gerrit commit-msg hook embedded for safer setup.
  • 2.5.0: CC upload option and branch-filtered review listing added.

Related projects

  • Related projects and systems include Gerrit, OpenDev, OpenStack, Git, and the `.gitreview` metadata convention used by Gerrit-hosted repositories.

安全态势

尚未找到受保护工具覆盖

没有找到 git-review 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 1 个平台目标。
  • 安装时包含 2 个运行时依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
.gitreview~/.config/git-review/git-review.conf/etc/git-review/git-review.conf

可执行文件

已安装的可执行文件

命令类型暴露范围备注
git-reviewcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-25
管理器版本2.5.0
管理器更新时间2026-05-21
本地数据OK
上游not checked
检测到的最新版本未检测到

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
Pulseupdated
依赖certifi, python@3.14
Bottle可用 (于 all)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namegit-review
Version Scheme0
Revision7
Head VersionHEAD
Conflicts With
  • gerrit-tools
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

git-review 2.4.0-1

git command for submitting branches to Gerrit

https://opendev.org/opendev/git-review

sudo apt install git-review
  • Section: python
  • Architecture: all
  • 3 依赖
  • normalized package name match
  • 匹配方式:Git Review
Debian stable package indexes · deb.debian.org · Debian stable package indexes: git-review from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

git-review

nix profile install nixpkgs#git-review
  • normalized package name match
  • 匹配方式:Git Review
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/gi/git-review/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

git-review 2.3.1-3

git command for submitting branches to Gerrit

https://opendev.org/opendev/git-review

sudo apt install git-review
  • Section: universe/python
  • Architecture: all
  • 3 依赖
  • normalized package name match
  • 匹配方式:Git Review
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: git-review from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

git-review 2.5.0-r2

git command for submitting branches to Gerrit

https://opendev.org/opendev/git-review

sudo apk add git-review
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: git-review
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Git Review
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: git-review from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

git-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-doc
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: git-review
  • normalized package name match
  • 匹配方式:Git Review
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: git-review-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

git-review-pyc 2.5.0-r2

Precompiled Python bytecode for git-review

https://opendev.org/opendev/git-review

sudo apk add git-review-pyc
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: git-review
  • 1 依赖
  • normalized package name match
  • 匹配方式:Git Review
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: git-review-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

git-review 2.3.1-16.fc45

A Git helper for integration with Gerrit

https://opendev.org/opendev/git-review

sudo dnf install git-review
  • License: Apache-2.0
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: git-review
  • 6 依赖
  • 3 提供
  • normalized package name match
  • 匹配方式:Git Review
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: git-review from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
zypper95%

git-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-review
  • License: Apache-2.0
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: git-review
  • 3 依赖
  • 4 提供
  • normalized package name match
  • 匹配方式:Git Review
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: git-review from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

git-review

sudo port install git-review
  • normalized package name match
  • 匹配方式:Git Review
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/git-review/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment