mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 14:52:40 +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.
|
||||
|
||||
$err = $api->execPassthru(
|
||||
'fetch -- %s %s',
|
||||
'fetch --quiet -- %s %s',
|
||||
$this->getTargetRemote(),
|
||||
$this->getTargetOnto());
|
||||
|
||||
|
|
Loading…
Reference in a new issue