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

Mark Phabricator as having remote hooks installed

Summary:
The name of this config option is super confusing since it really just means "do
not implicitly 'mark-committed' when running 'arc commit' or 'arc amend'" but
that's kind of a lot of text. Not sure what best to do about this.

If this looks ok, I'll also make this change to libphutil, diviner, arcanist and
javelin.

Test Plan:
will amend

Reviewed By: tuomaspelkonen
Reviewers: tuomaspelkonen, aran, jungejason
CC: aran, epriestley, tuomaspelkonen
Differential Revision: 245

+1
+1
.arcconfig
··· 4 4 "lint_engine" : "PhutilLintEngine", 5 5 "unit_engine" : "PhutilUnitTestEngine", 6 6 "copyright_holder" : "Facebook, Inc.", 7 + "remote_hooks_installed" : true, 7 8 "phutil_libraries" : { 8 9 "phabricator" : "src/" 9 10 }