Skip to main content

run_git_cancellable

Function run_git_cancellable 

Source
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.