pub fn detect_submodules(root: &Path) -> Vec<(String, PathBuf)>
Parse .gitmodules in root and return (name, relative_path) for each submodule found.
.gitmodules
root
(name, relative_path)