pub fn add_and_commit_internal(
    repo: &Repository,
    paths: &[PathBuf],
    message: &str,
    crypto: &(dyn Crypto + Send)
) -> Result<Oid>
Expand description

Add a file to the store, and commit it to the supplied git repository.