diff --git a/ofborg/src/checkout.rs b/ofborg/src/checkout.rs index 2b4da1f..a2e1510 100644 --- a/ofborg/src/checkout.rs +++ b/ofborg/src/checkout.rs @@ -117,6 +117,7 @@ impl CachedProjectCo { let result = Command::new("git") .arg("--no-pager") .arg("show") + .arg("--no-patch") .arg(commit) .current_dir(self.clone_to()) .status()