Adding support for the git-review command line tool 65/3965/1
authorColin McNamara <colin@2cups.com>
Mon, 30 Dec 2013 03:10:50 +0000 (19:10 -0800)
committerColin McNamara <colin@2cups.com>
Mon, 30 Dec 2013 03:10:50 +0000 (19:10 -0800)
commitfebe45dcaf6c179425f01df11bea17f3533ae5ab
tree2917db6163fdd46557e80cf44e2b0b529fc244bb
parent72ed066d1319770539eee624ebc178e35cffc9de
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: I73a912d2b8a6a00166387b97d96f1ec8804e3558
Signed-off-by: Colin McNamara <colin@2cups.com>
.gitreview [new file with mode: 0644]