Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F18091826
D15468.id37280.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
453 B
Referenced Files
None
Subscribers
None
D15468.id37280.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
@@ -2522,6 +2522,10 @@
}
private function checkRevisionOwnership(array $revision) {
+ if ($this->getConfigFromAnySource('diff.amend-without-commandeer')) {
+ return;
+ }
+
if ($revision['authorPHID'] == $this->getUserPHID()) {
return;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Aug 8 2025, 1:12 AM (8 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
9051411
Default Alt Text
D15468.id37280.diff (453 B)
Attached To
Mode
D15468: Allow amending revisions without commandeering first
Attached
Detach File
Event Timeline
Log In to Comment