<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coq/.gitattributes, branch master</title>
<subtitle>The formal proof system</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/'/>
<entry>
<title>Introduce doc_gram, a utilty for extracting Coq's grammar from .mlg files</title>
<updated>2019-07-19T16:50:31+00:00</updated>
<author>
<name>Jim Fehrle</name>
</author>
<published>2019-01-09T23:32:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=cf868740c3d18ee9ce9a6b38dd617784625a3cae'/>
<id>cf868740c3d18ee9ce9a6b38dd617784625a3cae</id>
<content type='text'>
and inserting it into the .rst files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and inserting it into the .rst files
</pre>
</div>
</content>
</entry>
<entry>
<title>Create categories in changelog.</title>
<updated>2019-05-05T17:23:27+00:00</updated>
<author>
<name>Théo Zimmermann</name>
</author>
<published>2019-04-30T09:42:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=81301b55df9c52fe5503421eb9527bb04a1643e0'/>
<id>81301b55df9c52fe5503421eb9527bb04a1643e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix gitattributes for Makefile.dune</title>
<updated>2019-02-26T12:28:20+00:00</updated>
<author>
<name>Gaëtan Gilbert</name>
</author>
<published>2019-02-26T12:28:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=f0896b90175708921d0e0963ef5a08af36b3ae70'/>
<id>f0896b90175708921d0e0963ef5a08af36b3ae70</id>
<content type='text'>
Since it matches *.dune and Makefile* the later needs to come second
in the gitattributes file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since it matches *.dune and Makefile* the later needs to come second
in the gitattributes file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable whitespace checking for some forgotten files.</title>
<updated>2019-02-20T15:39:52+00:00</updated>
<author>
<name>Gaëtan Gilbert</name>
</author>
<published>2019-02-07T16:06:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=878fe50b288d52eeda84be386a28fe3c6b029f30'/>
<id>878fe50b288d52eeda84be386a28fe3c6b029f30</id>
<content type='text'>
+ remove checker/.depend forgotten file
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
+ remove checker/.depend forgotten file
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix line ending issues</title>
<updated>2018-12-20T13:08:26+00:00</updated>
<author>
<name>Gaëtan Gilbert</name>
</author>
<published>2018-12-20T13:08:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=495defa06e59ad64de650e2e0574139d33874730'/>
<id>495defa06e59ad64de650e2e0574139d33874730</id>
<content type='text'>
Try to mimick MSoegtropIMC
(https://github.com/coq/coq/pull/9243#issuecomment-448968353 )
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Try to mimick MSoegtropIMC
(https://github.com/coq/coq/pull/9243#issuecomment-448968353 )
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix git line ending conversion in windows</title>
<updated>2018-12-17T13:49:32+00:00</updated>
<author>
<name>Gaëtan Gilbert</name>
</author>
<published>2018-12-14T15:11:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=9349e0367d2d50b11ccd31c8f6d1979ebd52e555'/>
<id>9349e0367d2d50b11ccd31c8f6d1979ebd52e555</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make whitespace linter not check for trailing newlines.</title>
<updated>2018-06-04T14:34:55+00:00</updated>
<author>
<name>Gaëtan Gilbert</name>
</author>
<published>2018-05-09T09:52:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=62e1000f039e9ad3910c24d6c2c255a9f4e18e9c'/>
<id>62e1000f039e9ad3910c24d6c2c255a9f4e18e9c</id>
<content type='text'>
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

```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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

```
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable whitespace checking for new Sphinx file extensions.</title>
<updated>2018-03-13T22:48:06+00:00</updated>
<author>
<name>Gaëtan Gilbert</name>
</author>
<published>2018-03-13T22:45:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=d73a11c2ec3fda9231baa90e68eb36198f6d22f1'/>
<id>d73a11c2ec3fda9231baa90e68eb36198f6d22f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Harden gitattributes against core.whitespace configuration.</title>
<updated>2018-03-01T17:45:34+00:00</updated>
<author>
<name>Gaëtan Gilbert</name>
</author>
<published>2018-03-01T17:45:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=2d8da3841c3a34666d164cd944e936c56dcf4a23'/>
<id>2d8da3841c3a34666d164cd944e936c56dcf4a23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable whitespace linter for .out files.</title>
<updated>2017-11-20T10:36:41+00:00</updated>
<author>
<name>Gaëtan Gilbert</name>
</author>
<published>2017-11-19T18:06:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/coq/commit/?id=72a8de79eea1aaaa65fd9139c2cb21f77a7e1735'/>
<id>72a8de79eea1aaaa65fd9139c2cb21f77a7e1735</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
