Adding support for the git-review command line tool
authorColin McNamara <colin@2cups.com>
Mon, 30 Dec 2013 02:38:01 +0000 (18:38 -0800)
committerColin McNamara <colin@2cups.com>
Mon, 30 Dec 2013 02:47:06 +0000 (18:47 -0800)
commitb60a1a34393b861f9099517ea3a9d684c3b0a70e
tree9c1f0bfe074a6bf993f64056de511f6e2fa55b69
parent2d6df58c7a9c108b36fc1e1bc51983493b944e3a
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.
Necessary to run git review -s to append the change-id into git-hooks

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