diff options
author | 2021-04-27 11:43:15 +0200 | |
---|---|---|
committer | 2021-04-27 11:45:48 +0200 | |
commit | 0ed257d00053e1bca6fd0c56c222ee47d26cf952 (patch) | |
tree | ae4a61784ce50d0e5043bb723f193094a648594c | |
parent | ace670778dcdb365b8f9ce5c2439042ada30c25a (diff) |
Fix .gitreview with honolulu
By default, the master branch is selected by git-review clients.
Change the defaultbranch to honolulu in .gitreview file.
Issue-ID: DOC-738
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
Change-Id: Ibe989b3433138e046485ec4bab62a250abca51c6
-rw-r--r-- | .gitreview | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitreview b/.gitreview index c088dd69b..43c04fdad 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=gerrit.onap.org port=29418 project=doc.git +defaultbranch=honolulu |