<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git, branch cmn/unpack-offset</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>pack: return the correct final offset</title>
<updated>2014-08-26T13:09:47+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-08-26T13:09:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=b3d3459f32805a1290c5f1811b26a3e9e51a10df'/>
<id>b3d3459f32805a1290c5f1811b26a3e9e51a10df</id>
<content type='text'>
The callers of git_packfile_unpack() expect the obj_offset argument to
be set to the beginning of the next object. We were mistakenly returning
the the offset of the object's data, which causes the CRC function to
try to use the wrong offset.

Set obj_offset to curpos instead of elem-&gt;offset to point to the next
element and bring back expected behaviour.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The callers of git_packfile_unpack() expect the obj_offset argument to
be set to the beginning of the next object. We were mistakenly returning
the the offset of the object's data, which causes the CRC function to
try to use the wrong offset.

Set obj_offset to curpos instead of elem-&gt;offset to point to the next
element and bring back expected behaviour.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2532 from arthurschreiber/arthur/fix-merge-base-commit-check</title>
<updated>2014-08-25T21:06:34+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>vicent@github.com</email>
</author>
<published>2014-08-25T21:06:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=844d226c9d3e1b8f1d58c5a5d57148de6c66d0cf'/>
<id>844d226c9d3e1b8f1d58c5a5d57148de6c66d0cf</id>
<content type='text'>
merge base: Correctly raise an error if a non-commit object is passed.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
merge base: Correctly raise an error if a non-commit object is passed.</pre>
</div>
</content>
</entry>
<entry>
<title>merge base: Correctly raise an error if a non-commit object is passed.</title>
<updated>2014-08-25T20:41:07+00:00</updated>
<author>
<name>Arthur Schreiber</name>
<email>schreiber.arthur@googlemail.com</email>
</author>
<published>2014-08-25T20:41:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=017c0eac2b03e4dbe336d942ff66b09c253d2fd3'/>
<id>017c0eac2b03e4dbe336d942ff66b09c253d2fd3</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 #2531 from libgit2/rb/mkdir-allow-parent-failures</title>
<updated>2014-08-25T19:04:09+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>vicent@github.com</email>
</author>
<published>2014-08-25T19:04:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=5af52c628b55380dddcfc4d03ec11e90d99276d6'/>
<id>5af52c628b55380dddcfc4d03ec11e90d99276d6</id>
<content type='text'>
Allow mkdir helper to skip parent errors</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow mkdir helper to skip parent errors</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2527 from jacquesg/refspec-crash</title>
<updated>2014-08-25T16:18:06+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>vicent@github.com</email>
</author>
<published>2014-08-25T16:18:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=2c1de697e04bf19e55efef415fcf0ec3e592511a'/>
<id>2c1de697e04bf19e55efef415fcf0ec3e592511a</id>
<content type='text'>
Check if the refspec matches before transforming</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Check if the refspec matches before transforming</pre>
</div>
</content>
</entry>
<entry>
<title>Allow mkdir helper to skip parent errors</title>
<updated>2014-08-22T17:05:09+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2014-08-22T17:05:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=668ae2ddf854e509dca6e76772b64c9876c1d717'/>
<id>668ae2ddf854e509dca6e76772b64c9876c1d717</id>
<content type='text'>
Our mkdir helper was failing is a parent directory was not
accessible even if the child directory could be created.
This changes the helper to keep trying child directories
even when the parent is unwritable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Our mkdir helper was failing is a parent directory was not
accessible even if the child directory could be created.
This changes the helper to keep trying child directories
even when the parent is unwritable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Check that the refspec matches before modifying the out buffer</title>
<updated>2014-08-21T16:53:43+00:00</updated>
<author>
<name>Jacques Germishuys</name>
<email>jacquesg@striata.com</email>
</author>
<published>2014-08-21T16:53:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=8f6073f63e42c2a3ff3b6fbb20729c7a911be30f'/>
<id>8f6073f63e42c2a3ff3b6fbb20729c7a911be30f</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 #2528 from libgit2/vmg/tostr_s</title>
<updated>2014-08-18T13:18:59+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>vicent@github.com</email>
</author>
<published>2014-08-18T13:18:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=d28b2b7a5ff608ce8f3da0e0b6a4c75afcf1e82c'/>
<id>d28b2b7a5ff608ce8f3da0e0b6a4c75afcf1e82c</id>
<content type='text'>
Export `git_oid_tostr_s` instead of `_allocfmt`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Export `git_oid_tostr_s` instead of `_allocfmt`</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "test: Remove symlinks from the source tree"</title>
<updated>2014-08-18T13:18:47+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>tanoku@gmail.com</email>
</author>
<published>2014-08-18T13:18:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=43ebca8d7baa420a35ac1a8b23258066a0e5b223'/>
<id>43ebca8d7baa420a35ac1a8b23258066a0e5b223</id>
<content type='text'>
This reverts commit 0dc54e149498bbd5de5e5ecc6006f9f5afb6588c.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 0dc54e149498bbd5de5e5ecc6006f9f5afb6588c.
</pre>
</div>
</content>
</entry>
<entry>
<title>test: Remove symlinks from the source tree</title>
<updated>2014-08-18T10:47:16+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>tanoku@gmail.com</email>
</author>
<published>2014-08-18T10:44:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=0dc54e149498bbd5de5e5ecc6006f9f5afb6588c'/>
<id>0dc54e149498bbd5de5e5ecc6006f9f5afb6588c</id>
<content type='text'>
We don't really use this at all, and it breaks packaging in Windows.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We don't really use this at all, and it breaks packaging in Windows.
</pre>
</div>
</content>
</entry>
</feed>
