Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15411328
D14946.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
406 B
Referenced Files
None
Subscribers
None
D14946.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
@@ -2418,6 +2418,10 @@
}
private function getDiffOntoTargets() {
+ if ($this->isRawDiffSource()) {
+ return null;
+ }
+
$api = $this->getRepositoryAPI();
if (!($api instanceof ArcanistGitAPI)) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 20, 9:00 AM (1 d, 10 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7625103
Default Alt Text
D14946.diff (406 B)
Attached To
Mode
D14946: Fix `arc diff --raw` with "onto" target properties
Attached
Detach File
Event Timeline
Log In to Comment