Adding support for the git-review command line tool 29/4129/2
authorColin McNamara <colin@2cups.com>
Mon, 30 Dec 2013 03:19:34 +0000 (19:19 -0800)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 13 Jan 2014 08:27:53 +0000 (08:27 +0000)
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: I5757bd14f4506499fe8cafb5c93f51c1c6095a45
Signed-off-by: Colin McNamara <colin@2cups.com>

No differences found