Skip to content
The former submodules are now subtrees.

They were created with the use of git-subtree
(https://github.com/apenwarr/git-subtree.git, commit 2793ee)
in the following way:

$ git remote add mySubmodule URL-of-mySubmodule.git
$ git fetch mySubmodule
$ git subtree add --prefix=mySubtree mySubmodule/master