see-no-evil.jpg

This commit is contained in:
Graham Christensen 2017-11-11 10:39:50 -05:00
parent ffcae86401
commit 06dff2fe72
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -109,6 +109,7 @@ impl CachedProjectCo {
let mut lock = self.lock().expect("Failed to lock");
let result = Command::new("git")
.arg("--no-pager")
.arg("show")
.arg(commit)
.current_dir(self.clone_to())