diff --git a/src/applications/people/controller/PhabricatorPeopleProfileCommitsController.php b/src/applications/people/controller/PhabricatorPeopleProfileCommitsController.php --- a/src/applications/people/controller/PhabricatorPeopleProfileCommitsController.php +++ b/src/applications/people/controller/PhabricatorPeopleProfileCommitsController.php @@ -59,6 +59,7 @@ $commits = id(new DiffusionCommitQuery()) ->setViewer($viewer) + ->withAuthorPHIDs(array($user->getPHID())) ->needAuditRequests(true) ->needCommitData(true) ->needDrafts(true)