forked from the-distro/ofborg
see-no-evil.jpg
This commit is contained in:
parent
ffcae86401
commit
06dff2fe72
|
@ -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())
|
||||
|
|
Loading…
Reference in a new issue