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
···2323 // Check if this is the root commit by seeing if it has parents, since
2424 // `git diff X^ X` does not work if "X" is the initial commit.
2525 list($parents) = $repository->execxLocalCommand(
2626- 'log -n 1 %s --',
2626+ 'log -n 1 %s %s --',
2727 '--format=%P',
2828 gitsprintf('%s', $commit));
2929