]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add initial version of git commit message preparation hook
authorEd Maste <emaste@FreeBSD.org>
Thu, 17 Dec 2020 19:58:29 +0000 (19:58 +0000)
committerEd Maste <emaste@FreeBSD.org>
Thu, 17 Dec 2020 19:58:29 +0000 (19:58 +0000)
commit9f13adee8b848185269d107290fdfc940ed15636
treedac88af63aa1e45b43f5f775287f3f0b76b3cf4a
parent551e205f6dfa469f4f32a166ee3fb691201d27a7
Add initial version of git commit message preparation hook

Start with a slightly modified version of the SVN commit template, to
allow developers to experiment.  This will be updated in the future as
our process and techniques evolve.

This can be installed by copying or symlinking into the .git/hooks/
directory.

Feedback from: cem, jhb
Reviewed by: imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D27633
tools/tools/git/hooks/prepare-commit-msg [new file with mode: 0644]