Skip to main content

get_commit_list

Function get_commit_list 

Source
pub fn get_commit_list(
    repo_path: &str,
    limit: Option<usize>,
    since: Option<&str>,
) -> Result<Vec<CommitInfo>, String>
Expand description

Get commit history from current branch