mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 14:52:40 +01:00
Disable pull stat in arc land
Test Plan: $ git pull --no-stat Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4754
This commit is contained in:
parent
dff1342efc
commit
6d521f3b3f
1 changed files with 1 additions and 1 deletions
|
@ -385,7 +385,7 @@ EOTEXT
|
|||
$local_ahead_of_remote = false;
|
||||
if ($this->isGit) {
|
||||
try {
|
||||
$repository_api->execxLocal('pull --ff-only');
|
||||
$repository_api->execxLocal('pull --ff-only --no-stat');
|
||||
} catch (CommandException $ex) {
|
||||
if (!$this->isGitSvn) {
|
||||
throw $ex;
|
||||
|
|
Loading…
Reference in a new issue