diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2018-01-01 18:52:11 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2018-01-01 18:52:11 +0000 |
commit | 7c094af40f9b8da765d1ab43e6bd3d4cc3f6ab30 (patch) | |
tree | 07d6d7e681cf9845118ebead7de57d9da79003d0 /.gitmessage | |
parent | c13ca724b4f56d969f4d3b151fa11e2813c0e778 (diff) | |
download | ports-7c094af40f9b8da765d1ab43e6bd3d4cc3f6ab30.tar.gz ports-7c094af40f9b8da765d1ab43e6bd3d4cc3f6ab30.zip |
Add a commit template for git commit logs
To use this template, run this command from the top of the ports tree.
git config commit.template .gitmessage
Reviewed by: eadler, mat, krion
Differential Revision: https://reviews.freebsd.org/D13677
Notes
Notes:
svn path=/head/; revision=457790
Diffstat (limited to '.gitmessage')
-rw-r--r-- | .gitmessage | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/.gitmessage b/.gitmessage new file mode 100644 index 000000000000..336ac4a7c016 --- /dev/null +++ b/.gitmessage @@ -0,0 +1,36 @@ + + +PR: +Submitted by: +Reported by: +Reviewed by: +Approved by: +Obtained from: +MFC after: +MFH: +Relnotes: +Security: +Sponsored by: +Differential Revision: +# +# Description of fields to fill in above: 76 columns --| +# PR: If and which Problem Report is related. +# Submitted by: If someone else sent in the change. +# Reported by: If someone else reported the issue. +# Reviewed by: If someone else reviewed your modification. +# Approved by: If you needed approval for this commit. +# Obtained from: If the change is from a third party. +# MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. +# MFH: Ports tree branch name. Request approval for merge. +# Relnotes: Set to 'yes' for mention in release notes. +# Security: Vulnerability reference (one per line) or description. +# Sponsored by: If the change was sponsored by an organization. +# Differential Revision: https://reviews.freebsd.org/D### (*full* phabric URL needed). +# +# See 'Commit Log Messages' in the Committer's Guide for details. +# +# ------------------------------------------------------------------------- +# To use this template, run this command from the top of the ports tree. +# +# git config commit.template .gitmessage +# ------------------------------------------------------------------------- |