From 57bf79185d4c6fb76e56ebdefe89a264439cdbf8 Mon Sep 17 00:00:00 2001 From: Colin McNamara Date: Sun, 29 Dec 2013 18:54:25 -0800 Subject: [PATCH] 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 --- .gitreview | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitreview 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 -- 2.36.6