From: Colin McNamara Date: Mon, 30 Dec 2013 03:19:34 +0000 (-0800) Subject: Adding support for the git-review command line tool X-Git-Tag: lispflowmapping-all-1.1.0~19 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=bc783d263dcd28c5b4ee3174f2b2f7481f982790;hp=bc783d263dcd28c5b4ee3174f2b2f7481f982790;p=lispflowmapping.git 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: I5757bd14f4506499fe8cafb5c93f51c1c6095a45 Signed-off-by: Colin McNamara ---