1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-22 06:42: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:
epriestley 2016-02-10 13:08:46 -08:00
parent d6b1531b94
commit fcc11b3a27

View file

@ -134,7 +134,7 @@ final class ArcanistGitLandEngine
// authentication. See T10314.
$err = $api->execPassthru(
'fetch -- %s %s',
'fetch --quiet -- %s %s',
$this->getTargetRemote(),
$this->getTargetOnto());