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
···140140141141 if (empty($repo_path)) {
142142 $err = true;
143143- $msg =
143143+ $message =
144144 "Expected to find a git repository at '{$path}', but ".
145145 "there was no result from `git rev-parse --show-toplevel`. ".
146146 "Something is misconfigured or broken. The git repository ".
147147 "may be inside a '.git/' directory.";
148148 } else if (!Filesystem::pathsAreEquivalent($repo_path, $path)) {
149149 $err = true;
150150- $msg =
150150+ $message =
151151 "Expected to find repo at '{$path}', but the actual ".
152152 "git repository root for this directory is '{$repo_path}'. ".
153153 "Something is misconfigured. The repository's 'Local Path' should ".