git: c2c6f08c8b47 - main - development.7/FILES: add CONTRIBUTING + git-arc.sh
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Jul 2024 14:58:39 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=c2c6f08c8b47cfda79529e0a1016b8f7803c0ec8
commit c2c6f08c8b47cfda79529e0a1016b8f7803c0ec8
Author: Alexander Ziaee <concussious@runbox.com>
AuthorDate: 2024-06-18 11:02:42 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-07-07 14:58:37 +0000
development.7/FILES: add CONTRIBUTING + git-arc.sh
MFC after: 3 days
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1300
---
share/man/man7/development.7 | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/share/man/man7/development.7 b/share/man/man7/development.7
index 9af9bfb66fa8..eb5a57a464fc 100644
--- a/share/man/man7/development.7
+++ b/share/man/man7/development.7
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd November 1, 2022
+.Dd July 7, 2024
.Dt DEVELOPMENT 7
.Os
.Sh NAME
@@ -119,6 +119,14 @@ build and test status of CURRENT and STABLE branches,
the continuous integration system is at:
.Pp
.Lk https://ci.FreeBSD.org
+.Sh FILES
+.Bl -compact -tag -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
+.El
.Sh EXAMPLES
Check out the CURRENT branch, build it, and install, overwriting the current
system: