<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git, branch rb/timer-typo</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>Fix typo in timer normalization constants</title>
<updated>2014-08-05T22:06:45+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2014-08-05T22:06:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=3822d2cc4f4a171fdcf8dcfa7c7338b889c43c61'/>
<id>3822d2cc4f4a171fdcf8dcfa7c7338b889c43c61</id>
<content type='text'>
The effect of this would be that various update callbacks would
not be made at the correct interval.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The effect of this would be that various update callbacks would
not be made at the correct interval.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2487 from libgit2/cmn/revwalk-no-prealloc</title>
<updated>2014-07-25T09:27:51+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>vicent@github.com</email>
</author>
<published>2014-07-25T09:27:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=59e3f45b6150984e6a74ce79062caa459eda369f'/>
<id>59e3f45b6150984e6a74ce79062caa459eda369f</id>
<content type='text'>
Work around strict aliasing in array growth</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Work around strict aliasing in array growth</pre>
</div>
</content>
</entry>
<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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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>Merge pull request #2485 from ethomson/cherrypick</title>
<updated>2014-07-22T18:30:26+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>vicent@github.com</email>
</author>
<published>2014-07-22T18:30:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=bf9a7e0607b21bb09c4b69913b84fe295d4f5b18'/>
<id>bf9a7e0607b21bb09c4b69913b84fe295d4f5b18</id>
<content type='text'>
Rename git_cherry_pick to git_cherrypick</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename git_cherry_pick to git_cherrypick</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://git.baserock.org/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://git.baserock.org/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>
</feed>
