<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/src, branch gpgsign</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>Introduce git_commit_extract_signature</title>
<updated>2016-02-09T14:58:16+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2016-02-08T17:51:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=a65afb757e2675eb8889a9ce1f8809434cdb3af7'/>
<id>a65afb757e2675eb8889a9ce1f8809434cdb3af7</id>
<content type='text'>
This returns the GPG signature for a commit and its contents without the
signature block, allowing for the verification of the commit's
signature.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This returns the GPG signature for a commit and its contents without the
signature block, allowing for the verification of the commit's
signature.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make packfile_unpack_compressed a private API</title>
<updated>2016-01-13T03:02:38+00:00</updated>
<author>
<name>P.S.V.R</name>
<email>pmq2001@gmail.com</email>
</author>
<published>2016-01-13T03:02:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=b644e223aa04c49f7cc33fa1a4a26b2dbaf7aaf7'/>
<id>b644e223aa04c49f7cc33fa1a4a26b2dbaf7aaf7</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 #3562 from mgorny/ssh-read-stderr-fail</title>
<updated>2015-12-29T13:38:01+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-12-29T13:38:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=700f0aff24d9b292f24d802c3af3b5c1705193c5'/>
<id>700f0aff24d9b292f24d802c3af3b5c1705193c5</id>
<content type='text'>
ssh_stream_read(): fix possible *bytes_read &lt; 0 branch</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ssh_stream_read(): fix possible *bytes_read &lt; 0 branch</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3558 from libgit2/cmn/index-nolock</title>
<updated>2015-12-28T15:12:37+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-12-28T15:12:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=a3776489e653ab8796d808e507ee03ea651a8007'/>
<id>a3776489e653ab8796d808e507ee03ea651a8007</id>
<content type='text'>
index: get rid of the locking</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
index: get rid of the locking</pre>
</div>
</content>
</entry>
<entry>
<title>index: get rid of the locking</title>
<updated>2015-12-28T13:55:44+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-12-23T11:54:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=9d81509ab16f26dcf2cdf0e4b5c0d0006f30b53a'/>
<id>9d81509ab16f26dcf2cdf0e4b5c0d0006f30b53a</id>
<content type='text'>
We don't support using an index object from multiple threads at the same
time, so the locking doesn't have any effect when following the
rules. If not following the rules, things are going to break down
anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We don't support using an index object from multiple threads at the same
time, so the locking doesn't have any effect when following the
rules. If not following the rules, things are going to break down
anyway.
</pre>
</div>
</content>
</entry>
<entry>
<title>git_repository_init: include dotfiles when copying templates</title>
<updated>2015-12-27T04:41:00+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2015-12-27T04:39:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=62602547db2301493cf9681e3a76016ceb1e0b8b'/>
<id>62602547db2301493cf9681e3a76016ceb1e0b8b</id>
<content type='text'>
Include dotfiles when copying template directory, which will handle
both a template directory itself that begins with a dotfile, and
any dotfiles inside the directory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include dotfiles when copying template directory, which will handle
both a template directory itself that begins with a dotfile, and
any dotfiles inside the directory.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3546 from Cruel/master</title>
<updated>2015-12-26T22:55:29+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2015-12-26T22:55:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=869320a85db5bf417cbd8d7317b7a6a35af440bc'/>
<id>869320a85db5bf417cbd8d7317b7a6a35af440bc</id>
<content type='text'>
Fix a couple function signatures</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix a couple function signatures</pre>
</div>
</content>
</entry>
<entry>
<title>ssh_stream_read(): fix possible *bytes_read &lt; 0 branch</title>
<updated>2015-12-26T16:17:05+00:00</updated>
<author>
<name>Michał Górny</name>
<email>mgorny@gentoo.org</email>
</author>
<published>2015-12-26T16:17:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=02fdc2db225b1ca21aab2000ba4a873f335d6707'/>
<id>02fdc2db225b1ca21aab2000ba4a873f335d6707</id>
<content type='text'>
Fix the possibility of returning successfully from ssh_stream_read()
with *bytes_read &lt; 0. This would occur if stdout channel read resulted
in 0, and stderr channel read failed afterwards.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the possibility of returning successfully from ssh_stream_read()
with *bytes_read &lt; 0. This would occur if stdout channel read resulted
in 0, and stderr channel read failed afterwards.
</pre>
</div>
</content>
</entry>
<entry>
<title>typos in comments</title>
<updated>2015-12-21T19:18:07+00:00</updated>
<author>
<name>Dmitriy Olshevskiy</name>
<email>olshevskiy87@bk.ru</email>
</author>
<published>2015-12-21T17:49:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=91f0d186b4efee8ccd5d0bbedf6b806a4f5e2a3a'/>
<id>91f0d186b4efee8ccd5d0bbedf6b806a4f5e2a3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>index: Also size-hint the hash table</title>
<updated>2015-12-16T18:36:50+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>tanoku@gmail.com</email>
</author>
<published>2015-12-16T18:36:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=ef8b7febc5624c265201400001e3d654dea96d83'/>
<id>ef8b7febc5624c265201400001e3d654dea96d83</id>
<content type='text'>
Note that we're not checking whether the resize succeeds; in OOM cases,
we let it run with a "small" vector and hash table and see if by chance
we can grow it dynamically as we insert the new entries. Nothing to
lose really.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note that we're not checking whether the resize succeeds; in OOM cases,
we let it run with a "small" vector and hash table and see if by chance
we can grow it dynamically as we insert the new entries. Nothing to
lose really.
</pre>
</div>
</content>
</entry>
</feed>
