Skip to main content

open_loops

Function open_loops 

Source
pub fn open_loops(repo: &Path, root_label: &str) -> Result<Vec<OpenLoop>>
Expand description

Returns all unmerged branches (except default) in a repo.

§Errors

Returns Err if git fails or if the default branch is not found.