gerrit-tools
brew install gerrit-tools
v1.0.0
Apache-2.0
Tools to ease Gerrit code review
2
30-day installs · #14466
3
90-day · #17697
27
365-day · #12949
25
★ GitHub stars · updated 6y ago
Links
- https://github.com/indirect/gerrit-tools
- GitHub: indirect/gerrit-tools
- Brew formula source: Formula/g/gerrit-tools.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [],
"categories": [],
"caveats": null,
"conflicts_with": [
"git-gerrit",
"git-review"
],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Tools to ease Gerrit code review",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:37:58+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "gerrit-tools",
"github_default_branch": "main",
"github_last_commit_at": "2020-06-27T07:20:22Z",
"github_readme_excerpt": "# gerrit Tools\n\nA few scripts to make code review via [Gerrit Code Review](http://gerrit.googlecode.com) easier for developers.\n\n## gerrit-cherry-pick\n\nThis is a script that allows you to cherry-pick a particular patch from Gerrit, so that it can be reviewed easily. It comes with Gerrit, but is included here because Gerrit 2.1.1.1 does not yet contain support for the `--latest` option.\n\n## gerrit-setup\n\nGerrit-setup will attempt to convert a repository cloned from github to use Gerrit as the origin instead.\n\n## git-review\n\nGit-review is a wrapper script to make creating, reviewing, and approving Gerrit changes very simple. In the simplest case, you can have an entire Git workflow that looks like this for people creating a new changeset:\n\n git review push\n\nAnd looks like this for people reviewing someone else\u0027s changeset:\n\n git review 123\n rake \u0026\u0026 git review approve\n git review reset\n\nYou may find it helpful to alias `gr` to `git review`.\n\n## Contributing\n\nFeel free to fork and send a pull request if you think you\u0027ve improved anything.\n",
"github_repo": "indirect/gerrit-tools",
"github_stars": 25,
"github_topics": [],
"homepage": "https://github.com/indirect/gerrit-tools",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 2,
"installs_365d": 27,
"installs_90d": 3,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "Apache-2.0",
"llm_generated_at": null,
"llm_model": null,
"name": "gerrit-tools",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 14466,
"rank_365d": 12949,
"rank_90d": 17697,
"raw_hash": "a01ec9f0bb6afaac",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/g/gerrit-tools.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "1.0.0",
"versioned_formulae": [],
"why_use_this": null
}