public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/vendors/microsoft/heads/main)] Fix checkout command.
@ 2021-11-10  4:10 Eugene Rozenfeld
  0 siblings, 0 replies; 2+ messages in thread
From: Eugene Rozenfeld @ 2021-11-10  4:10 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:55edffb6596202d2290ea794ccacc0f2f399f9b1

commit 55edffb6596202d2290ea794ccacc0f2f399f9b1
Author: Eugene Rozenfeld <erozen@microsoft.com>
Date:   Tue Nov 9 20:08:25 2021 -0800

    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 542f196cc88..252dc6f6963 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 -b microsoft/main vendors/microsoft/main
+git checkout -B microsoft/main vendors/microsoft/main
 git merge origin/$1
 git push vendors/microsoft microsoft/main


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gcc(refs/vendors/microsoft/heads/main)] Fix checkout command.
@ 2021-10-22 23:22 Eugene Rozenfeld
  0 siblings, 0 replies; 2+ messages in thread
From: Eugene Rozenfeld @ 2021-10-22 23:22 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:1129fdc2de51541d1ac602e324ba5a2f98a1a26e

commit 1129fdc2de51541d1ac602e324ba5a2f98a1a26e
Author: Eugene Rozenfeld <erozen@microsoft.com>
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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-10  4:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-10  4:10 [gcc(refs/vendors/microsoft/heads/main)] Fix checkout command Eugene Rozenfeld
  -- strict thread matches above, loose matches on Subject: below --
2021-10-22 23:22 Eugene Rozenfeld

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).