From: Thanh Ha Date: Wed, 18 Apr 2018 23:42:17 +0000 (-0400) Subject: Explicitly set default branch parameter X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=b2a46884ae3ecced978b1ec65b5e0e5a6b9ab668;p=lfn%2Fprocess.git Explicitly set default branch parameter While it does default to master it is good to be explicit especially so that if we ever branch folks do not need to look up the parameter. Change-Id: I759c7d2754e6b6022ff867956db2de5153900569 Signed-off-by: Thanh Ha --- diff --git a/.gitreview b/.gitreview index 17eef9e..b54aa56 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=gerrit.linuxfoundation.org port=29418 project=lfn/process.git +defaultbranch=master