forked from the-distro/ofborg
Merge pull request #450 from cole-h/silence-diffs
checkout: silence diffs when checking validity of a commit
This commit is contained in:
commit
b55535a608
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue