Skip to main content

get_commit_messages_between_path

Function get_commit_messages_between_path 

Source
pub fn get_commit_messages_between_path(
    from: &str,
    to: &str,
    path: &str,
) -> Result<Vec<String>>
Expand description

Get commit subjects between two refs that touched a specific path.