[][src]Function gitmodules::read_gitmodules

pub fn read_gitmodules<R>(reader: R) -> Result<Vec<Submodule>> where
    R: BufRead

Read a .gitmodules file and return a vector of the configured Git submodules.