diff options
author | jrm <jrm@FreeBSD.org> | 2018-04-19 06:29:22 +0800 |
---|---|---|
committer | jrm <jrm@FreeBSD.org> | 2018-04-19 06:29:22 +0800 |
commit | e221f0c84818bbb8ddb5b30ac674aa39b8c7f1e2 (patch) | |
tree | 6e829bd0305a0e188dc6d4d01d3756c7a0ad57db /.gitattributes | |
parent | ea4614f39afeea2883c9419a41252bcd754b48f0 (diff) | |
download | freebsd-ports-gnome-e221f0c84818bbb8ddb5b30ac674aa39b8c7f1e2.tar.gz freebsd-ports-gnome-e221f0c84818bbb8ddb5b30ac674aa39b8c7f1e2.tar.zst freebsd-ports-gnome-e221f0c84818bbb8ddb5b30ac674aa39b8c7f1e2.zip |
Generalize the .gitmessage entry in .gitattributes to capture .git*
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 0ac443ee8a36..9a320a106524 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ -.gitmessage svn-properties=fbsd:nokeywords=yes;svn:eol-style=native;svn:mime-type=text/plain +.git* 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 |