[][src]Crate gerrit_grr

gerrit-grr is a command-line utility to work with Gerrit. It also provides a few library functions that might be convenient when building tooling around Gerrit repositories and patches.

Structs

DotGitReview

Represents metadata found in .gitreview files

Fetch

Information needed to fetch a Gerrit patch. Can be used as: git fetch {url} {git_ref}.

Constants

VERSION

gerrit-grr package version

Functions

fetch_patch_info

Get information about how to fetch a Gerrit patch. patch can either be just the change number (12345) or include an optional patchset (12345:2).

parse_gitreview

Parse a .gitreview file