<div dir='auto'><div>I can't find this branch in the GitHub repository, is this a special shortcut for Metacello?<br><div class="gmail_extra"><br><div class="gmail_quote">Am 06.05.2021 15:21 schrieb commits@source.squeak.org:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">Marcel Taeumel uploaded a new version of Installer-Core to project The Trunk:<br>
http://source.squeak.org/trunk/Installer-Core-mt.440.mcz</p>
<p dir="ltr">==================== Summary ====================</p>
<p dir="ltr">Name: Installer-Core-mt.440<br>
Author: mt<br>
Time: 6 May 2021, 3:21:07.381189 pm<br>
UUID: 4906fd3d-9eff-e841-afc5-0a75e5a9b4b6<br>
Ancestors: Installer-Core-mt.439</p>
<p dir="ltr">Renames default branch for Git tools from "master" to "latest-release". Leave hints to "develop" branch for the brave among us. :-)</p>
<p dir="ltr">master == latest-release ~~ develop</p>
<p dir="ltr">=============== Diff against Installer-Core-mt.439 ===============</p>
<p dir="ltr">Item was changed:<br>
  ----- Method: Installer class>>installGitInfrastructure (in category 'scripts') -----<br>
  installGitInfrastructure<br>
  | priorSetting |<br>
  "for INIFileTest>>#testComplexRead"<br>
  priorSetting := Scanner allowUnderscoreAsAssignment.<br>
+ [Scanner allowUnderscoreAsAssignment: true. <br>
- Scanner allowUnderscoreAsAssignment: true. <br>
  <br>
   (Smalltalk at: #Metacello) new<br>
             baseline: 'Squot';<br>
+                 repository: 'github://hpi-swa/Squot:latest-release/src';<br>
+                "repository: 'github://hpi-swa/Squot:develop/src';"<br>
-                 repository: 'github://hpi-swa/Squot:master/src';<br>
             load.<br>
  <br>
+ ] ensure: [Scanner allowUnderscoreAsAssignment: priorSetting]<br>
- Scanner allowUnderscoreAsAssignment: priorSetting<br>
  !<br></p>
</blockquote></div><br></div></div></div>