Revision: 77185
          http://sourceforge.net/p/brlcad/code/77185
Author:   starseeker
Date:     2020-09-19 21:59:16 +0000 (Sat, 19 Sep 2020)
Log Message:
-----------
Note default branch rename step.

Modified Paths:
--------------
    brlcad/trunk/misc/repoconv/CONVERT.sh

Modified: brlcad/trunk/misc/repoconv/CONVERT.sh
===================================================================
--- brlcad/trunk/misc/repoconv/CONVERT.sh       2020-09-19 14:20:59 UTC (rev 
77184)
+++ brlcad/trunk/misc/repoconv/CONVERT.sh       2020-09-19 21:59:16 UTC (rev 
77185)
@@ -212,6 +212,9 @@
 mkdir brlcad_final.git && cd brlcad_final.git && git init
 cat ../brlcad_final.fi | git fast-import
 
+# Rename master to newer default branch naming convention "main"
+git branch -m master main
+
 # Compress the fast-import - by default, it is unoptimized
 git gc --aggressive
 git reflog expire --expire-unreachable=now --all

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to