The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/src/commit/?id=deb3c9dc54c72efcb19fd4c55449ba08f07cba2d
commit deb3c9dc54c72efcb19fd4c55449ba08f07cba2d Author: Joseph Mingrone <[email protected]> AuthorDate: 2026-02-05 17:16:30 +0000 Commit: Joseph Mingrone <[email protected]> CommitDate: 2026-02-07 03:33:46 +0000 development.7: Refer to new port name for git-arc The git-arc script was moved from devel/freebsd-git-devtools to devel/freebsd-git-arc. Reviewed by: ziaee Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D55128 --- share/man/man7/development.7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man7/development.7 b/share/man/man7/development.7 index 348302a50ee7..c64e9fa32d88 100644 --- a/share/man/man7/development.7 +++ b/share/man/man7/development.7 @@ -125,13 +125,13 @@ the continuous integration system is at: .Pp .Lk https://ci.FreeBSD.org .Sh FILES -.Bl -tag -compact -width "/usr/ports/devel/freebsd-git-devtools" +.Bl -tag -compact -width "/usr/src/tools/tools/git/git-arc.sh" .It Pa /usr/src/CONTRIBUTING.md .Fx contribution guidelines .It Pa /usr/src/tools/tools/git/git-arc.sh Phabricator review tooling -.It Pa /usr/ports/devel/freebsd-git-devtools +.It Pa /usr/ports/devel/freebsd-git-arc Phabricator review tooling as a port .El .Sh EXAMPLES
