Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14015894
D9142.id21711.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
609 B
Referenced Files
None
Subscribers
None
D9142.id21711.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
@@ -2292,9 +2292,11 @@
'arcanistProject' => $project_id,
);
- $repository_phid = $this->getRepositoryPHID();
- if ($repository_phid) {
- $data['repositoryPHID'] = $repository_phid;
+ if (!$this->isRawDiffSource()) {
+ $repository_phid = $this->getRepositoryPHID();
+ if ($repository_phid) {
+ $data['repositoryPHID'] = $repository_phid;
+ }
}
return $data;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 5, 2:19 AM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6714489
Default Alt Text
D9142.id21711.diff (609 B)
Attached To
Mode
D9142: Fix `arc diff --raw` when run outside a repository
Attached
Detach File
Event Timeline
Log In to Comment