Skip to main content

get_commits_between

Function get_commits_between 

Source
pub fn get_commits_between(
    from: &str,
    to: &str,
    path_filter: Option<&str>,
) -> Result<Vec<Commit>>
Expand description

Get commits between two refs, optionally filtered to a path.