From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7840) id B1E573857C7F; Fri, 22 Oct 2021 23:22:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B1E573857C7F Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Eugene Rozenfeld To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/vendors/microsoft/heads/main)] Fix checkout command. X-Act-Checkin: gcc X-Git-Author: Eugene Rozenfeld X-Git-Refname: refs/vendors/microsoft/heads/main X-Git-Oldrev: 5a97b7f4345a09fcf85af6e742ffb33cf286a358 X-Git-Newrev: 1129fdc2de51541d1ac602e324ba5a2f98a1a26e Message-Id: <20211022232247.B1E573857C7F@sourceware.org> Date: Fri, 22 Oct 2021 23:22:47 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2021 23:22:47 -0000 https://gcc.gnu.org/g:1129fdc2de51541d1ac602e324ba5a2f98a1a26e commit 1129fdc2de51541d1ac602e324ba5a2f98a1a26e Author: Eugene Rozenfeld Date: Fri Oct 22 15:02:24 2021 -0700 Fix checkout command. Diff: --- .github/scripts/pushMergedVendorBranch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/pushMergedVendorBranch.sh b/.github/scripts/pushMergedVendorBranch.sh index 6f32fe59dfc..542f196cc88 100644 --- a/.github/scripts/pushMergedVendorBranch.sh +++ b/.github/scripts/pushMergedVendorBranch.sh @@ -50,7 +50,7 @@ ${BASEDIR}/../../contrib/git-fetch-vendor.sh --enable-push microsoft git fetch git fetch gcc git fetch origin -git checkout microsoft/main vendors/microsoft/main +git checkout -b microsoft/main vendors/microsoft/main git merge origin/$1 git push vendors/microsoft microsoft/main