Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15399027
D21304.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D21304.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
@@ -189,22 +189,6 @@
'allow-untracked' => array(
'help' => pht('Skip checks for untracked files in the working copy.'),
),
- 'amend-all' => array(
- 'help' => pht(
- 'When linting git repositories, amend HEAD with all patches '.
- 'suggested by lint without prompting.'),
- 'passthru' => array(
- 'lint' => true,
- ),
- ),
- 'amend-autofixes' => array(
- 'help' => pht(
- 'When linting git repositories, amend HEAD with autofix '.
- 'patches suggested by lint without prompting.'),
- 'passthru' => array(
- 'lint' => true,
- ),
- ),
'add-all' => array(
'short' => 'a',
'help' => pht(
@@ -215,10 +199,6 @@
'help' => pht(
'Emit machine-readable JSON. EXPERIMENTAL! Probably does not work!'),
),
- 'no-amend' => array(
- 'help' => pht(
- 'Never amend commits in the working copy with lint patches.'),
- ),
'uncommitted' => array(
'help' => pht('Suppress warning about uncommitted changes.'),
'supports' => array(
@@ -1070,10 +1050,6 @@
return false;
}
- if ($this->getArgument('no-amend')) {
- return false;
- }
-
if ($this->getArgument('head') !== null) {
return false;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 18, 2:30 AM (3 w, 21 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7382888
Default Alt Text
D21304.diff (1 KB)
Attached To
Mode
D21304: Remove "--amend-all", "--no-amend", and "--amend-autofixes" from "arc diff"
Attached
Detach File
Event Timeline
Log In to Comment