Revision: 74164
          http://sourceforge.net/p/brlcad/code/74164
Author:   starseeker
Date:     2019-10-17 11:55:44 +0000 (Thu, 17 Oct 2019)
Log Message:
-----------
The 'test acl' CVS commit that never migrated into the svn history shows up in 
a git fack --lost-found check.  Clean it out.

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

Modified: brlcad/trunk/misc/repoconv/CONVERT.sh
===================================================================
--- brlcad/trunk/misc/repoconv/CONVERT.sh       2019-10-17 11:53:31 UTC (rev 
74163)
+++ brlcad/trunk/misc/repoconv/CONVERT.sh       2019-10-17 11:55:44 UTC (rev 
74164)
@@ -153,6 +153,10 @@
 echo "Do a file git gc --aggressive"
 git gc --aggressive
 
+echo "Clean up the one commit from CVS that never made it to the svn history"
+git reflog expire --expire-unreachable=now --all
+git gc --prune=now
+
 echo "Make the final tar.gz file (NOTE!!! we can't use git bundle for this, it 
drops all the notes with the svn rev info)"
 mkdir brlcad-git
 mv .git brlcad-git

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