Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15463435
D14754.id35679.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
D14754.id35679.diff
View Options
diff --git a/src/workflow/ArcanistLandWorkflow.php b/src/workflow/ArcanistLandWorkflow.php
--- a/src/workflow/ArcanistLandWorkflow.php
+++ b/src/workflow/ArcanistLandWorkflow.php
@@ -87,19 +87,23 @@
With **--preview**, execution stops here, before the change is
merged.
- The change is merged into the target branch, following these rules:
+ The change is merged with the changes in the target branch,
+ following these rules:
- In mutable repositories or with **--squash**, this will perform a
- squash merge (the entire branch will be represented as one commit on
- the target branch).
+ In repositories with mutable history or with **--squash**, this will
+ perform a squash merge (the entire branch will be represented as one
+ commit after the merge).
- In immutable repositories or with **--merge**, this will perform a
- strict merge (a merge commit will always be created, and local
- commits will be preserved).
+ In repositories with immutable history or with **--merge**, this will
+ perform a strict merge (a merge commit will always be created, and
+ local commits will be preserved).
The resulting commit will be given an up-to-date commit message
describing the final state of the revision in Differential.
+ In Git, the merge occurs in a detached HEAD. The local branch
+ reference (if one exists) is not updated yet.
+
With **--hold**, execution stops here, before the change is pushed.
The change is pushed into the remote.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 2, 11:29 PM (4 d, 9 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7265202
Default Alt Text
D14754.id35679.diff (1 KB)
Attached To
Mode
D14754: Clarify that "arc land" means it is merging changes, not branch refences
Attached
Detach File
Event Timeline
Log In to Comment