mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-11 09:22:40 +01:00
2fc43598b5
Summary: Fixes T1476. The body of the email should be just the output of some diff command. Test Plan: git diff master > text.txt; ./bin/mail receive-test --to <configured-diff-create-address> < text.txt; a diff was successfully created...! email generated had a working link to the diff. ./bin/mail receive-test --to <configured-diff-create-address> < README.md; a diff was not created as expected...! email generated had a sensical error message, telling me that the mail body should have been generated via a diff command Reviewers: epriestley Reviewed By: epriestley Subscribers: johnny-bit, Korvin, epriestley Maniphest Tasks: T1476 Differential Revision: https://secure.phabricator.com/D11574 |
||
---|---|---|
.. | ||
DifferentialCloseConduitAPIMethod.php | ||
DifferentialConduitAPIMethod.php | ||
DifferentialCreateCommentConduitAPIMethod.php | ||
DifferentialCreateDiffConduitAPIMethod.php | ||
DifferentialCreateInlineConduitAPIMethod.php | ||
DifferentialCreateRawDiffConduitAPIMethod.php | ||
DifferentialCreateRevisionConduitAPIMethod.php | ||
DifferentialFindConduitAPIMethod.php | ||
DifferentialFinishPostponedLintersConduitAPIMethod.php | ||
DifferentialGetAllDiffsConduitAPIMethod.php | ||
DifferentialGetCommitMessageConduitAPIMethod.php | ||
DifferentialGetCommitPathsConduitAPIMethod.php | ||
DifferentialGetDiffConduitAPIMethod.php | ||
DifferentialGetRawDiffConduitAPIMethod.php | ||
DifferentialGetRevisionCommentsConduitAPIMethod.php | ||
DifferentialGetRevisionConduitAPIMethod.php | ||
DifferentialParseCommitMessageConduitAPIMethod.php | ||
DifferentialQueryConduitAPIMethod.php | ||
DifferentialQueryDiffsConduitAPIMethod.php | ||
DifferentialSetDiffPropertyConduitAPIMethod.php | ||
DifferentialUpdateRevisionConduitAPIMethod.php | ||
DifferentialUpdateUnitResultsConduitAPIMethod.php |