Select the types of activity you want to include in your feed.
@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
···105105106106 $count = 0;
107107 $results = array();
108108- foreach (explode("\0", rtrim($stdout)) as $line) {
108108+ $lines = empty($stdout)
109109+ ? array()
110110+ : explode("\0", rtrim($stdout));
111111+112112+ foreach ($lines as $line) {
109113 // NOTE: Limit to 5 components so we parse filenames with spaces in them
110114 // correctly.
111115 // NOTE: The output uses a mixture of tabs and one-or-more spaces to