| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
| |
|
|
|
|
| |
Following mailing lists migration from Mailman to Mlmmj.
|
|
|
|
|
|
|
| |
Following mailing lists migration from Mailman to Mlmmj.
Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D32466
|
|
|
|
|
|
|
|
| |
Due to how we do merge commits from the vendor branches, we don't want
git bisect selecting those revisions as a bisection point. Recommend
using 'git bisect start --first-parent' as a workaround.
Sponsored by: Netflix
|
|
|
|
| |
Add a space between the -m flag and its arguments.
|
|
|
|
|
|
|
| |
The process of merging ports commits from the main branch into a
quarterly branch is called MFH (Merge From Head) for historical reasons.
Mention MFH explicitly in the section describing the procedure so that
it's easier to find it.
|
|
|
|
| |
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
|
|
|
| |
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
The bear utility does not have a -a flag, but rather --append.
Reviewed by: debdrup, ygy, khng
Approved by: debdrup (docs)
Differential Revision: https://reviews.freebsd.org/D32213
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In the gpg2(1) man page 'use-agent' option is explained as following.
----------------------------------------------------------------------
--use-agent
--no-use-agent
This is dummy option. gpg2 always requires the agent.
----------------------------------------------------------------------
It means adding 'use-agent' to gpg.conf is no-op. So remove it from
minimum acceptable defaults of gpg.conf.
Approved by: ygy (doc, mentor)
|
|
|
|
|
|
|
|
| |
It corresponds to the 2nd step of the procedure described in section
7.1 of Committer's Guide.
Approved by: ygy (mentor)
Differential Revision: https://reviews.freebsd.org/D32133
|
|
|
|
|
|
| |
Missed entry in time; dates came from:
https://cgit.freebsd.org/doc/commit/?id=e8a9a5be4956739f3fd1f8d50a4b6bf5aeba5428
https://cgit.freebsd.org/doc/commit/?h=internal/admin&id=a50eb5c4872a34252c9cf9d2a95ad79e86b5ab70
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Our use of "Tier 4" to represent unsupported architectures has caused
confusion, especially when we did not explain what the tiers mean on
in the platform list itself. Just use "Unsupported" to describe the
architectures that are unsupported by a given release.
Reviewed by: imp (earlier), ygy
Approved by: ygy (mentor)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D32030
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Input from: Jose Luis Duran <jlduran@gmail.com>,
Pau Amma <pauamma@gundo.com>, bapt
Approved by: ygy (mentor)
Differential Revision: https://reviews.freebsd.org/D31202
|
|
|
|
| |
Fixes: 23d7fdd97095f97f51ac6a8844fd2cd3ec6dbacc
|
| |
|
| |
|
|
|
|
| |
PR: 257692
|
| |
|
|
|
|
|
|
|
|
| |
Section 7.1 in Committer's Guide
Reviewed by: tcberner
Approved by: tcberner (mentor)
Differential Revision: <https://reviews.freebsd.org/D31480>
|
| |
|
|
|
|
|
| |
Suggested by: lwhsu
Approved by: doceng
|
|
|
|
|
|
|
|
|
| |
Differential Revision must be the last line of the commit message.
List it last in the table as well to help make this clear.
Reviewed by: imp, ygy
Approved by: ygy
Differential Revision: https://reviews.freebsd.org/D31309
|
| |
|
|
|
|
| |
Approved by: ygy
|
| |
|
| |
|
| |
|
|
|
|
| |
Pointy hat: me
|
| |
|
|
|
|
|
| |
Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D30969
|
|
|
|
| |
The former URL is not available anymore.
|
|
|
|
|
|
|
|
|
| |
A number of committers have started using "Pull Request:" to document
when a change was submitted by a pull request to give context discussed
there should it be necessary in the future. I documented it previously
in the `Landing a github pull request` section by implication as well.
Sponsored by: Netflix
|
| |
|
|
|
|
|
|
|
|
|
| |
This guide introduces the use of a Language Server for developement in
the FreeBSD src tree.
Sponsored by: The FreeBSD Foundation
Approved by: ygy (doc)
Differential Revision: https://reviews.freebsd.org/D30735
|
| |
|
|
|
|
|
| |
Noticed by: Pau Amma
Sponsored by: Netflix
|
|
|
|
|
|
|
|
|
|
| |
git arc stage lands commits on main. Some people think it's more natural
to put changes on main and push that. Document how to do that as an
alternative to the somewhat safer way of rebasing a branch and pushing
that branch otno main. Also add tags to these sections so we (I?) can
reference them easily when people ask.
Sponsored by: Netflix
|
|
|
|
|
|
|
| |
This reverts commit 3462d12db6ebf303064db168a2333374344f369a.
Too soon, it broke asciidoctor-pdf which doesn't know Hugo's shortcode.
It will take more time and care.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a prerequisite for the translation workflow through .po files
and Weblate.
The asciidoctor include with the shortcode variable will help because
won't be needed to change the includes manually after converting the
translation (.po file) back to .adoc.
It will help other areas like, language attributes, which today is fixed
in every document.
The use of shortcode was suggested by jmooring@ from Hugo's project on
Github.
Reviewed by: carlavilla
Differential Revision: https://reviews.freebsd.org/D30823
|
|
|
|
|
|
|
|
|
| |
Pull requests should be treated with extreme caution and be carefully
reviewed. Add this advice.
Reviewed by: allanjude,bcr
Sponsored by: Netflix
Differential Revsion: https://reviews.freebsd.org/D30794
|
|
|
|
|
|
|
|
|
| |
Github generates names like
github-user <38923459+github-user@users.noreply.github.com>
for it's web-created content. Add a note for people doing pull requests
to check for this construct and to request a real name.
Sponsored by: Netflix
|
|
|
|
|
|
|
|
| |
section.
So I can start dropping it into chats when people ask :)
Sponsored by: Netflix
|