Function cargo_test_support::git::add_submodule
source ยท pub fn add_submodule<'a>(
repo: &'a Repository,
url: &str,
path: &Path,
) -> Submodule<'a>
Expand description
(git2
) Add a git submodule to the repository
pub fn add_submodule<'a>(
repo: &'a Repository,
url: &str,
path: &Path,
) -> Submodule<'a>
(git2
) Add a git submodule to the repository