<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git, branch cmn/commit-to-memory</title>
<subtitle>github.com: libgit2/libgit2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/'/>
<entry>
<title>commit: split creating the commit and writing it out</title>
<updated>2016-03-08T12:11:49+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2016-03-03T21:56:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=47cb42da5ad2e0af7946faf053c7ea4fd92ec6da'/>
<id>47cb42da5ad2e0af7946faf053c7ea4fd92ec6da</id>
<content type='text'>
Sometimes you want to create a commit but not write it out to the
objectdb immediately. For these cases, provide a new function to
retrieve the buffer instead of having to go through the db.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sometimes you want to create a commit but not write it out to the
objectdb immediately. For these cases, provide a new function to
retrieve the buffer instead of having to go through the db.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3653 from libgit2/cmn/treebuilder-submodule</title>
<updated>2016-03-04T13:50:23+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@github.com</email>
</author>
<published>2016-03-04T13:50:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=785d8c48ea8725691da3c50e7dae8751523d4c30'/>
<id>785d8c48ea8725691da3c50e7dae8751523d4c30</id>
<content type='text'>
treebuilder: don't try to verify submodules exist in the odb</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
treebuilder: don't try to verify submodules exist in the odb</pre>
</div>
</content>
</entry>
<entry>
<title>treebuilder: don't try to verify submodules exist in the odb</title>
<updated>2016-03-04T11:38:28+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2016-03-04T11:34:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=ea5bf6bbcead5a9ba24a38c4da62ee87059c5c9f'/>
<id>ea5bf6bbcead5a9ba24a38c4da62ee87059c5c9f</id>
<content type='text'>
Submodules don't exist in the objectdb and the code is making us try to
look for a blob with its commit id, which is obviously not going to
work.

Skip the test if the user wants to insert a submodule.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submodules don't exist in the objectdb and the code is making us try to
look for a blob with its commit id, which is obviously not going to
work.

Skip the test if the user wants to insert a submodule.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3651 from libgit2/cmn/init-libssh2</title>
<updated>2016-03-03T22:57:45+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@github.com</email>
</author>
<published>2016-03-03T22:57:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=16099833772cb497eac4118350e974abf08c8032'/>
<id>16099833772cb497eac4118350e974abf08c8032</id>
<content type='text'>
ssh: initialize libssh2</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ssh: initialize libssh2</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: initialize libssh2</title>
<updated>2016-03-03T21:26:31+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2016-03-03T21:26:31+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=22f3d3aa6b2500a0c587938f7939c05a28afacf2'/>
<id>22f3d3aa6b2500a0c587938f7939c05a28afacf2</id>
<content type='text'>
We should have been doing this, but it initializes itself upon first
use, which works as long as nobody's doing concurrent network
operations. Initialize it on our init to make sure it's not getting
initialized concurrently.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We should have been doing this, but it initializes itself upon first
use, which works as long as nobody's doing concurrent network
operations. Initialize it on our init to make sure it's not getting
initialized concurrently.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3639 from srajko/threading-openssl-libssh2</title>
<updated>2016-03-03T20:20:33+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>carlosmn@github.com</email>
</author>
<published>2016-03-03T20:20:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=839bdb05a0a2957c0362cdbab219dcfa463a0e94'/>
<id>839bdb05a0a2957c0362cdbab219dcfa463a0e94</id>
<content type='text'>
Expand OpenSSL and libssh2 thread safety documentation</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Expand OpenSSL and libssh2 thread safety documentation</pre>
</div>
</content>
</entry>
<entry>
<title>tests: take the version from our define</title>
<updated>2016-03-03T20:03:10+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2016-03-03T20:03:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=e23efa6ddfedf54ef219e15f47da502a50f7b364'/>
<id>e23efa6ddfedf54ef219e15f47da502a50f7b364</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 0.24.0</title>
<updated>2016-03-03T19:20:43+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2016-03-03T19:20:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=1e8255a39bd50c92add367d01519a76b0d782683'/>
<id>1e8255a39bd50c92add367d01519a76b0d782683</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CHANGELOG: prepre tamplate for release</title>
<updated>2016-03-03T19:18:55+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2016-03-03T19:18:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=c21c8f67e88d108d702677e186e797365fc0035d'/>
<id>c21c8f67e88d108d702677e186e797365fc0035d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CHANGELOG: add note about WinHTTP cred handling</title>
<updated>2016-03-03T19:17:13+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2016-03-03T19:17:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/libgit2.git/commit/?id=a7ef27af1c04e1c0a2a1fbc2c161875204bba86e'/>
<id>a7ef27af1c04e1c0a2a1fbc2c161875204bba86e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
