@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.

Minor, restore a missing "break;" that I derped somehow.

+1
+1
src/applications/diffusion/controller/DiffusionController.php
··· 181 181 switch ($repository->getVersionControlSystem()) { 182 182 case PhabricatorRepositoryType::REPOSITORY_TYPE_GIT: 183 183 $result = $this->serveGitRequest($repository); 184 + break; 184 185 default: 185 186 $result = new PhabricatorVCSResponse( 186 187 999,