Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15425189
D8658.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
568 B
Referenced Files
None
Subscribers
None
D8658.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
@@ -745,6 +745,8 @@
if ($this->commitMessageFromRevision == $remote_corpus) {
$new_message = $message;
} else {
+ $remote_corpus = ArcanistCommentRemover::removeComments(
+ $remote_corpus);
$new_message = ArcanistDifferentialCommitMessage::newFromRawCorpus(
$remote_corpus);
$new_message->pullDataFromConduit($conduit);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 24, 3:05 AM (19 h, 18 m ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7319798
Default Alt Text
D8658.diff (568 B)
Attached To
Mode
D8658: Strip comments during `arc diff --verbatim` workflow before submitting to Phabricator
Attached
Detach File
Event Timeline
Log In to Comment