Adding support for the git-review command line tool 64/3964/1
authorColin McNamara <colin@2cups.com>
Mon, 30 Dec 2013 03:07:31 +0000 (19:07 -0800)
committerColin McNamara <colin@2cups.com>
Mon, 30 Dec 2013 03:07:31 +0000 (19:07 -0800)
commit1ad3709d86804999be3e524a441dcf92c3461c03
tree112fa5780f59ea5ceaea0673df084b3b0c0a2a52
parent518f7c4b9898feb9d1da4fdd3b427fd12915fa96
Adding support for the git-review command line tool

The OpenStack doc workflow (and entire gerrit workflow) has the
option of using a tool called git-review that automates ChangeID:
creation and management,automates rebasing of local commits
as well as simplifies submiting to gerrit and pulling and
pushing reviews.

Usage of the tool is entirely optional, however it does require
a pointer file named .gitreview in the root of the repository
that is referenced.

I am totally new to this project, if you guys don't want to merge
this then no big deal. However I think this will help with dev's
coming over from OpenStack as it will provide a optional workflow
that is closer to the OpenStack workflow.

It is necessary to run git review -s to append the change-id into
git-hooks the first time you use the tool

Change-Id: I2ed18fae3db69ec300c73d61d115abae8032dd1b
Signed-off-by: Colin McNamara <colin@2cups.com>
.gitreview [new file with mode: 0644]