pub fn parse_submodule_status(stdout: &str) -> Vec<SubmoduleEntry>Expand description
Parse git submodule status output into structured entries.
Format per line: <prefix><sha> <path> (<descriptor>)
Prefix is one of: ’ ’, ‘-’, ‘+’, ‘U’
pub fn parse_submodule_status(stdout: &str) -> Vec<SubmoduleEntry>Parse git submodule status output into structured entries.
Format per line: <prefix><sha> <path> (<descriptor>)
Prefix is one of: ’ ’, ‘-’, ‘+’, ‘U’