Changeset View
Changeset View
Standalone View
Standalone View
src/differential/ArcanistDifferentialCommitMessage.php
| <?php | <?php | ||||
| /** | /** | ||||
| * Represents a parsed commit message. | * Represents a parsed commit message. | ||||
| * | |||||
| * @group differential | |||||
| */ | */ | ||||
| final class ArcanistDifferentialCommitMessage { | final class ArcanistDifferentialCommitMessage { | ||||
| private $rawCorpus; | private $rawCorpus; | ||||
| private $revisionID; | private $revisionID; | ||||
| private $fields = array(); | private $fields = array(); | ||||
| private $gitSVNBaseRevision; | private $gitSVNBaseRevision; | ||||
| ▲ Show 20 Lines • Show All 100 Lines • Show Last 20 Lines | |||||