Revision: 73028
          http://sourceforge.net/p/brlcad/code/73028
Author:   starseeker
Date:     2019-05-09 02:26:47 +0000 (Thu, 09 May 2019)
Log Message:
-----------
probably want to know about these branches too...

Modified Paths:
--------------
    brlcad/trunk/misc/repoconv/svnfexport/svnfexport_git.cxx

Modified: brlcad/trunk/misc/repoconv/svnfexport/svnfexport_git.cxx
===================================================================
--- brlcad/trunk/misc/repoconv/svnfexport/svnfexport_git.cxx    2019-05-08 
22:56:59 UTC (rev 73027)
+++ brlcad/trunk/misc/repoconv/svnfexport/svnfexport_git.cxx    2019-05-09 
02:26:47 UTC (rev 73028)
@@ -1114,6 +1114,9 @@
                    boutfile << "reset " << nbranch << "\n";
                    boutfile << "from " << bbpath << "," << 
rev.revision_number-1 << "\n";
                    boutfile.close();
+                   all_git_branches.push_back(node.branch);
+                   // Unlike a "real" branch we don't need an empty commit 
here, since the whole
+                   // point is there is commit coming up...
                    continue;
                }
                if (rev.revision_number == edited_tag_maxr) {

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