From c20104e3b3ece0209071b5bf14508cdc410879e3 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 8 Oct 2012 18:05:31 +0000 Subject: [PATCH] 2012-10-08 20:04 UTC+0200 Viktor Szakats (harbour syenar.net) * .gitattributes ! fixed the two attribute exceptions --- harbour/.gitattributes | 4 ++-- harbour/ChangeLog | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/harbour/.gitattributes b/harbour/.gitattributes index 5f10a6e8b6..475fc4ca92 100644 --- a/harbour/.gitattributes +++ b/harbour/.gitattributes @@ -45,8 +45,8 @@ *.yyh text # Text files with fixed EOL requirements -*.bat eol=crlf -*.sh eol=lf +*.bat text eol=crlf +*.sh text eol=lf # Binary files *.a binary diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 9dc9903dfd..69fd6b594b 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2012-10-08 20:04 UTC+0200 Viktor Szakats (harbour syenar.net) + * .gitattributes + ! fixed the two attribute exceptions + 2012-10-08 19:32 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/xhb/dbgfx.prg * contrib/xhb/decode.prg