pub fn submodule_gitdir_filesystem_path( work_tree: &Path, git_dir: &Path, cfg: &ConfigFile, submodule_name: &str, ) -> Result<PathBuf>
Resolves the absolute filesystem path of a submodule’s git directory.