commit) { return $this->commit; } if (!$this->loadedCommit) { $this->loadedCommit = id(new PhabricatorRepositoryCommit())->loadOneWhere( 'repositoryID = %d ORDER BY epoch DESC LIMIT 1', $this->getRepository()->getID())->getCommitIdentifier(); } return $this->loadedCommit; } }