Closed
Description
In previous git versions, it was common to checkout submodules right at the spot in the tree of their parent repository.
In later git versions though, submodule repositories are placed outside of the working tree.
Git-python should choose the submodule mode depending on the python version, and thus remain backwards compatible.