Date: Thu, 22 Apr 2021 09:52:19 GMT From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5b7c17856512 - main - git hooks: Rework authorship instructions. Message-ID: <202104220952.13M9qJNE092982@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=5b7c17856512900d2a13be547869b734a527a57b commit 5b7c17856512900d2a13be547869b734a527a57b Author: Mathieu Arnold <mat@FreeBSD.org> AuthorDate: 2021-04-22 09:47:14 +0000 Commit: Mathieu Arnold <mat@FreeBSD.org> CommitDate: 2021-04-22 09:50:30 +0000 git hooks: Rework authorship instructions. While there, move them upwards so they are not hidden at the far end of the template. --- .hooks/prepare-commit-msg | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.hooks/prepare-commit-msg b/.hooks/prepare-commit-msg index e4e94960988e..12f26c74d0b6 100755 --- a/.hooks/prepare-commit-msg +++ b/.hooks/prepare-commit-msg @@ -44,6 +44,9 @@ $(awk '1;/^#$/{exit}' "$1") # <then a blank line> # 72 columns --| # +# Do not add a Submitted by line. If someone besides the committer sent in the +# change, the commit author should be set using \`git commit --author\`. +# # Uncomment and complete these metadata fields, as appropriate: # # PR: <If and which Problem Report is related.> @@ -61,8 +64,7 @@ $(awk '1;/^#$/{exit}' "$1") # Differential Revision: <https://reviews.freebsd.org/D###> # # "Pull Request" and "Differential Revision" require the *full* GitHub or -# Phabricator URL. The commit author should be set appropriately, using -# \`git commit --author\` if someone besides the committer sent in the change. +# Phabricator URL. $(awk '/^#$/,EOF' "$1") EOF
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104220952.13M9qJNE092982>