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
···6161 // sha1s.
6262 $this->commit = trim($commit);
63636464+/*
6565+6666+ TODO: Unclear if this is actually a good idea or not; it breaks commit views
6767+ at the very least.
6868+6469 list($contains) = execx(
6570 '(cd %s && git branch --contains %s)',
6671 $local_path,
···7883 throw new Exception(
7984 "Commit does not exist on this branch!");
8085 }
8686+*/
8787+8188 }
8289 }
8390···8996 return $this->branch;
9097 }
9198 if ($this->repository) {
9292- return $this->repository->getDetail('default-branch', 'master');
9999+ return $this->repository->getDetail('default-branch', 'origin/master');
93100 }
94101 throw new Exception("Unable to determine branch!");
95102 }