Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15334171
D13005.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D13005.diff
View Options
diff --git a/src/docs/user/userguide/arcanist_new_project.diviner b/src/docs/user/userguide/arcanist_new_project.diviner
--- a/src/docs/user/userguide/arcanist_new_project.diviner
+++ b/src/docs/user/userguide/arcanist_new_project.diviner
@@ -49,10 +49,6 @@
See below for details about path resolution, or see
@{article:libphutil Libraries User Guide} for a general introduction to
libphutil libraries.
- - **project.name**: name an "Arcanist Project" to associate this working
- copy (Git, Mercurial) or directory (SVN) with. Previously, this was a
- required option, but `arc` can now usually operate without it in Git and
- Mercurial. This option was previously called `project_id`.
- **https.cabundle**: specifies the path to an alternate certificate bundle
for use when making HTTPS connections.
- **lint.engine**: the name of a subclass of
diff --git a/src/docs/user/userguide/arcanist_quick_start.diviner b/src/docs/user/userguide/arcanist_quick_start.diviner
--- a/src/docs/user/userguide/arcanist_quick_start.diviner
+++ b/src/docs/user/userguide/arcanist_quick_start.diviner
@@ -44,12 +44,9 @@
yourproject/ $ $EDITOR .arcconfig
yourproject/ $ cat .arcconfig
{
- "project.name" : "yourprojectname",
"phabricator.uri" : "https://phabricator.example.com/"
}
-Set `project.name` to a string that identifies the project.
-
Set `phabricator.uri` to the URI for your Phabricator install (where `arc`
should send changes to).
diff --git a/src/docs/user/userguide/libraries.diviner b/src/docs/user/userguide/libraries.diviner
--- a/src/docs/user/userguide/libraries.diviner
+++ b/src/docs/user/userguide/libraries.diviner
@@ -83,8 +83,7 @@
`libcustom/.arcconfig`:
{
- "project.name" : "libcustom",
- "load" : [
+ "load": [
"phabricator/src/"
]
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mar 9 2025, 7:19 AM (6 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7387321
Default Alt Text
D13005.diff (1 KB)
Attached To
Mode
D13005: Remove arcanist projects from documentation
Attached
Detach File
Event Timeline
Log In to Comment