mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 17:51:07 -04:00
git-arc: document "create" command options
Differential revision: https://reviews.freebsd.org/D33045
This commit is contained in:
parent
ae2268efd5
commit
760be44702
1 changed files with 12 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue