pub fn run_git_cancellable(
repo_path: &Path,
args: &[&str],
cancel: Arc<AtomicBool>,
) -> Result<RunOutput, RunError>Expand description
Run a git command with caller-driven cancellation. See
run_jj_cancellable for semantics.
pub fn run_git_cancellable(
repo_path: &Path,
args: &[&str],
cancel: Arc<AtomicBool>,
) -> Result<RunOutput, RunError>Run a git command with caller-driven cancellation. See
run_jj_cancellable for semantics.