1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-22 23:02:41 +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:
vrana 2013-01-30 17:57:06 -08:00
parent dff1342efc
commit 6d521f3b3f

View file

@ -385,7 +385,7 @@ EOTEXT
$local_ahead_of_remote = false; $local_ahead_of_remote = false;
if ($this->isGit) { if ($this->isGit) {
try { try {
$repository_api->execxLocal('pull --ff-only'); $repository_api->execxLocal('pull --ff-only --no-stat');
} catch (CommandException $ex) { } catch (CommandException $ex) {
if (!$this->isGitSvn) { if (!$this->isGitSvn) {
throw $ex; throw $ex;