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 /.gitattributes | |
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 '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index fdfe7a72390f..0ac443ee8a36 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ +.gitmessage svn-properties=fbsd:nokeywords=yes;svn:eol-style=native;svn:mime-type=text/plain bsd.*.mk svn-properties=svn:keywords=FreeBSD=%H;svn:eol-style=native;svn:mime-type=text/plain distinfo* svn-properties=fbsd:nokeywords=yes;svn:eol-style=native;svn:mime-type=text/plain extrapatch-* svn-properties=fbsd:nokeywords=yes;svn:eol-style=native;svn:mime-type=text/plain |