mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-29 18:22:41 +01:00
Add --quiet to git fetch
on arc land
Summary: This makes it a bit quieter. Test Plan: shh Reviewers: chad Reviewed By: chad Differential Revision: https://secure.phabricator.com/D15236
This commit is contained in:
parent
d6b1531b94
commit
fcc11b3a27
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ final class ArcanistGitLandEngine
|
||||||
// authentication. See T10314.
|
// authentication. See T10314.
|
||||||
|
|
||||||
$err = $api->execPassthru(
|
$err = $api->execPassthru(
|
||||||
'fetch -- %s %s',
|
'fetch --quiet -- %s %s',
|
||||||
$this->getTargetRemote(),
|
$this->getTargetRemote(),
|
||||||
$this->getTargetOnto());
|
$this->getTargetOnto());
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue