Skip to main content

commit_tree

Function commit_tree 

Source
pub fn commit_tree(
    tree: &str,
    parents: &[&str],
    message: &str,
    dir: &str,
    sign: bool,
) -> Result<String>