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

Improved example setting for differential.generated-paths

Summary: This is to make it more obvious how to ignore a folder that may be at the root, and it resolves https://secure.phabricator.com/T8894

Test Plan: Just a documentation change

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: Korvin, nornagon

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

authored by

Ray Lillywhite and committed by
epriestley
1ac919c2 52040bc9

+1 -1
+1 -1
src/applications/differential/config/PhabricatorDifferentialConfigOptions.php
··· 133 133 'to affect existing revisions. For instructions, see '. 134 134 '**[[ %s | Managing Caches ]]** in the documentation.', 135 135 $caches_href)) 136 - ->addExample("/config\.h$/\n#/autobuilt/#", pht('Valid Setting')), 136 + ->addExample("/config\.h$/\n#(^|/)autobuilt/#", pht('Valid Setting')), 137 137 $this->newOption('differential.sticky-accept', 'bool', true) 138 138 ->setBoolOptions( 139 139 array(