module documentation
Working with Git submodules.
| Function | ensure |
Create a submodule placeholder directory with .git file. |
| Function | iter |
Iterate over cached submodules. |
Create a submodule placeholder directory with .git file.
This creates the minimal structure needed for a submodule: - The submodule directory - A .git file pointing to the submodule's git directory
| Parameters | |
repo:Repo | Parent repository |
submodulestr | bytes | Path to the submodule relative to repo root |