From 13fe68034c6e132d7cd7fb67f3e2bd1e94ed6165 Mon Sep 17 00:00:00 2001 From: Rick Altherr Date: Mon, 1 Aug 2016 15:16:01 -0700 Subject: git-review config for gerrit.openbmc-project.xyz git-review is a tool that helps submitting git branches to gerrit for review. Documentation on setup and usage is available at http://docs.openstack.org/infra/git-review/. This config file sets defaults for the openbmc project to upload/download reviews from gerrit.openbmc-project.xyz. Running 'git review' in a local branch will push commits in that branch to Gerrit. Likewise, 'git review -d ' will download the specified change from Gerrit into a local branch named review//. Change-Id: I2b960a5f8550fbdc7032828d774c1710d08ed5d7 Signed-off-by: Rick Altherr --- .gitreview | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitreview (limited to '.gitreview') diff --git a/.gitreview b/.gitreview new file mode 100644 index 000000000..ecc9519f0 --- /dev/null +++ b/.gitreview @@ -0,0 +1,5 @@ +[gerrit] +host=gerrit.openbmc-project.xyz +port=29418 +project=openbmc/openbmc.git +defaultbranch=master -- cgit v1.2.1