Skip to content

Commit

Permalink
CHANGES: Document the prepare-commit-msg hook.
Browse files Browse the repository at this point in the history
(Side note, this commit message was created with it, and the "CHANGES:"
 was already available.)
  • Loading branch information
mat813 committed Jun 9, 2021
1 parent d76d0ac commit 5e7bdbf
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ in the release notes and/or placed into UPDATING.

All ports committers are allowed to commit to this file.

20210604:
AUTHOR: mat@FreeBSD.org

The prepare-commit-msg hook was enhanced to auto-fill the first line of the
commit with the category/port in case only one port was committed to.

20210525:
AUTHOR: amdmi3@FreeBSD.org

Expand All @@ -18,6 +24,16 @@ AUTHOR: amdmi3@FreeBSD.org
PYTHON_REL against 30710 and ports checking for python 3.10.0 should compare
PYTHON_REL against 31000.

20210420:
AUTHOR: mat@FreeBSD.org

A prepare-commit-msg hook was added to the repository. This hooks prepares
the commit message template for specific ports tree usage.

To make use of it, the easiest way is to run:

git config --add core.hooksPath .hooks

20201120:
AUTHOR: gnome@FreeBSD.org

Expand Down

0 comments on commit 5e7bdbf

Please sign in to comment.