<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/src, branch shiftkey-patch-1</title>
<subtitle>github.com: libgit2/libgit2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/'/>
<entry>
<title>array: mark the array to grow as volatile</title>
<updated>2014-07-25T06:25:41+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-07-25T06:25:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=b62a6a13b2f9a40e6ea4bf7bc2a9255429fb0bd6'/>
<id>b62a6a13b2f9a40e6ea4bf7bc2a9255429fb0bd6</id>
<content type='text'>
This works around strict aliasing rules letting some versions of
GCC (particularly on RHEL 6) thinking that they can skip updating the
size of the array when calculating the next element's offset.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This works around strict aliasing rules letting some versions of
GCC (particularly on RHEL 6) thinking that they can skip updating the
size of the array when calculating the next element's offset.
</pre>
</div>
</content>
</entry>
<entry>
<title>revwalk: remove preallocation of the uninteresting commits</title>
<updated>2014-07-24T15:52:28+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-07-24T14:46:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=9746b36cf9a86ba50a666bbc8cc97a37221cb954'/>
<id>9746b36cf9a86ba50a666bbc8cc97a37221cb954</id>
<content type='text'>
Preallocating two commits doesn't make much sense as leaving allocation
to the first array usage will allocate a sensible size with room for
growth.

This preallocation has also been hiding issues with strict aliasing in
the tests, as we have fairly simple histories and never trigger the
growth.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Preallocating two commits doesn't make much sense as leaving allocation
to the first array usage will allocate a sensible size with room for
growth.

This preallocation has also been hiding issues with strict aliasing in
the tests, as we have fairly simple histories and never trigger the
growth.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2477 from ethomson/merge</title>
<updated>2014-07-23T07:41:52+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>vicent@github.com</email>
</author>
<published>2014-07-23T07:41:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=9de6ec52008e3f30a4e8a5c6a13859eefcf86f57'/>
<id>9de6ec52008e3f30a4e8a5c6a13859eefcf86f57</id>
<content type='text'>
Don't allow conflicts by default</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't allow conflicts by default</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2484 from libgit2/fix-git-status-list-new-unreadable-folder</title>
<updated>2014-07-23T05:57:20+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>vicent@github.com</email>
</author>
<published>2014-07-23T05:57:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=243db06ce3ab5ac984e24867815add6251819561'/>
<id>243db06ce3ab5ac984e24867815add6251819561</id>
<content type='text'>
Fix git status list new unreadable folder</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix git status list new unreadable folder</pre>
</div>
</content>
</entry>
<entry>
<title>undo indentation change in diff_print.c</title>
<updated>2014-07-23T02:17:02+00:00</updated>
<author>
<name>Alan Rogers</name>
<email>alan@github.com</email>
</author>
<published>2014-07-23T02:17:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=85b7268e387eafce2e5cf53a671e6658ae82d6f0'/>
<id>85b7268e387eafce2e5cf53a671e6658ae82d6f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>git_cherry_pick -&gt; git_cherrypick</title>
<updated>2014-07-22T14:40:23+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2014-07-22T14:40:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=0ba4dca52625b54d6b741bd10dce5ef76ebbf1b8'/>
<id>0ba4dca52625b54d6b741bd10dce5ef76ebbf1b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/master' into fix-git-status-list-new-unreadable-folder</title>
<updated>2014-07-22T05:08:24+00:00</updated>
<author>
<name>Alan Rogers</name>
<email>alan@github.com</email>
</author>
<published>2014-07-22T05:08:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=7d0ab0fae04015e0bc66ff16beae495f13969b10'/>
<id>7d0ab0fae04015e0bc66ff16beae495f13969b10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove debug printfs.</title>
<updated>2014-07-22T01:25:56+00:00</updated>
<author>
<name>Alan Rogers</name>
<email>alan@github.com</email>
</author>
<published>2014-07-22T01:25:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=e824e63de6724557946ba155034ff8c864f594d2'/>
<id>e824e63de6724557946ba155034ff8c864f594d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't allow conflicts by default</title>
<updated>2014-07-17T05:25:31+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2014-07-17T05:25:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=994404b5067f9cc35dfae2c460e209f30467c3b5'/>
<id>994404b5067f9cc35dfae2c460e209f30467c3b5</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 #2475 from libgit2/expose-buffer-binary-detection</title>
<updated>2014-07-16T21:21:53+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>vicent@github.com</email>
</author>
<published>2014-07-16T21:21:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=091165c53b2bcd5d41fb71d43ed5a23a3d96bf5d'/>
<id>091165c53b2bcd5d41fb71d43ed5a23a3d96bf5d</id>
<content type='text'>
Export git_buf_text_is_binary and git_buf_text_contains_nul.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Export git_buf_text_is_binary and git_buf_text_contains_nul.</pre>
</div>
</content>
</entry>
</feed>
