<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git, branch ethomson/sysdir_unused</title>
<subtitle>github.com: libgit2/libgit2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/'/>
<entry>
<title>sysdir: remove unused git_sysdir_get_str</title>
<updated>2020-04-05T10:16:29+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2020-04-05T10:16:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=b6f18db917a89459f3344398737e201677e5658c'/>
<id>b6f18db917a89459f3344398737e201677e5658c</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 #5425 from lhchavez/fix-get-delta-base</title>
<updated>2020-04-04T11:40:14+00:00</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2020-04-04T11:40:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=ad341eb72027d8957f6e1ba485b83da344cbbd59'/>
<id>ad341eb72027d8957f6e1ba485b83da344cbbd59</id>
<content type='text'>
pack: Improve error handling for get_delta_base()</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pack: Improve error handling for get_delta_base()</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5480 from libgit2/ethomson/coverity</title>
<updated>2020-04-04T11:37:13+00:00</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2020-04-04T11:37:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=5a1ec7abf60a128cd4c1579bfa6e510c133f5228'/>
<id>5a1ec7abf60a128cd4c1579bfa6e510c133f5228</id>
<content type='text'>
repo::open: ensure we can open the repository</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
repo::open: ensure we can open the repository</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5421 from petersalomonsen/examples-fixes-and-additions</title>
<updated>2020-04-04T11:36:24+00:00</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2020-04-04T11:36:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=7d9b1f076675871721ee99e08ed9b95510efa1e2'/>
<id>7d9b1f076675871721ee99e08ed9b95510efa1e2</id>
<content type='text'>
examples: additions and fixes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
examples: additions and fixes</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5477 from pks-t/pks/rename-detection-negative-caches</title>
<updated>2020-04-04T11:21:02+00:00</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2020-04-04T11:21:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=966db47d2f100c820bc57d217402135ded96cbe8'/>
<id>966db47d2f100c820bc57d217402135ded96cbe8</id>
<content type='text'>
merge: cache negative cache results for similarity metrics</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
merge: cache negative cache results for similarity metrics</pre>
</div>
</content>
</entry>
<entry>
<title>repo::open: ensure we can open the repository</title>
<updated>2020-04-03T08:33:22+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2020-04-03T08:17:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=cb0cfc5acb1ac497625d894cb51f8eed88d1c360'/>
<id>cb0cfc5acb1ac497625d894cb51f8eed88d1c360</id>
<content type='text'>
Update the test cases to check the `git_repository_open` return code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update the test cases to check the `git_repository_open` return code.
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: additions and fixes</title>
<updated>2020-04-02T16:39:37+00:00</updated>
<author>
<name>Peter Salomonsen</name>
<email>pjsalomonsen@gmail.com</email>
</author>
<published>2020-02-24T17:30:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=dc2beb7e2db7bea94a5bd5f8c6e10467f94ff3cc'/>
<id>dc2beb7e2db7bea94a5bd5f8c6e10467f94ff3cc</id>
<content type='text'>
add example for git commit
fix example for git add
add example for git push
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add example for git commit
fix example for git add
add example for git push
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-adding the "delta offset is zero" error case</title>
<updated>2020-04-02T14:34:55+00:00</updated>
<author>
<name>lhchavez</name>
<email>lhchavez@lhchavez.com</email>
</author>
<published>2020-04-02T14:34:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=4d4c8e0a3dd9af6a14228686333d3d2098c86b04'/>
<id>4d4c8e0a3dd9af6a14228686333d3d2098c86b04</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 #5388 from bk2204/repo-format-v1</title>
<updated>2020-04-02T11:26:13+00:00</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2020-04-02T11:26:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=dfd7fcc41c588280f8fada2b86ecdb95bb1025a2'/>
<id>dfd7fcc41c588280f8fada2b86ecdb95bb1025a2</id>
<content type='text'>
Handle repository format v1</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Handle repository format v1</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5440 from pks-t/pks/cmake-streamlining</title>
<updated>2020-04-02T11:13:52+00:00</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2020-04-02T11:13:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=e12991712920be44d0ff89431189f170f155f195'/>
<id>e12991712920be44d0ff89431189f170f155f195</id>
<content type='text'>
CMake: backend selection streamlining</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CMake: backend selection streamlining</pre>
</div>
</content>
</entry>
</feed>
