mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-26 20:12:44 +00:00
git-arc: Document how a reviewer group can be referenced
Some checks are pending
Cross-build Kernel / ${{ matrix.target_arch }} ${{ matrix.os }} (${{ matrix.compiler }}) (clang-14, /usr/lib/llvm-14/bin, ubuntu-22.04, bmake libarchive-dev clang-14 lld-14, amd64, amd64) (push) Waiting to run
Cross-build Kernel / ${{ matrix.target_arch }} ${{ matrix.os }} (${{ matrix.compiler }}) (clang-14, /usr/lib/llvm-14/bin, ubuntu-22.04, bmake libarchive-dev clang-14 lld-14, arm64, aarch64) (push) Waiting to run
Cross-build Kernel / ${{ matrix.target_arch }} ${{ matrix.os }} (${{ matrix.compiler }}) (clang-18, /opt/homebrew/opt/llvm@18/bin, macos-latest, bmake libarchive llvm@18, amd64, amd64) (push) Waiting to run
Cross-build Kernel / ${{ matrix.target_arch }} ${{ matrix.os }} (${{ matrix.compiler }}) (clang-18, /opt/homebrew/opt/llvm@18/bin, macos-latest, bmake libarchive llvm@18, arm64, aarch64) (push) Waiting to run
Cross-build Kernel / ${{ matrix.target_arch }} ${{ matrix.os }} (${{ matrix.compiler }}) (clang-18, /usr/lib/llvm-18/bin, ubuntu-24.04, bmake libarchive-dev clang-18 lld-18, amd64, amd64) (push) Waiting to run
Cross-build Kernel / ${{ matrix.target_arch }} ${{ matrix.os }} (${{ matrix.compiler }}) (clang-18, /usr/lib/llvm-18/bin, ubuntu-24.04, bmake libarchive-dev clang-18 lld-18, arm64, aarch64) (push) Waiting to run
Some checks are pending
Cross-build Kernel / ${{ matrix.target_arch }} ${{ matrix.os }} (${{ matrix.compiler }}) (clang-14, /usr/lib/llvm-14/bin, ubuntu-22.04, bmake libarchive-dev clang-14 lld-14, amd64, amd64) (push) Waiting to run
Cross-build Kernel / ${{ matrix.target_arch }} ${{ matrix.os }} (${{ matrix.compiler }}) (clang-14, /usr/lib/llvm-14/bin, ubuntu-22.04, bmake libarchive-dev clang-14 lld-14, arm64, aarch64) (push) Waiting to run
Cross-build Kernel / ${{ matrix.target_arch }} ${{ matrix.os }} (${{ matrix.compiler }}) (clang-18, /opt/homebrew/opt/llvm@18/bin, macos-latest, bmake libarchive llvm@18, amd64, amd64) (push) Waiting to run
Cross-build Kernel / ${{ matrix.target_arch }} ${{ matrix.os }} (${{ matrix.compiler }}) (clang-18, /opt/homebrew/opt/llvm@18/bin, macos-latest, bmake libarchive llvm@18, arm64, aarch64) (push) Waiting to run
Cross-build Kernel / ${{ matrix.target_arch }} ${{ matrix.os }} (${{ matrix.compiler }}) (clang-18, /usr/lib/llvm-18/bin, ubuntu-24.04, bmake libarchive-dev clang-18 lld-18, amd64, amd64) (push) Waiting to run
Cross-build Kernel / ${{ matrix.target_arch }} ${{ matrix.os }} (${{ matrix.compiler }}) (clang-18, /usr/lib/llvm-18/bin, ubuntu-24.04, bmake libarchive-dev clang-18 lld-18, arm64, aarch64) (push) Waiting to run
Reviewed by: concussious.bugzilla_runbox.com, markj Approved by: markj (mentor) Differential Revision: https://reviews.freebsd.org/D47669
This commit is contained in:
parent
e8263ace39
commit
976ab1425d
@ -185,13 +185,16 @@ $ git push freebsd HEAD:main
|
||||
Create a Phabricator review using the contents of the most recent
|
||||
commit in your git checkout:
|
||||
.Bd -literal -offset indent
|
||||
$ git arc create -r markj HEAD
|
||||
$ git arc create -r markj,#jails HEAD
|
||||
.Ed
|
||||
.Pp
|
||||
The commit title is used as the review title, the commit log
|
||||
message is used as the review description, and
|
||||
.Aq Mt markj@FreeBSD.org
|
||||
is added as a reviewer.
|
||||
Also, the
|
||||
.Dq Jails
|
||||
reviewer group is added using its hashtag.
|
||||
.Pp
|
||||
Create a series of Phabricator reviews for each of HEAD~2, HEAD~ and
|
||||
HEAD:
|
||||
|
@ -120,9 +120,9 @@ Examples:
|
||||
Create a Phabricator review using the contents of the most recent commit in
|
||||
your git checkout. The commit title is used as the review title, the commit
|
||||
log message is used as the review description, markj@FreeBSD.org is added as
|
||||
a reviewer.
|
||||
a reviewer. Also, the "Jails" reviewer group is added using its hashtag.
|
||||
|
||||
$ git arc create -r markj HEAD
|
||||
$ git arc create -r markj,#jails HEAD
|
||||
|
||||
Create a series of Phabricator reviews for each of HEAD~2, HEAD~ and HEAD.
|
||||
Pairs of consecutive commits are linked into a patch stack. Note that the
|
||||
|
Loading…
Reference in New Issue
Block a user