pub fn get_commit_list( repo_path: &str, limit: Option<usize>, since: Option<&str>, ) -> Result<Vec<CommitInfo>, String>
Get commit history from current branch