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:
parent
dff1342efc
commit
6d521f3b3f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue