aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitattributes
Commit message (Collapse)AuthorAge
* Make whitespace linter not check for trailing newlines.Gravatar Gaëtan Gilbert2018-06-04
| | | | | | | | | | | | | | | | | git does not know how to fix this automatically when they appear by removing a chunk of text at the end of the file. eg ``` foo bar ``` to ``` foo ```
* Enable whitespace checking for new Sphinx file extensions.Gravatar Gaëtan Gilbert2018-03-13
|
* Harden gitattributes against core.whitespace configuration.Gravatar Gaëtan Gilbert2018-03-01
|
* Disable whitespace linter for .out files.Gravatar Gaëtan Gilbert2017-11-20
|
* Add linter.Gravatar Gaëtan Gilbert2017-10-25
|
* Shorten the .gitattributes file.Gravatar Théo Zimmermann2017-10-05
| | | | | .dir-locals.el can be useful for users of the tarballs as well, and TODO doesn't exist anymore.
* gitattributes: add `.mailmap` file to the list of files excluded from the ↵Gravatar Arnaud Spiwack2015-03-16
| | | | `.tar.gz`.
* Gitattributes file added to generate archive.Gravatar Guillaume Claret2015-03-16
Cherry-picked from v8.4 ( c1aabb104122ead02fa289339a42815373338222 ).