Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork940
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.