Skip to main content

get_commit_details

Function get_commit_details 

Source
pub fn get_commit_details(
    repo: &Repository,
    oid_str: &str,
) -> Result<CommitInfo>
Expand description

Retrieve the full CommitInfo for a commit identified by its hex OID string.