svn commit: r467740 - head

Joseph Mingrone jrm at FreeBSD.org
Wed Apr 18 22:29:22 UTC 2018


Author: jrm
Date: Wed Apr 18 22:29:22 2018
New Revision: 467740
URL: https://svnweb.freebsd.org/changeset/ports/467740

Log:
  Generalize the .gitmessage entry in .gitattributes to capture .git*

Modified:
  head/.gitattributes   (contents, props changed)

Modified: head/.gitattributes
==============================================================================
--- head/.gitattributes	Wed Apr 18 22:29:18 2018	(r467739)
+++ head/.gitattributes	Wed Apr 18 22:29:22 2018	(r467740)
@@ -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


More information about the svn-ports-head mailing list