]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
tools: git hooks: drop "submitted by" from commit template
authorKyle Evans <kevans@FreeBSD.org>
Thu, 14 Jan 2021 06:33:07 +0000 (00:33 -0600)
committerKyle Evans <kevans@FreeBSD.org>
Thu, 14 Jan 2021 06:33:07 +0000 (00:33 -0600)
commit03774659d1f24d47ce00e165048a253263028cff
tree6da3dce9d584ed32f572ba1a41350c9dfb535b4a
parent06b9b3e0ad0dc3f0166b3e8f26ced68c271cf527
tools: git hooks: drop "submitted by" from commit template

With the switch to git, we should strive to properly attribute every
commit appropriately with the metadata that's provided to do so. In this
case, the submitter should be recorded via the author metadata.  Committing
an arbitrary patch, one can set it as such:

git commit --author="John Smith <smith@example.com>"

Reviewed-by: emaste
Differential-Revision: https://reviews.freebsd.org/D28069
tools/tools/git/hooks/prepare-commit-msg