Function ripasso::git::commit

source ·
pub fn commit(
    repo: &Repository,
    signature: &Signature<'_>,
    message: &str,
    tree: &Tree<'_>,
    parents: &[&Commit<'_>],
    crypto: &(dyn Crypto + Send)
) -> Result<Oid>
Expand description

Apply the changes to the git repository.