Skip to main content

load_all_from_git

Function load_all_from_git 

Source
pub fn load_all_from_git(
    root: &Path,
    tickets_dir_rel: &Path,
) -> Result<Vec<Ticket>>
Expand description

Load all tickets by reading directly from their git branches. No filesystem cache is involved.