Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F18985371
D21045.id50135.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
582 B
Referenced Files
None
Subscribers
None
D21045.id50135.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,10 @@
'uri' => $staging_uri,
);
- list($stdout) = execx('git ls-files -z -- %s', ':(attr:filter=lfs)');
+ list($stdout) = execx(
+ 'git ls-files -z %s -- %s',
+ '$(git rev-parse --show-toplevel)',
+ ':(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
Tue, Nov 18, 1:00 PM (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
12673880
Default Alt Text
D21045.id50135.diff (582 B)
Attached To
Mode
D21045: Run ls-files from the root of the directory
Attached
Detach File
Event Timeline
Log In to Comment