On Thu, Sep 4, 2008 at 1:31 PM, Jakub Narebski <jnareb@xxxxxxxxx> wrote: > "Felipe Contreras" <felipe.contreras@xxxxxxxxx> writes: > >> Ok, now the basics seem to be working. So I'm uploading some code if >> anyone wants to take a look. >> >> The C code is generating a topologically sorted list of revisions, and >> storing the relevant information (certs and parents) separately. This >> code is very fast. It's using GLib and sqlite3, so probably the GLib >> stuff should be converted to use libgit. >> http://gist.github.com/8742 >> >> The Ruby code takes that input and generates an output suitable for >> fast-import. It would be tedious to port the parsing stuff to C, but >> straightforward. >> http://gist.github.com/8740 >> >> A patch for fast-import is required, I already submitted it. >> >> Comments? > > If you feel like it is good enough, could you add information about > this tool to Git Wiki: > http://git.or.cz/gitwiki/InterfacesFrontendsAndTools > in the "Interaction with other Revision Control Systems" section? Not yet. It still needs to add the branches, tags, and HEAD. -- Felipe Contreras -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html