Go to file
Saggi Mizrahi 23d0f840c2 Better handling of the color git configuration
If the user specified auto in the color configuration the script has to be
smart where it should force the colors out. If the user chose always as
the color configuration the scripts has to be smart were it forces the
colors out.

- Considers color configuration when printing git log
- Fix branch name parsing when the color configuration was set to
  'always'

Change-Id: Iaada6ab3265418f547350777f358e6a1794913a3
2011-11-19 08:06:55 -02:00
2011-09-28 10:17:43 -07:00
2011-09-25 09:16:31 -07:00
2011-11-11 17:53:15 -05:00

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 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

Contributing

To get the latest code or for information about contributing, visit the project homepage at:

https://launchpad.net/git-review

Description
Tool for rebasing change series
Readme 488 KiB
Languages
Python 61.1%
reStructuredText 31.9%
Roff 7%