Skip to main content
git-review
==========

A git command for submitting branches to Gerrit

git-review is a tool that helps submitting git branches to gerrit for
review.

Setup
-----

git-review, by default, looks for a git remote called gerrit, and
submits the current branch to HEAD:refs/for/master at that remote.

If the "gerrit" remote does not exist, git-review looks for a file
called .gitreview at the root of the repository with information about
the gerrit remote. Assuming that file is present, git-review should
be able to automatically configure your repository the first time it
is run.

Usage
-----

Hack on some code, then::

git review

If you want to submit that code to a branch other than "master", then::

git review branchname

If you want to submit to a different remote::

git review -r my-remote

If you want to supply a review topic::

git review -t topic/awesome-feature

If you want to submit a branch for review and then remove the local branch::

git review -f

If you want to skip the automatic "git rebase -i" step::

git review -R

If you want to download change 781 from gerrit to review it::

git review -d 781

If you want to download patchset 4 for change 781 from gerrit to review it::

git review -d 781,4

If you want to compare patchset 4 with patchset 10 of change 781 from gerrit::

git review -m 781,4-10

If you just want to do the commit message and remote setup steps::

git review -s

.gitreview file format
----------------------

Example .gitreview file (used to upload for git-review itself)::

[gerrit]
host=review.openstack.org
port=29418
project=openstack-infra/git-review.git
defaultbranch=master

Required values: host, project

Optional values: port (default: 29418), defaultbranch (default: master)

**Notes**

* Username not required because it is requested on first run

* Unlike git config files there cannot be any whitespace before the name of the variable.

* git-review will create a gerrit remote upon first run

Hooks
-----

git-review has a custom hook mechanism to run a script before certain
actions. This is done in the same spirit as the classic hooks in git.

There are two types of hooks, a global one which is stored in
~/.config/git-review/hooks/ and one local to the repository stored in
.git/hooks/ with the other git hook scripts.

__The script needs be executable before getting executed__

The name of the script is $action-review where action can be
:

* pre - run at first before doing anything.

* post - run at the end after the review was sent.

* draft - run when in draft mode.

if the script returns with an exit status different than zero,
git-review will exit with the a custom shell exit code 71.

Installation
------------

Install with pip install git-review

For installation from source simply add git-review to your $PATH

Contributing
------------

To get the latest code, see: https://github.com/openstack-infra/git-review

Bugs are handled at: https://launchpad.net/git-review

There is a mailing list at: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra

Code reviews, as you might expect, are handled by gerrit at: https://review.openstack.org

Use ``git review`` to submit patches (after creating a gerrit account that links to your launchpad account). Example::

# Do your commits
git review
# Enter your username if promped

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

git-review-1.21.tar.gz (23.7 kB view details)

Uploaded Source

File details

Details for the file git-review-1.21.tar.gz.

File metadata

  • Download URL: git-review-1.21.tar.gz
  • Upload date:
  • Size: 23.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for git-review-1.21.tar.gz
Algorithm Hash digest
SHA256 82529b1894a99003a525c80b4b8ef7c8a979f107bb7a166ca2705747e1372faf
MD5 b479bcf84b826cedba3b0b40819eb714
BLAKE2b-256 03fff6df7397cd337f441044c29fcf810aaa0d3c3001f5203f175a608682626d

See more details on using hashes here.

Release history Release notifications | RSS feed

2.5.0

2 files

2.4.0

2 files

2.3.1

2 files

2.3.0

2 files

2.2.0

2 files

2.1.0

2 files

2.0.0

2 files

1.28.0

2 files

1.27.0

2 files

1.26.0

2 files

1.25.0

2 files

1.24

2 files

1.23

1 file

1.22

1 file

This release

1.21 This release

1 file

1.20

2 files

1.19

2 files

1.18

1 file

1.17

1 file

1.16

3 files

1.15

1 file

1.14

1 file

1.13

1 file

1.12

1 file

1.11

1 file

1.9

1 file

1.8

1 file

1.7

1 file

1.6

1 file

1.5

1 file

1.4

1 file

1.3

2 files

1.2

3 files

1.1

3 files

1.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page