Adding support for the git-review command line tool 63/3963/1
authorColin McNamara <colin@2cups.com>
Mon, 30 Dec 2013 02:54:25 +0000 (18:54 -0800)
committerColin McNamara <colin@2cups.com>
Mon, 30 Dec 2013 02:54:25 +0000 (18:54 -0800)
commit57bf79185d4c6fb76e56ebdefe89a264439cdbf8
treefc312bd2d4aa90e4d5c54c8db755f031a962a69f
parentd25d99c20b6855e7816e20e24abf255655b8f842
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: I188d1b67c84b7ac2815b5bf74885100bbe4f7c13
Signed-off-by: Colin McNamara <colin@2cups.com>
.gitreview [new file with mode: 0644]