<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git, branch error-handling</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>Merge branch 'development' into error-handling</title>
<updated>2011-11-18T21:45:56+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>carlos@cmartin.tk</email>
</author>
<published>2011-11-18T21:45:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=bdd31dd5e832126b2f22fccbe244a1106c241ab0'/>
<id>bdd31dd5e832126b2f22fccbe244a1106c241ab0</id>
<content type='text'>
The code in this branch has been modified so it works with the global
state introduced in development.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The code in this branch has been modified so it works with the global
state introduced in development.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update clay instructions to use -vtap</title>
<updated>2011-11-18T01:35:46+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>carlos@cmartin.tk</email>
</author>
<published>2011-11-18T01:26:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=e4c93a392763a006d11e1c1dd01c12f85498dad5'/>
<id>e4c93a392763a006d11e1c1dd01c12f85498dad5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for renaming a file and adding it to the index</title>
<updated>2011-11-18T01:35:45+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>carlos@cmartin.tk</email>
</author>
<published>2011-11-18T01:16:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=c515b5bf1e63455686ee1ab89152f3da6eca73a1'/>
<id>c515b5bf1e63455686ee1ab89152f3da6eca73a1</id>
<content type='text'>
Thanks to Emeric.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to Emeric.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't overwrite existing objects</title>
<updated>2011-11-18T01:12:28+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>carlos@cmartin.tk</email>
</author>
<published>2011-11-17T19:32:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=472d4d858bed9758b2e9300e544417c0d9d43623'/>
<id>472d4d858bed9758b2e9300e544417c0d9d43623</id>
<content type='text'>
It's redundant to do this (git doesn't) and Windows doesn't allow us
to overwrite a read-only file (which objects are).

Signed-off-by: Carlos Martín Nieto &lt;carlos@cmartin.tk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's redundant to do this (git doesn't) and Windows doesn't allow us
to overwrite a read-only file (which objects are).

Signed-off-by: Carlos Martín Nieto &lt;carlos@cmartin.tk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>include: Unify internal include strategies</title>
<updated>2011-11-18T00:43:27+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>tanoku@gmail.com</email>
</author>
<published>2011-11-18T00:43:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=2cbca8b06cb7cab08d916438a63e19734256b3fa'/>
<id>2cbca8b06cb7cab08d916438a63e19734256b3fa</id>
<content type='text'>
Do not add the `git2` path to internal includes, or that will cause
an extra path dependency.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do not add the `git2` path to internal includes, or that will cause
an extra path dependency.
</pre>
</div>
</content>
</entry>
<entry>
<title>clay: Bump to 0.9.0, add TAP support</title>
<updated>2011-11-18T00:40:35+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>tanoku@gmail.com</email>
</author>
<published>2011-11-17T05:01:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=d1a721c5953c6eaee52042e6ace57f6d7e2cc4ba'/>
<id>d1a721c5953c6eaee52042e6ace57f6d7e2cc4ba</id>
<content type='text'>
Comes with schu's stress tests for config files. Hopefully the diffs
will stay minimal from now on.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Comes with schu's stress tests for config files. Hopefully the diffs
will stay minimal from now on.
</pre>
</div>
</content>
</entry>
<entry>
<title>tree: Add payload to `git_tree_walk`</title>
<updated>2011-11-18T00:40:35+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>tanoku@gmail.com</email>
</author>
<published>2011-11-17T01:13:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=2ba14f2367b14187e1714f32c11236476c22ddfa'/>
<id>2ba14f2367b14187e1714f32c11236476c22ddfa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename `git_tree_frompath` to `git_tree_get_subtree`</title>
<updated>2011-11-18T00:40:35+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>tanoku@gmail.com</email>
</author>
<published>2011-11-17T00:23:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=9432af36fc62ee22d76fb927b8be73e123ba3f3c'/>
<id>9432af36fc62ee22d76fb927b8be73e123ba3f3c</id>
<content type='text'>
That makes more sense to me.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
That makes more sense to me.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #486 from petdance/development</title>
<updated>2011-11-17T04:35:29+00:00</updated>
<author>
<name>Vicent Martí</name>
<email>tanoku@gmail.com</email>
</author>
<published>2011-11-17T04:35:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=010879d9e7111d1160839799067584acf09bd4b9'/>
<id>010879d9e7111d1160839799067584acf09bd4b9</id>
<content type='text'>
Quoted the asterisk to avoid markdown highlighter confusion</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Quoted the asterisk to avoid markdown highlighter confusion</pre>
</div>
</content>
</entry>
<entry>
<title>Quoted the asterisk to avoid markdown highlighter confusion</title>
<updated>2011-11-16T23:33:02+00:00</updated>
<author>
<name>Andy Lester</name>
<email>andy@petdance.com</email>
</author>
<published>2011-11-16T23:33:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=a07d899449b18b39c39e0bdbbb7653e92a91c1fb'/>
<id>a07d899449b18b39c39e0bdbbb7653e92a91c1fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
