Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Mar 2016 12:47:20 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411777 - head
Message-ID:  <201603241247.u2OClK71096267@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Mar 24 12:47:20 2016
New Revision: 411777
URL: https://svnweb.freebsd.org/changeset/ports/411777

Log:
  Add a global .gitattributes file, exported from subversion's autoprops.
  
  With hat:	portmgr
  Sponsored by:	Absolight

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

Added: head/.gitattributes
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/.gitattributes	Thu Mar 24 12:47:20 2016	(r411777)
@@ -0,0 +1,9 @@
+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
+extra-patch-*    svn-properties=fbsd:nokeywords=yes;svn:eol-style=native;svn:mime-type=text/plain
+patch-*          svn-properties=fbsd:nokeywords=yes;svn:eol-style=native;svn:mime-type=text/plain
+pkg-*            svn-properties=fbsd:nokeywords=yes;svn:eol-style=native;svn:mime-type=text/plain
+Makefile*        svn-properties=svn:keywords=FreeBSD=%H;svn:eol-style=native;svn:mime-type=text/plain
+Mk/*.mk          svn-properties=svn:keywords=FreeBSD=%H;svn:eol-style=native;svn:mime-type=text/plain
+Mk/Scripts/*.sh  svn-properties=svn:keywords=FreeBSD=%H;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?201603241247.u2OClK71096267>