Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Oct 2024 15:15:07 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: c008b8f585b6 - main - git-arc: minor manpage edits
Message-ID:  <202410111515.49BFF70L020492@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=c008b8f585b62bb93271500f3307383731661d6e

commit c008b8f585b62bb93271500f3307383731661d6e
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2024-10-11 14:52:14 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-10-11 15:14:43 +0000

    git-arc: minor manpage edits
    
    Explicitly mention that it requires the arcanist port or package, and
    edit some grammar and markup.
    
    Reviewed by:    markj
    Sponsored by:   The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D47060
---
 tools/tools/git/git-arc.1 | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/tools/tools/git/git-arc.1 b/tools/tools/git/git-arc.1
index 10662899f5fc..587b304dd794 100644
--- a/tools/tools/git/git-arc.1
+++ b/tools/tools/git/git-arc.1
@@ -59,8 +59,11 @@ The
 utility creates and manages
 .Fx
 Phabricator reviews based on git commits.
+It requires the
+.Pa devel/arcanist
+port or package.
 .Pp
-Git
+.Nm
 assumes a one-to-one relationship between git commits and
 Differential Revisions, and the Differential Revision title must match
 the summary line of the corresponding commit.
@@ -79,13 +82,13 @@ Before processing commit(s) display list of commits to be processed
 and wait for confirmation.
 .It Fl r Ar reviewer
 Add one or more reviewers, 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 s Ar subscriber
 Add one or more subscribers, separated by commas, to revision(s) being created.
 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
+This is useful when adding more commits on top of an already existing
 stack in Phabricator.
 .El
 .It Cm list



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410111515.49BFF70L020492>