diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2021-06-09 10:47:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-06-09 10:47:55 +0000 |
commit | 5e7bdbf4c15ac7cccd7d6352db03efc7f7412336 (patch) | |
tree | 27afcf4639666515e088bc4ab6be26d3d6461fe7 /CHANGES | |
parent | d76d0ac67beb55f8b9dfcfda29d8e1d64fb33669 (diff) |
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 @@ -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 |