grr

crates.io pipeline status coverage report

grr is a simple utility to make using Gerrit a little less painful.

The basic workflow involves using a detached head, pulling down changes from gerrit to work on them, and re-submitting them. Inspired by git-review, grr reads from .gitreview files as needed.

Installation: cargo install gerrit-grr

A docker image is also available: registry.gitlab.com/legoktm/rust-grr

Linux binaries can be downloaded from GitLab (needs libssl1.1).

Usage

Default branch

The current default branch is master, it may switch to main in the future. You can change the default branch on a per-repository basis or systemwide by setting the grr.defaultBranch git config option.

```

For a single repository

git config grr.defaultBranch main

For all repositories, unless overridden in that repository

git config --global grr.defaultBranch main ```

History

grr was originally written in 2014 in Python. It was ported to Rust in 2020.

License

grr is (C) 2020 Kunal Mehta, released under the GPLv3 or any later version, see COPYING for details.