<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git, branch ethomson/sha1dc</title>
<subtitle>github.com: libgit2/libgit2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/'/>
<entry>
<title>cmake: drop unset `SHA1_TYPE`</title>
<updated>2017-03-03T10:50:28+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@github.com</email>
</author>
<published>2017-03-02T20:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=9f128d2a7758542e18cf00525107a6dbf99ad9c5'/>
<id>9f128d2a7758542e18cf00525107a6dbf99ad9c5</id>
<content type='text'>
We never set `SHA1_TYPE` to `builtin`.  Don't bother testing for it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We never set `SHA1_TYPE` to `builtin`.  Don't bother testing for it.
</pre>
</div>
</content>
</entry>
<entry>
<title>hash: test for sha1 collision attack detection</title>
<updated>2017-03-03T10:50:28+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@github.com</email>
</author>
<published>2017-02-24T14:14:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=d087c8f80ecbbbfca2740392cbf84816019f4d49'/>
<id>d087c8f80ecbbbfca2740392cbf84816019f4d49</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>hash: include sha1collisiondetection</title>
<updated>2017-03-03T10:50:27+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@github.com</email>
</author>
<published>2017-02-24T13:34:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=2dfd1294f7a694bfa9e864a9489ae3cb318a5ed0'/>
<id>2dfd1294f7a694bfa9e864a9489ae3cb318a5ed0</id>
<content type='text'>
Include the SHA1 collision attack detection library from
https://github.com/cr-marcstevens/sha1collisiondetection
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include the SHA1 collision attack detection library from
https://github.com/cr-marcstevens/sha1collisiondetection
</pre>
</div>
</content>
</entry>
<entry>
<title>hash: rename implementation selection constants</title>
<updated>2017-03-03T10:50:27+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@github.com</email>
</author>
<published>2017-02-24T13:03:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=a371a8ae94ff234acdc19cb35dead4312465ffce'/>
<id>a371a8ae94ff234acdc19cb35dead4312465ffce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4148 from pks-t/pks/fix-haiku-builds</title>
<updated>2017-03-01T13:51:39+00:00</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2017-03-01T13:51:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=ba2bc4911d99e20f1060bb6767edab94fd5d97a6'/>
<id>ba2bc4911d99e20f1060bb6767edab94fd5d97a6</id>
<content type='text'>
cmake: only enable supported compiler warning flags</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cmake: only enable supported compiler warning flags</pre>
</div>
</content>
</entry>
<entry>
<title>cmake: only enable supported compiler warning flags</title>
<updated>2017-03-01T12:58:15+00:00</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2017-03-01T12:58:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=a02e8a388258d86c898d680e38897575f8de17ef'/>
<id>a02e8a388258d86c898d680e38897575f8de17ef</id>
<content type='text'>
We currently unconditionally enable the "-Wall" and "-Wextra" flags.
Some platforms rely on compilers which do not support these flags,
though. One of these platforms is Haiku, which does not support
"-Wextra" due to being stuck on GCC version 2.

Fix builds on such platforms by adding these flags only if supported by
the compiler.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We currently unconditionally enable the "-Wall" and "-Wextra" flags.
Some platforms rely on compilers which do not support these flags,
though. One of these platforms is Haiku, which does not support
"-Wextra" due to being stuck on GCC version 2.

Fix builds on such platforms by adding these flags only if supported by
the compiler.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4145 from pks-t/pks/refs-create-memleak</title>
<updated>2017-03-01T07:45:48+00:00</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2017-03-01T07:45:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=a454641ee8b7b2ef1083b7f33d6135d87b50e9b0'/>
<id>a454641ee8b7b2ef1083b7f33d6135d87b50e9b0</id>
<content type='text'>
tests: refs::create: fix memory leak</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tests: refs::create: fix memory leak</pre>
</div>
</content>
</entry>
<entry>
<title>tests: refs::create: fix memory leak</title>
<updated>2017-03-01T06:45:14+00:00</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2017-03-01T06:45:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=5aa1f12a81350b72f57f2050edb0dd60efff5ef1'/>
<id>5aa1f12a81350b72f57f2050edb0dd60efff5ef1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4143 from richardipsum/issue-4094</title>
<updated>2017-03-01T06:35:44+00:00</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2017-03-01T06:35:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=cf8e9a3ad5f7e41fbb4eae9b0cc4d3ee07847136'/>
<id>cf8e9a3ad5f7e41fbb4eae9b0cc4d3ee07847136</id>
<content type='text'>
Fix: make reflog include "(merge)" for merge commits</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix: make reflog include "(merge)" for merge commits</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for inclusion of (merge) in reflog</title>
<updated>2017-02-28T22:32:21+00:00</updated>
<author>
<name>Richard Ipsum</name>
<email>richardipsum@fastmail.co.uk</email>
</author>
<published>2017-02-28T22:22:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=397cf1a1f5354b856e44f4d890868aad4d76240c'/>
<id>397cf1a1f5354b856e44f4d890868aad4d76240c</id>
<content type='text'>
This test ensures that the string '(merge)' is included in the reflog
when a merge commit is made.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This test ensures that the string '(merge)' is included in the reflog
when a merge commit is made.
</pre>
</div>
</content>
</entry>
</feed>
