Page MenuHomePhabricator

D21045.id.diff
No OneTemporary

D21045.id.diff

diff --git a/src/workflow/ArcanistDiffWorkflow.php b/src/workflow/ArcanistDiffWorkflow.php
--- a/src/workflow/ArcanistDiffWorkflow.php
+++ b/src/workflow/ArcanistDiffWorkflow.php
@@ -2900,7 +2900,7 @@
'uri' => $staging_uri,
);
- list($stdout) = execx('git ls-files -z -- %s', ':(attr:filter=lfs)');
+ list($stdout) = $api->execxLocal('ls-files -z -- %s', ':(attr:filter=lfs)');
$is_lfs = strpos($stdout, "\0") !== false;
// If the base commit is a real commit, we're going to push it. We don't

File Metadata

Mime Type
text/plain
Expires
Sat, Mar 15, 9:19 AM (1 w, 7 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7450339
Default Alt Text
D21045.id.diff (527 B)

Event Timeline