pub fn wrap<S: AsRef<str> + Debug>( git_run_info: &GitRunInfo, args: &[S]) -> Result<isize>
Run the provided Git command, but wrapped in an event transaction.