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

check commit before calling its method

Summary: it's calling pull daemon's failure. This is actually Nick's fix.

Test Plan: Nick already manually ran it on daemon machine.

Reviewers: vrana, nh

Reviewed By: vrana

CC: aran, epriestley

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

Jason Ge 06c976b7 9444bfa8

+4
+4
src/applications/repository/daemon/PhabricatorRepositoryPullLocalDaemon.php
··· 264 264 $repository->getID(), 265 265 $target); 266 266 267 + if (!$commit) { 268 + return false; 269 + } 270 + 267 271 $data = $commit->loadCommitData(); 268 272 if (!$data) { 269 273 return false;