@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Correctly spell 'committer'

Summary: It's a funny word. h/t @joshuaspence

Test Plan: Inspection of correct spelling.

Reviewers: epriestley, joshuaspence

Reviewed By: joshuaspence

Subscribers: Korvin, joshuaspence

Differential Revision: https://secure.phabricator.com/D19570

+1 -1
+1 -1
src/applications/repository/storage/PhabricatorRepositoryCommit.php
··· 206 206 return $this->assertAttached($this->authorIdentity); 207 207 } 208 208 209 - public function getCommiterIdentity() { 209 + public function getCommitterIdentity() { 210 210 return $this->assertAttached($this->committerIdentity); 211 211 } 212 212