Skip to main content

git_reflog

Function git_reflog 

Source
pub fn git_reflog(
    repo_path: String,
    refname: String,
    max_count: u32,
) -> Result<Vec<ReflogEntry>, GitError>