Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Apr 2018 22:29:22 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r467740 - head
Message-ID:  <201804182229.w3IMTMkW047651@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804182229.w3IMTMkW047651>