# Installer git-gerrit avec Homebrew, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de git-gerrit pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:git-gerrit
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install git-gerrit
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#gerrit
```

  Preuve: nixpkgs package indexes: pkgs/by-name/ge/gerrit/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:git-gerrit
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.3.0
- **Résumé source:** Gerrit code review helper scripts
- **Page d'accueil:** <https://github.com/fbzhong/git-gerrit>
- **Dépôt:** <https://github.com/fbzhong/git-gerrit>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- gerrit (alias)
- gerrit-cherry-pick (alias)
- git-gerrit (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.3.0
## Historique du projet et usages

git-gerrit is a collection of helper scripts for teams using Gerrit Code Review with Git. It wraps common review actions such as pushing changes, listing changes, applying patch sets, reviewing, submitting, and abandoning changes.

### Historique du projet

The README says the project was forked from `gerrit-tools`, which itself passed through work by André Arko, Steffen Gebert, and Philipp Gampe before Robin Zhong adapted it for the TYPO3 review workflow. The 0.1.0 line marked the fork, while 0.2.0 and 0.3.0 added patchset commands, bash completion, installation scripts, approval options, and workflow fixes.

### Historique d'adoption

The project belongs to the era when many open-source and enterprise projects used Gerrit review flows that required pushing to special refs and handling patch sets. Its adoption signal is narrow but concrete: the README names TYPO3 review needs, and Homebrew packaging made the scripts available to macOS developers.

### Modes d'utilisation

Practitioners use `git gerrit push` to send review changes, `git gerrit changes` to inspect review items, `git gerrit apply` to check out a change for review, and `git gerrit review` or `git gerrit submit` to complete review actions. The companion `gerrit` and `gerrit-cherry-pick` scripts wrap Gerrit SSH commands and patch cherry-picking.

### Pourquoi les passionnés de paquets s'y intéressent

git-gerrit shows how package managers carried local workflow glue for code-review systems before richer Gerrit integrations became common in IDEs and hosting platforms.

### Chronologie

- 2012: Repository created on GitHub with BSD-licensed helper scripts.
- 2012: 0.1.0 forked from earlier gerrit-tools work.
- 2012: 0.2.0 added patchset support, bash completion, and installation scripts.
- 2012: 0.3.0 added review-branch push behavior and approval-list options.

### Related projects

- git-gerrit descends from gerrit-tools and relates to Gerrit Code Review, Git refs-for-review workflows, and shell completion packages for Git subcommands.

### Sources

- <https://formulae.brew.sh/formula/git-gerrit>
- <https://github.com/fbzhong/git-gerrit>
- <https://github.com/fbzhong/git-gerrit/blob/master/README.md>
- <https://github.com/fbzhong/git-gerrit/tags>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- Nix - gerrit: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/ge/gerrit/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/git-gerrit.yml](https://github.com/mxcl/pkgdb/blob/main/combined/git-gerrit.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
