Minor, actually update commit author field when it is parsed by the worker.
This commit is contained in:
@@ -47,6 +47,12 @@ abstract class PhabricatorRepositoryCommitMessageParserWorker
|
|||||||
$parser_obj->parseCommitDetails();
|
$parser_obj->parseCommitDetails();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$author_phid = $data->getCommitDetail('authorPHID');
|
||||||
|
if ($author_phid) {
|
||||||
|
$commit->setAuthorPHID($author_phid);
|
||||||
|
$commit->save();
|
||||||
|
}
|
||||||
|
|
||||||
$data->save();
|
$data->save();
|
||||||
|
|
||||||
$conn_w = id(new DifferentialRevision())->establishConnection('w');
|
$conn_w = id(new DifferentialRevision())->establishConnection('w');
|
||||||
|
|||||||
Reference in New Issue
Block a user