Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Fwd: [eclipse-cdt/cdt-lsp] Rename git master branch to main (Issue #384)
  • From: "Waterlander, Erwin" <erwin.waterlander@xxxxxxxxx>
  • Date: Thu, 19 Dec 2024 16:31:16 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=intel.com; dmarc=pass action=none header.from=intel.com; dkim=pass header.d=intel.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=FTXSGluuesv+CVTMjilgsZgb8fKoir5V3aPU6lh96ps=; b=NtTkmCh5iT9Yg/HYkdfOKAeJXTO/bfmwp1yRfbtFkoKetK4aqPbA6HeQL3wKfBp5NxgXc26/SQIwz9zCSStTIs7rEyk9gKy47Xid9x5x5BFI7xkUlho3O3vhnTB+Rn9Qpcf6Wz3YVj+9ArHnOa6SmbyFGl1OxvuXAK0Iq/dRnez8MVgWtQU5hBbx83tc0YcTUiJOofLOpKd0hSsf9xZGp4dOEieDC9kfwPrU4WpY8s3xuKaMhhNyzoKhG5bw3RFV2erthMEKHT1v/7QZHTun2OoZE0TbxenvXuOtptkdaO/euCXaQSRKHVmHi4tD2pux09UTxrbankyprmdGkj9k2g==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=tuIvb2JJpt+GixEw1VGHG1jLh4SDEJw0iprWpJHxgP1dd34bFeqAIma7sq7i1UKDtLBTbJLYZlr3vbqTig1Xfy1E1gzNEcymNEHb6GSGKyMgtzqab7+aei057/nFOnfKl2VrzgC9aI/rWDiIsUjWWeqbwsId/1p4HuEx98Q3Cw3+0OHLlqQX8Ib9HSwwbx7MS+66o/NGsmmT/jxGsj8FBnwFDkWsm9Ee2sZUPCoaxJIguPJ4BMMV78gXThI/q3aOJd9SqZBQTxiH00awHtXMjmKPN2acuDnWqaryrdwNS0NGU8LILFxTDkhOve2LaThe2m2b3IrNEQjdphy00StQUg==
  • Delivered-to: cdt-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/cdt-dev/>
  • List-help: <mailto:cdt-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHbT9GPy9uhzwWclUq1SGpVfpeOhrLtxSCw
  • Thread-topic: [cdt-dev] Fwd: [eclipse-cdt/cdt-lsp] Rename git master branch to main (Issue #384)

Hi,

 

I tried a fresh installation of the CDT development environment, and I noticed that the Eclipse Updater still assumes “master”.

 

 

--

Erwin Waterlander                                                 Intel

erwin.waterlander@xxxxxxxxx                         High Tech Campus 83

                                                     5656 AG  Eindhoven

http://www.intel.com/                                   The Netherlands

 

From: cdt-dev <cdt-dev-bounces@xxxxxxxxxxx> On Behalf Of Jonah Graham via cdt-dev
Sent: Monday, December 16, 2024 16:45
To: CDT General developers list. <cdt-dev@xxxxxxxxxxx>
Cc: Jonah Graham <jonah@xxxxxxxxxxxxxxxx>
Subject: [cdt-dev] Fwd: [eclipse-cdt/cdt-lsp] Rename git master branch to main (Issue #384)

 

FYI for cdt-lsp:

The default branch has been renamed!

master is now named main

If you have a local clone, you can update it by running the following commands.

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a

You should also see the above message on your next visit to https://github.com/eclipse-cdt/cdt-lsp

 

 


Reply to this email directly,
view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
Image removed by sender.Message ID: <eclipse-cdt/cdt-lsp/issues/384/2545971201@xxxxxxxxxx>

---------------------------------------------------------------------
Intel Benelux B.V.
Registered in The Netherlands under number 24134020
Statutory seat: Rotterdam
Registered address: Capronilaan 37, 1119NG Schiphol-Rijk

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.


Back to the top