What's the next step on this? Gabriel, I can help if you'd like. I'm eager to get the repo created as I have several issues to report.
On Fri, Dec 4, 2015 at 11:35 AM, François Bobot <[email protected]> wrote: > On 03/12/2015 14:49, Fabrice Le Fessant wrote: > >> Hi Thomas, >> >> You can. The only interesting part was how it was created by xtracting >> the git history: >> >> How this repository was created: >> > > git subtree split -P ocamlbuild -b next-ocamlbuild >> git filter-branch --prune-empty next-ocamlbuild >> git checkout next-ocamlbuild >> > > Just for this part you can replace these line by > > git filter-branch --prune-empty --subdirectory-filter ocamlbuild -- --all > > and all the tags and branches are filtered. > > My two cents, > > -- > François > > _______________________________________________ > Platform mailing list > [email protected] > http://lists.ocaml.org/listinfo/platform >
_______________________________________________ Platform mailing list [email protected] http://lists.ocaml.org/listinfo/platform
