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