Function cargo_release::ops::git::commit_all

source ·
pub fn commit_all(
    dir: &Path,
    msg: &str,
    sign: bool,
    dry_run: bool
) -> CargoResult<bool>