Skip to content

Commit 13fe680

Browse files
committed
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 <change-id>' will download the specified change from Gerrit into a local branch named review/<author>/<topic_name>. Change-Id: I2b960a5f8550fbdc7032828d774c1710d08ed5d7 Signed-off-by: Rick Altherr <[email protected]>
1 parent 7687a22 commit 13fe680

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitreview

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[gerrit]
2+
host=gerrit.openbmc-project.xyz
3+
port=29418
4+
project=openbmc/openbmc.git
5+
defaultbranch=master

0 commit comments

Comments
 (0)