From f3fec471a3303e372943b610d38b59905c385a11 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Thu, 17 Dec 2020 20:31:45 +0000 Subject: [PATCH] Describe the commit message template our git hook script produces Reported by: rpokala --- tools/tools/git/hooks/prepare-commit-msg | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/tools/tools/git/hooks/prepare-commit-msg b/tools/tools/git/hooks/prepare-commit-msg index 2da681db559..9e623371447 100755 --- a/tools/tools/git/hooks/prepare-commit-msg +++ b/tools/tools/git/hooks/prepare-commit-msg @@ -16,8 +16,17 @@ merge) esac outfile=$(mktemp /tmp/freebsd-git-commit.XXXXXXXX) -cat >$outfile <$outfile <