Commit Graph

4 Commits

Author SHA1 Message Date
Denis Ovsienko
efd50b3e14 add a GitHub issue template 2017-02-02 13:24:13 +00:00
Francois-Xavier Le Bail
36923fae59 gitattributes: Update the attributes for tests/*.out
The actual status for good conditions of tests in Windows are:

Sources from    autocrlf    *.out ending    sed stuff
git             true        CRLF            no
git             input       LF              yes
git             false       LF              yes
archive         N/A         LF              yes

We need to have the sed stuff for sources archives.
Thus we need that the endings of tests/*.out files be always LF only.
We don't want to depend on user config.
Thus this changes.
Advantage: This config is under version control, it applies to all users.

Get rid of legacy config 'core.autocrlf=true'
2015-02-21 14:25:35 +01:00
Francois-Xavier Le Bail
f04e49cd8b gitattributes: cleanup unused patterns 2015-02-20 20:52:00 +01:00
Bill Parker
c88b482ebc Added options to gitattributes 2012-09-04 09:58:28 -07:00