svn commit: r340931 - in head: . sys/dev/sfxge/common

Andrew Rybchenko arybchik at FreeBSD.org
Mon Nov 26 07:30:48 UTC 2018


Author: arybchik
Date: Mon Nov 26 07:30:47 2018
New Revision: 340931
URL: https://svnweb.freebsd.org/changeset/base/340931

Log:
  sfxge(4): fix incorrectly set svn properties
  
  File name was used by the svn property value since
  real value was lost in the command.

Modified:
  head/.gitattributes
Directory Properties:
  head/sys/dev/sfxge/common/efx_regs_mcdi_aoe.h   (props changed)

Modified: head/.gitattributes
==============================================================================
--- head/.gitattributes	Mon Nov 26 07:23:02 2018	(r340930)
+++ head/.gitattributes	Mon Nov 26 07:30:47 2018	(r340931)
@@ -3,5 +3,3 @@
 *.cpp  diff=cpp
 *.hpp  diff=cpp
 *.py   diff=python
-. svn-properties=svn:mime-type=sys/dev/sfxge/common/efx_regs_mcdi_aoe.h
-. svn-properties=svn:eol-style=sys/dev/sfxge/common/efx_regs_mcdi_aoe.h


More information about the svn-src-head mailing list