diff --git a/src/workflow/amend/ArcanistAmendWorkflow.php b/src/workflow/amend/ArcanistAmendWorkflow.php index 177f5cd5..e722e137 100644 --- a/src/workflow/amend/ArcanistAmendWorkflow.php +++ b/src/workflow/amend/ArcanistAmendWorkflow.php @@ -109,6 +109,7 @@ EOTEXT 'differential.getcommitmessage', array( 'revision_id' => $revision_id, + 'edit' => false, )); if ($this->getArgument('show')) { diff --git a/src/workflow/commit/ArcanistCommitWorkflow.php b/src/workflow/commit/ArcanistCommitWorkflow.php index b5584bab..348d47ec 100644 --- a/src/workflow/commit/ArcanistCommitWorkflow.php +++ b/src/workflow/commit/ArcanistCommitWorkflow.php @@ -100,6 +100,7 @@ EOTEXT 'differential.getcommitmessage', array( 'revision_id' => $revision_id, + 'edit' => false, )); if ($this->getArgument('show')) {