| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
| |
The correct syntax for git config --add does not want equality signs.
Approved by: doc (lwhsu), gerald (mentor)
Differential Revision: https://reviews.freebsd.org/D35017
|
|
|
|
|
| |
Patch by: swills@
Differential Revision: https://reviews.freebsd.org/D31105
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove Google Analytics from the Website and from the
Documentation Portal.
Also upgrade the FreeBSD's privacy policy page to reflect the
Google Analytics removal.
In the near future it will be replace with an open source alternative
Approved by: core@, webmaster@
|
|
|
|
|
|
|
|
| |
Based on Ports Management Team charted the correct
description of the Team is Ports Management Team
PR: 261916
Submitted by: Graham Perrin <grahamperrin (AT) gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
These files can be used by all languages, except
contrib-develinmemoriam.adoc.
- contrib-386bsd.adoc
- contrib-additional.adoc
- contrib-committers.adoc
- contrib-corealumni.adoc
- contrib-develalumni.adoc
- contrib-portmgralumni.adoc
Reviewed by: bcr, carlavilla
Differential Revision: https://reviews.freebsd.org/D32830
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Allow to build the documentation offline using Hugo
* Fix link problems
* Remove SVN entities
* Fix lang problems to help weblate
* Move all the AsciiDoctor translations to the shared folder to
help weblate
* Allow the possibility to build each document. For example each
document can be edited in and watched the result in real time in
VS Code or Vim/NeoVim.
Breaking changes:
Eliminate the possibility of building books or articles.
They must be builded at the same time.
This functionality will be restored when version 0.89.0 is in the
repositories in a couple of weeks.
Reviewed by: dbaio@
Differential Revision: https://reviews.freebsd.org/D31926
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Remove confusing word.
Sponsored by: Netflix
|
| |
|
|
|
|
| |
Sponsored by: Netflix
|
|
|
|
|
|
|
|
| |
Add a link that I've shared with several people who found it useful to
get a good mental model of git. It's written specifically for computer
scientists.
Sponsored by: Netflix
|
|
|
|
|
|
|
|
| |
Although the final commit in the old, legacy repo had excellent details
on migration, this article has a few details that might also be helpful
in migrating. Add it as an additional resource.
Sponsored by: Netflix
|
| |
|
|
|
|
|
|
|
|
|
| |
The developer centric bits of how to interact with the project belong in
the committer's guide, not in the handbook, so move it there.
Reviewed by: gjb,debdrup
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D30739
|
|
|
|
| |
Reviewed by: imp@
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is happening only on documentation/, basically in all places that
attaches a block or a paragraph to a list [1].
Although this is working, it impacts our translation tool po4a, the '+'
character is a difficult part when processing asciidoc[tor] files.
1 - https://docs.asciidoctor.org/asciidoc/latest/lists/continuation/#list-continuation
Reviewed by: carlavilla
Differential Revision: https://reviews.freebsd.org/D30688
|
|
|
|
|
|
|
|
|
|
|
| |
Clarify that only closing the pull request resuires a GitHub
account. All the other steps can proceed without one.
Also, include --push-option=confirm-author in the push because pull
requests will have a different author than the committer and this
instructs the src pre-commit hooks to allow the commit through.
Sponsored by: Netflix
|
|
|
|
|
|
| |
Reviewed by: ceri@, ygy@
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D30589
|
|
|
|
| |
PR: 256109
|
|
|
|
|
|
|
|
| |
In committers-guide, handbook and the new-account page in the website.
There were references to the old `svnadmin` branch.
Approved by: 0mp (mentor)
Differential Revision: https://reviews.freebsd.org/D29922
|
|
|
|
|
| |
build.
This fixes the PDF versions.
|
| |
|
|
|
|
| |
Approved by: blackend (mentor)
|
| |
|
|
|
|
|
| |
As we are talking about the tool and not an exact command to use, it
feels more helpfull to give a link to the man page.
|
| |
|
|
|
|
| |
Submitted by: gnn
|