<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git, branch ethomson/rebase_inmemory_no_base</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>rebase: handle no common ancestor for inmemory</title>
<updated>2016-05-03T19:29:50+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@github.com</email>
</author>
<published>2016-05-03T19:29:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=9a363d1b266d24f3641dc1cc2aa14be54dcfa3cf'/>
<id>9a363d1b266d24f3641dc1cc2aa14be54dcfa3cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rebase: test rebase (merge) w/ no common ancestor</title>
<updated>2016-05-03T19:29:44+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@github.com</email>
</author>
<published>2016-05-03T19:22:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=c7b4bbffcc559b03422f81d7c11ac762e2753fbf'/>
<id>c7b4bbffcc559b03422f81d7c11ac762e2753fbf</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 #3759 from libgit2/cmn/faster-header</title>
<updated>2016-05-02T17:59:51+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@github.com</email>
</author>
<published>2016-05-02T17:59:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=4d384d6bbe3efc72fb212a2c5c71c8064a2cee54'/>
<id>4d384d6bbe3efc72fb212a2c5c71c8064a2cee54</id>
<content type='text'>
odb: avoid inflating the full delta to read the header</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
odb: avoid inflating the full delta to read the header</pre>
</div>
</content>
</entry>
<entry>
<title>odb: avoid inflating the full delta to read the header</title>
<updated>2016-05-02T15:37:26+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2016-04-27T10:00:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=a97b769a0ef7fe8b301c07280c9b80233bb77643'/>
<id>a97b769a0ef7fe8b301c07280c9b80233bb77643</id>
<content type='text'>
When we read the header, we want to know the size and type of the
object. We're currently inflating the full delta in order to read the
first few bytes. This can mean hundreds of kB needlessly inflated for
large objects.

Instead use a packfile stream to read just enough so we can read the two
varints in the header and avoid inflating most of the delta.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When we read the header, we want to know the size and type of the
object. We're currently inflating the full delta in order to read the
first few bytes. This can mean hundreds of kB needlessly inflated for
large objects.

Instead use a packfile stream to read just enough so we can read the two
varints in the header and avoid inflating most of the delta.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3764 from libgit2/ethomson/cmake_pc</title>
<updated>2016-04-29T16:34:03+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>carlosmn@github.com</email>
</author>
<published>2016-04-29T16:34:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=d24425fa8ea3349f2ce7087dac3cba19481cc389'/>
<id>d24425fa8ea3349f2ce7087dac3cba19481cc389</id>
<content type='text'>
cmake: include threading libraries in pkg-config</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cmake: include threading libraries in pkg-config</pre>
</div>
</content>
</entry>
<entry>
<title>cmake: include threading libraries in pkg-config</title>
<updated>2016-04-29T14:19:11+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@github.com</email>
</author>
<published>2016-04-29T14:18:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=097b0761f16ec9552287f4c1f50c2e1124ce6db6'/>
<id>097b0761f16ec9552287f4c1f50c2e1124ce6db6</id>
<content type='text'>
Include any required threading libraries in our `libgit2.pc`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include any required threading libraries in our `libgit2.pc`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3763 from libgit2/ethomson/signature_from_buffer</title>
<updated>2016-04-29T08:36:01+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>carlosmn@github.com</email>
</author>
<published>2016-04-29T08:36:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=5e8ba35d44770e388eaacf48e4696d7a55fefddb'/>
<id>5e8ba35d44770e388eaacf48e4696d7a55fefddb</id>
<content type='text'>
Introduce `git_signature_from_buffer`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduce `git_signature_from_buffer`</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3760 from backhub/bug/openssl_read</title>
<updated>2016-04-29T02:32:20+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@github.com</email>
</author>
<published>2016-04-29T02:32:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=1e7fa834b5232612693cd0c3e9d7a075392028d7'/>
<id>1e7fa834b5232612693cd0c3e9d7a075392028d7</id>
<content type='text'>
Fix return value of openssl_read (infinite loop)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix return value of openssl_read (infinite loop)</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce `git_signature_from_buffer`</title>
<updated>2016-04-28T16:47:14+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@github.com</email>
</author>
<published>2016-04-28T16:47:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=d383c39b3bc9a2bd5e68882db9a12e64ccd262a4'/>
<id>d383c39b3bc9a2bd5e68882db9a12e64ccd262a4</id>
<content type='text'>
Allow users to construct a signature from the type of signature
lines that actually appear in commits.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow users to construct a signature from the type of signature
lines that actually appear in commits.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix style: no braces</title>
<updated>2016-04-27T11:56:16+00:00</updated>
<author>
<name>Christian Schlack</name>
<email>christian@backhub.co</email>
</author>
<published>2016-04-27T11:56:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=568c5a9fc111dbbee05c0bc890eca21880826faa'/>
<id>568c5a9fc111dbbee05c0bc890eca21880826faa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
