@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, fix issue with defaults: wildcard and repeat default to array and may not have a different default.

-2
-2
src/applications/repository/daemon/PhabricatorRepositoryPullLocalDaemon.php
··· 67 67 array( 68 68 'name' => 'not', 69 69 'param' => 'repository', 70 - 'default' => array(), 71 70 'repeat' => true, 72 71 'help' => 'Do not pull __repository__.', 73 72 ), 74 73 array( 75 74 'name' => 'repositories', 76 - 'default' => array(), 77 75 'wildcard' => true, 78 76 'help' => 'Pull specific __repositories__ instead of all.', 79 77 ),