From: Colin McNamara Date: Mon, 30 Dec 2013 02:54:25 +0000 (-0800) Subject: Adding support for the git-review command line tool X-Git-Tag: jenkins-controller-bulk-release-prepare-only-2-1~146 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=57bf79185d4c6fb76e56ebdefe89a264439cdbf8 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 --- diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000000..5c4f71de40 --- /dev/null +++ b/.gitreview @@ -0,0 +1,4 @@ +[gerrit] +host=git.opendaylight.org +port=29418 +project=controller.git