Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102638474
D36705.id110960.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D36705.id110960.diff
View Options
diff --git a/tools/tools/git/git-arc.1 b/tools/tools/git/git-arc.1
--- a/tools/tools/git/git-arc.1
+++ b/tools/tools/git/git-arc.1
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd November 17, 2021
+.Dd September 25, 2022
.Dt GIT-ARC 1
.Os
.Sh NAME
@@ -48,7 +48,7 @@
.Op Ar commit Ns | Ns Ar commit-range
.Nm
.Cm update
-.Op Ar commit Ns | Ns Ar commit-range Oc
+.Op Ar commit Ns | Ns Ar commit-range
.Sh DESCRIPTION
The
.Nm
@@ -61,7 +61,7 @@
Differential Revisions, and the Differential Revision title must match
the summary line of the corresponding commit.
In particular, the commit summaries must be unique across all open
-Differential Revisions authored the submitter.
+Differential Revisions authored by the submitter.
.Pp
The first parameter must be a verb.
The available verbs are:
@@ -78,7 +78,7 @@
Argument(s) must be existing Phabricator user or group.
.It Fl r Ar subscriber
Add one or more subscribers, separated by commas, to revision(s) being created.
-Argument(s) must be existing Phabricator user or group.
+Each argument must be an existing Phabricator user or group.
.It Fl p Ar parent
Specify the parent of the first commit in the list.
This is useful when adding more commits on top of the already existing
@@ -87,7 +87,7 @@
.It Cm list
Print the associated Differential Revisions for the specified commits.
.It Cm patch
-Try to apply a patch from a Differential revision to the currently
+Try to apply a patch from a Differential Revision to the currently
checked out tree.
.It Cm stage
Prepare a series of commits to be pushed to the upstream
@@ -104,7 +104,7 @@
Synchronize the Differential Revisions associated with the
specified commits.
Currently only the diff is updated; the review description and other
-metadata is not synchronized.
+metadata are not synchronized.
.El
.Sh CONFIGURATION
These are manipulated by
@@ -141,14 +141,14 @@
.Sh EXAMPLES
The typical end-to-end usage looks something like this.
.Pp
-Commit changes with a message and create a Differential review:
+Commit changes with a message and create a Differential Review:
.Bd -literal -offset indent
$ git commit -m "kern: Rewrite in Rust"
$ git arc create HEAD
.Ed
.Pp
Make changes to the diff based on review feedback, then amend the
-changes to the existing commit and update the Differential review:
+changes to the existing commit and update the Differential Review:
.Bd -literal -offset indent
$ git commit --amend
$ git arc update HEAD
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 16, 4:31 AM (12 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14653220
Default Alt Text
D36705.id110960.diff (2 KB)
Attached To
Mode
D36705: Copyedit git-arc(1)
Attached
Detach File
Event Timeline
Log In to Comment