Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15385706
D21045.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
527 B
Referenced Files
None
Subscribers
None
D21045.id.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 15, 11:12 PM (6 d, 15 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7450339
Default Alt Text
D21045.id.diff (527 B)
Attached To
Mode
D21045: Run ls-files from the root of the directory
Attached
Detach File
Event Timeline
Log In to Comment