From e46d9da243baf62563d585fe45f2bde24f0a0832 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 18 Mar 2015 00:00:18 +0100 Subject: [PATCH] Minor updates to text/EOL git attributes. Use slashes, not backslashes, in the paths. Use "auto" for all text files under docs/msw as all of them could be opened in Notepad. Also use Unix EOLs for configure.in (and not just for configure). --- .gitattributes | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitattributes b/.gitattributes index 68bee6960f..a9e4604063 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,12 +12,11 @@ # Documentation used with Windows installer: -\BuildGit.txt text=auto -\docs\changes.txt text=auto -\docs\licence.txt text=auto -\docs\readme.txt text=auto -\docs\msw\install.txt text=auto -\docs\msw\install.txt text=auto +/BuildGit.txt text=auto +/docs/changes.txt text=auto +/docs/licence.txt text=auto +/docs/readme.txt text=auto +/docs/msw/*.txt text=auto # Unix-specific files that require LF: @@ -28,6 +27,7 @@ configure.in eol=lf Makefile.am eol=lf Makefile.in eol=lf -/config.guess eol=lf -/config.sub eol=lf -/configure eol=lf +config.guess eol=lf +config.sub eol=lf +configure eol=lf +configure.in eol=lf