Skip to main content

create_commit

Function create_commit 

Source
pub fn create_commit(
    tree_hash: &str,
    parent_hash: Option<&str>,
    author: &str,
    committer: &str,
    message: &str,
) -> Result<String>