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
···4848 * some metadata keys (like "name" and "author") in it. You should be prepared
4949 * to handle writes which specify no metadata, but might want to optionally
5050 * use some keys in this array for debugging or logging purposes. This is
5151- * the same dictionary passed to @{method:PhabricatorFile::NewFromFileData},
5151+ * the same dictionary passed to @{method:PhabricatorFile::newFromFileData},
5252 * so you could conceivably do custom things with it.
5353 *
5454 * If you are unable to write for whatever reason (e.g., the disk is full),
+20
src/docs/userguide/arcanist.diviner
···139139140140 source /path/to/arcanist/resources/shell/bash-completion
141141142142+== Configuration ==
143143+144144+Some Arcanist commands can be configured. This configuration is read from
145145+several sources:
146146+147147+ # A customization can force any setting with
148148+ @{method@arcanist:ArcanistWorkingCopyIdentity::setRuntimeConfig}.
149149+ # User can specify settings for working copy in `arc/config` file located in
150150+ VCS directory (e.g. `.git/arc/config`) in JSON format. This file can also be
151151+ modified by running `arc set-config --local`.
152152+ # Repository can specify its config in `.arcconfig` in JSON format.
153153+ # User can specify the settings in `~/.arcrc` (JSON) through the `config` key.
154154+ This file can be modified also by `arc set-config --global`.
155155+ # Machine can specify the settings with `/etc/arcconfig` (JSON). On Windows,
156156+ the file path is 'C:\ProgramData\Phabricator\Arcanist\config`.
157157+158158+The first place where the setting is defined wins.
159159+160160+Existing settings can be printed with `arc set-config --show`.
161161+142162== Next Steps ==
143163144164Continue by: