From 3ba51d9f76cb730cb9a27b80db575c617768d7ab Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 14 May 2019 11:59:34 +0200 Subject: [PATCH] Add a .gitreview file to point to the gerrit instance The useful tool "git review" can be used to quickly upload changes from a command line git checkout. For this to work there needs to be a .gitreview configuration file in the repository. This commit adds it. Change-Id: I144715c228719786048db6fb16da1d5035e56583 --- .gitreview | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitreview diff --git a/.gitreview b/.gitreview new file mode 100644 index 00000000..4ccff9e6 --- /dev/null +++ b/.gitreview @@ -0,0 +1,4 @@ +[gerrit] +host=review.opendev.org +port=29418 +project=x/proliantutils.git