Go to file
Li-Wen Hsu 4426b60c97
Add the prepare-commit-msg hook to the repository
This is a merged and modified version from src and ports repositories.

The easiest way to install is run the following command in the repository:

    git config --add core.hooksPath .hooks

or copy it to the hooks directory, but it will not get automatically updated:

    cp .hooks/prepare-commit-msg .git/hooks/

Approved by:	carlavilla (doceng)
Differential Revision:	https://reviews.freebsd.org/D36203
2022-08-16 21:33:25 +08:00
.hooks Add the prepare-commit-msg hook to the repository 2022-08-16 21:33:25 +08:00
documentation Porter Handbook: Update documentation on porting Haskell programs. 2022-08-15 10:16:10 +03:00
shared Update Ronald Klop's email address in contributors 2022-08-08 12:44:18 +02:00
tools tools/translate: Enable tablecells on po4a/Asciidoc 2022-02-01 10:27:22 -03:00
website ja/website: Update download page 2022-08-15 21:46:47 +09:00
.arcconfig Migrate doc to Hugo/AsciiDoctor 2021-01-26 00:31:29 +01:00
.cirrus.yml Cirrus CI: Use FreeBSD 13.1 image 2022-07-17 17:18:01 -03:00
COPYRIGHT Bump repo copyright/license year to 2022 2022-01-01 15:37:00 -03:00
Makefile build: add a top-level Makefile to drive the build 2021-01-28 21:15:10 -06:00
README Add back README file 2021-01-26 22:03:56 +08:00

README

If you plan on building a local copy of the FreeBSD documentation, or using
our toolchain in your own projects, please read the Documentation Primer at:

    https://docs.freebsd.org/en/books/fdp-primer/

for information about the tools and formatting languages we use.
Chapter 1 has a Quick Start section, and Chapter 2 covers the software
and related items in more detail.