From 760be44702ba7748589de69f6e82c97a5d2eb5bc Mon Sep 17 00:00:00 2001 From: Gleb Smirnoff Date: Thu, 18 Nov 2021 18:47:44 -0800 Subject: [PATCH] git-arc: document "create" command options Differential revision: https://reviews.freebsd.org/D33045 --- tools/tools/git/git-arc.1 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tools/tools/git/git-arc.1 b/tools/tools/git/git-arc.1 index 21399aef8e0e..b59f3eea17ca 100644 --- a/tools/tools/git/git-arc.1 +++ b/tools/tools/git/git-arc.1 @@ -67,6 +67,18 @@ The available verbs are: .Bl -tag -width "create" .It Cm create Create new Differential Revisions from the specified commits. +Accepts options: +.Bl -tag -width subscriber +.It Fl l +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. +.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. +.El .It Cm list Print the associated Differential Revisions for the specified commits. .It Cm patch