pub fn wrap<S: AsRef<str> + Debug>(
    git_run_info: &GitRunInfo,
    args: &[S]
) -> Result<isize>
Expand description

Run the provided Git command, but wrapped in an event transaction.