[ocaml-platform] github:ocaml/ocamlbuild?
François Bobot
francois.bobot at cea.fr
Fri Dec 4 16:35:09 GMT 2015
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
More information about the Platform
mailing list