<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitano/libgit2.git/src/oid.c, branch replace-luagit2</title>
<subtitle>git.gitano.org.uk: libgit2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitano/libgit2.git/'/>
<entry>
<title>git_oid_fromstrn: Simplify the implementation and fix memory access issues</title>
<updated>2014-03-07T14:52:27+00:00</updated>
<author>
<name>Jiri Pospisil</name>
<email>mekishizufu@gmail.com</email>
</author>
<published>2014-03-06T21:10:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitano/libgit2.git/commit/?id=00258cc0b6d54f8c5802b41089d9c6b74ba2f919'/>
<id>00258cc0b6d54f8c5802b41089d9c6b74ba2f919</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make git_oid_equal a non-inline API</title>
<updated>2014-02-20T19:00:31+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2014-02-20T19:00:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitano/libgit2.git/commit/?id=978a4ed5ebd3892731434e4023f20383f820c112'/>
<id>978a4ed5ebd3892731434e4023f20383f820c112</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>oid: handle NULL pointers passed to git_oid_shorten_free()</title>
<updated>2014-01-13T07:34:02+00:00</updated>
<author>
<name>Brodie Rao</name>
<email>brodie@sf.io</email>
</author>
<published>2014-01-13T07:31:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitano/libgit2.git/commit/?id=32b7e84ec09170761bf9422cc4139be0b14975a9'/>
<id>32b7e84ec09170761bf9422cc4139be0b14975a9</id>
<content type='text'>
Signed-off-by: Brodie Rao &lt;brodie@sf.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Brodie Rao &lt;brodie@sf.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix warning</title>
<updated>2013-09-19T15:14:06+00:00</updated>
<author>
<name>Linquize</name>
<email>linquize@yahoo.com.hk</email>
</author>
<published>2013-09-08T09:15:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitano/libgit2.git/commit/?id=66566516ce5171111ea4c5a8160adb4b0b0dc675'/>
<id>66566516ce5171111ea4c5a8160adb4b0b0dc675</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>oid: git_oid_shorten_add() sets GITERR_INVALID when OID set is full</title>
<updated>2013-08-31T10:22:50+00:00</updated>
<author>
<name>Linquize</name>
<email>linquize@yahoo.com.hk</email>
</author>
<published>2013-08-31T10:22:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitano/libgit2.git/commit/?id=d45e9480e74c3c6249aea631394e1364b138e66e'/>
<id>d45e9480e74c3c6249aea631394e1364b138e66e</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 #1595 from arrbee/even-more-rename-fixes</title>
<updated>2013-05-24T08:13:48+00:00</updated>
<author>
<name>Vicent Martí</name>
<email>vicent@github.com</email>
</author>
<published>2013-05-24T08:13:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitano/libgit2.git/commit/?id=30caf0cf2942412981b7662e50a2e9242afa2cce'/>
<id>30caf0cf2942412981b7662e50a2e9242afa2cce</id>
<content type='text'>
Even more rename detection fixes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Even more rename detection fixes</pre>
</div>
</content>
</entry>
<entry>
<title>Bugfix: Return NULL in push_leaf, when trie is full</title>
<updated>2013-05-22T00:04:12+00:00</updated>
<author>
<name>Axel Wagner</name>
<email>mail@merovius.de</email>
</author>
<published>2013-05-22T00:04:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitano/libgit2.git/commit/?id=52f537e9c540fe5492ee6008153ab4db50c4091e'/>
<id>52f537e9c540fe5492ee6008153ab4db50c4091e</id>
<content type='text'>
os-&gt;full was set 1, but the overflowed idx_leaf was still used to index
into os-&gt;nodes a little later. Returning NULL fixes that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
os-&gt;full was set 1, but the overflowed idx_leaf was still used to index
into os-&gt;nodes a little later. Returning NULL fixes that.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add git_oid_nfmt - a flexible OID formatter</title>
<updated>2013-05-17T23:40:00+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2013-05-17T23:40:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitano/libgit2.git/commit/?id=660d59caa9cd6260fbc980e7da15f806d6d53083'/>
<id>660d59caa9cd6260fbc980e7da15f806d6d53083</id>
<content type='text'>
I frequently want to the the first N digits of an OID formatted
as a string and I'd like it to be efficient.  This function makes
that easy and I could rewrite the OID formatters in terms of it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I frequently want to the the first N digits of an OID formatted
as a string and I'd like it to be efficient.  This function makes
that easy and I could rewrite the OID formatters in terms of it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make git_oid_cmp public and add git_oid__cmp</title>
<updated>2013-04-29T20:52:12+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2013-04-29T20:52:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitano/libgit2.git/commit/?id=b7f167da29effa125663b143d3daf79a6ad88d2e'/>
<id>b7f167da29effa125663b143d3daf79a6ad88d2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add git_oid_strcmp and use it for git_oid_streq</title>
<updated>2013-04-29T15:59:46+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2013-04-29T15:59:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitano/libgit2.git/commit/?id=aa8f010120577e61715f3ae1286a03055815f9c3'/>
<id>aa8f010120577e61715f3ae1286a03055815f9c3</id>
<content type='text'>
Add a new git_oid_strcmp that compares a string OID with a hex
oid for sort order, and then reimplement git_oid_streq using it.
This actually should speed up git_oid_streq because it only reads
as far into the string as it needs to, whereas previously it would
convert the whole string into an OID and then use git_oid_cmp.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a new git_oid_strcmp that compares a string OID with a hex
oid for sort order, and then reimplement git_oid_streq using it.
This actually should speed up git_oid_streq because it only reads
as far into the string as it needs to, whereas previously it would
convert the whole string into an OID and then use git_oid_cmp.
</pre>
</div>
</content>
</entry>
</feed>
