From e6262b737a22d29bc66da93ed827242f9a851497 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Wed, 31 Mar 2021 15:20:14 +0200 Subject: [PATCH] ci: make format check use 6.0.x branch --- scripts/clang-format.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/clang-format.sh b/scripts/clang-format.sh index 86c3a8392c..7b4cc87539 100755 --- a/scripts/clang-format.sh +++ b/scripts/clang-format.sh @@ -342,7 +342,7 @@ function HelpCommand { # on master. If our branch has not been rebased on the latest master, this # would result in including all new commits on master! function FirstCommitOfBranch { - local first_commit=$(git rev-list origin/master..HEAD | tail -n 1) + local first_commit=$(git rev-list origin/master-6.0.x..HEAD | tail -n 1) echo $first_commit } -- 2.47.2