From 37dfa4eeea6de2ae698ca8bb0023835c9f28f7b9 Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Thu, 22 Apr 2021 11:42:56 +0200 Subject: [PATCH] git hooks: Adjust hooks for the ports tree - Capitalize the topic line: this way the example is consistent with the desired style. - Update the description of MFH. - Point the Pull Request field to the ports repo on GitHub. Reviewed by: mat, bapt Differential Revision: https://reviews.freebsd.org/D29861 --- .hooks/prepare-commit-msg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.hooks/prepare-commit-msg b/.hooks/prepare-commit-msg index d2d1536cfcca..e4e94960988e 100755 --- a/.hooks/prepare-commit-msg +++ b/.hooks/prepare-commit-msg @@ -40,7 +40,7 @@ outfile=$(mktemp /tmp/freebsd-git-commit.XXXXXXXX) cat >"$outfile" < # 72 columns --| # @@ -53,11 +53,11 @@ $(awk '1;/^#$/{exit}' "$1") # Approved by: # Obtained from: # Fixes: -# MFH: +# MFH: # Relnotes: # Security: # Sponsored by: -# Pull Request: /pull/###> +# Pull Request: # Differential Revision: # # "Pull Request" and "Differential Revision" require the *full* GitHub or