From 44e2a03629e1bb4ecd308db6c112ecd94fab6324 Mon Sep 17 00:00:00 2001 From: Sandrine Bailleux Date: Fri, 13 Mar 2020 13:35:27 +0100 Subject: [PATCH] Specify integration as the default branch for git-review Submitting a change for review using 'git review' will now automatically use the special refs/for/integration ref (instead of targeting the master branch). Change-Id: Idef58b20c492bf5ab06599f4cd4a5e5b75837066 Signed-off-by: Sandrine Bailleux --- .gitreview | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitreview b/.gitreview index 36f25485b..afdb74dff 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=review.trustedfirmware.org port=29418 project=TF-A/trusted-firmware-a +defaultbranch=integration