<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git, branch vmg/namespaces</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>lol namespaces</title>
<updated>2013-04-30T19:02:13+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>tanoku@gmail.com</email>
</author>
<published>2013-04-30T19:02:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=bade51948c08c36ac0bea63cf62ee1a9dd952501'/>
<id>bade51948c08c36ac0bea63cf62ee1a9dd952501</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>object: haha</title>
<updated>2013-04-30T11:19:02+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>tanoku@gmail.com</email>
</author>
<published>2013-04-30T11:19:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=7dcda3aa3780292e33bb9229ff998ffe4edc07bf'/>
<id>7dcda3aa3780292e33bb9229ff998ffe4edc07bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>object: Explicitly define helper API methods for all obj types</title>
<updated>2013-04-30T11:13:38+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>tanoku@gmail.com</email>
</author>
<published>2013-04-30T11:13:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=0b726701f3d3c5a3a596b53d8db0b7a4b4032dfb'/>
<id>0b726701f3d3c5a3a596b53d8db0b7a4b4032dfb</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 #1518 from arrbee/export-oid-comparison</title>
<updated>2013-04-30T11:02:52+00:00</updated>
<author>
<name>Vicent Martí</name>
<email>vicent@github.com</email>
</author>
<published>2013-04-30T11:02:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=cd2ed9f0cc9d8e0e1724304e946adb28271e0669'/>
<id>cd2ed9f0cc9d8e0e1724304e946adb28271e0669</id>
<content type='text'>
Remove most inlines from the public API</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove most inlines from the public API</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1520 from carlosmn/nth-refspec</title>
<updated>2013-04-30T10:29:48+00:00</updated>
<author>
<name>Vicent Martí</name>
<email>vicent@github.com</email>
</author>
<published>2013-04-30T10:29:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=d76fb20ebce03b2fd87c2472d556bf9b64894efd'/>
<id>d76fb20ebce03b2fd87c2472d556bf9b64894efd</id>
<content type='text'>
Add refspec list accessors</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add refspec list accessors</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1522 from arrbee/repo-open-with-no-config</title>
<updated>2013-04-30T10:28:56+00:00</updated>
<author>
<name>Vicent Martí</name>
<email>vicent@github.com</email>
</author>
<published>2013-04-30T10:28:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=099c1b747a15d3267dc4be533f08fe8435251708'/>
<id>099c1b747a15d3267dc4be533f08fe8435251708</id>
<content type='text'>
Catch issue in config set with no config file</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Catch issue in config set with no config file</pre>
</div>
</content>
</entry>
<entry>
<title>Catch issue in config set with no config file</title>
<updated>2013-04-30T10:15:45+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2013-04-30T10:15:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=0a1755c045b930de474883eb6e7fedcc3403b494'/>
<id>0a1755c045b930de474883eb6e7fedcc3403b494</id>
<content type='text'>
This prevents a segfault when setting a value in the config of a
repository that doesn't have a config file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This prevents a segfault when setting a value in the config of a
repository that doesn't have a config file.
</pre>
</div>
</content>
</entry>
<entry>
<title>remote: fix a leak when dwim'ing refspecs</title>
<updated>2013-04-30T10:05:16+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2013-04-30T10:05:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=9c5d4b2e807cdbb83cf55868700b0387cd4e8c41'/>
<id>9c5d4b2e807cdbb83cf55868700b0387cd4e8c41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remote: add resfpec list accessors</title>
<updated>2013-04-30T10:04:59+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2013-04-30T09:18:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=1ffd0806f406a9dc300dbdefaf1e1d036a4294b4'/>
<id>1ffd0806f406a9dc300dbdefaf1e1d036a4294b4</id>
<content type='text'>
Bring back a way of acessing the git_refspec* from a remote.

Closes #1514
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bring back a way of acessing the git_refspec* from a remote.

Closes #1514
</pre>
</div>
</content>
</entry>
<entry>
<title>refspec: add direction accessor</title>
<updated>2013-04-30T08:55:17+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2013-04-30T08:55:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=8d39f2a79067c9551286bb552457db71b88b64d3'/>
<id>8d39f2a79067c9551286bb552457db71b88b64d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
