<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git, branch cmn/diff-binary-patch</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>binary diff: test that the diff and patch otputs are the same</title>
<updated>2015-06-24T12:33:02+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-06-24T12:25:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=76633215d155dff2d5cda302aa868043b2c7090c'/>
<id>76633215d155dff2d5cda302aa868043b2c7090c</id>
<content type='text'>
We test the generation of the textual patch via the patch function,
which are just one of two possibilities to get the output.

Add a second patch generation via the diff function to make sure both
outputs are in sync.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We test the generation of the textual patch via the patch function,
which are just one of two possibilities to get the output.

Add a second patch generation via the diff function to make sure both
outputs are in sync.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3251 from git-up/fixes</title>
<updated>2015-06-24T04:30:19+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2015-06-24T04:30:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=aacfd03dba68333da726bb63e2594f3ed4a16422'/>
<id>aacfd03dba68333da726bb63e2594f3ed4a16422</id>
<content type='text'>
Fixes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed invalid error handling in git_repository_open_ext()</title>
<updated>2015-06-24T03:59:03+00:00</updated>
<author>
<name>Pierre-Olivier Latour</name>
<email>pol@mac.com</email>
</author>
<published>2015-06-24T03:59:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=6a8f3fa85044243d9103283a899bc8058b3149fe'/>
<id>6a8f3fa85044243d9103283a899bc8058b3149fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed Xcode 6.1 build warnings</title>
<updated>2015-06-24T03:57:09+00:00</updated>
<author>
<name>Pierre-Olivier Latour</name>
<email>pol@mac.com</email>
</author>
<published>2015-06-24T03:57:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=8113056c7a9e3efc543e75147fe72a25405fc9f3'/>
<id>8113056c7a9e3efc543e75147fe72a25405fc9f3</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 #3222 from git-up/conflicted</title>
<updated>2015-06-24T03:52:03+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2015-06-24T03:52:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=cc605e73acad8b665c3b89a645eae9de4299774b'/>
<id>cc605e73acad8b665c3b89a645eae9de4299774b</id>
<content type='text'>
Fixed GIT_DELTA_CONFLICTED not returned in some cases</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed GIT_DELTA_CONFLICTED not returned in some cases</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3131 from urkud/const-char</title>
<updated>2015-06-24T03:40:02+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2015-06-24T03:40:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=09f3364d7a9fd061e3c624a1f7b118b312fd825c'/>
<id>09f3364d7a9fd061e3c624a1f7b118b312fd825c</id>
<content type='text'>
Add `const` qualifier</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add `const` qualifier</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3226 from libgit2/cmn/racy-diff-again</title>
<updated>2015-06-24T03:30:58+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2015-06-24T03:30:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=bd670abd23944a20c6a84978ea590c8fd4258cb2'/>
<id>bd670abd23944a20c6a84978ea590c8fd4258cb2</id>
<content type='text'>
racy-git, the missing link</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
racy-git, the missing link</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3249 from libgit2/cmn/repo-version-check</title>
<updated>2015-06-24T03:17:18+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2015-06-24T03:17:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=8351abc7822c38f597bf0ee07f0f293a4f62b1f3'/>
<id>8351abc7822c38f597bf0ee07f0f293a4f62b1f3</id>
<content type='text'>
Check the repository version</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Check the repository version</pre>
</div>
</content>
</entry>
<entry>
<title>repository: check the format version</title>
<updated>2015-06-23T18:44:27+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-06-23T18:44:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=16c73d3804407e338c7f88d5a076e3eb9786fe56'/>
<id>16c73d3804407e338c7f88d5a076e3eb9786fe56</id>
<content type='text'>
This is something we do on re-init but not when opening a
repository. This hasn't particularly mattered up to now as the version
has been 0 ever since the first release of git, but the times, they're
a-changing and we will soon see version 1 in the wild. We need to make
sure we don't open those.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is something we do on re-init but not when opening a
repository. This hasn't particularly mattered up to now as the version
has been 0 ever since the first release of git, but the times, they're
a-changing and we will soon see version 1 in the wild. We need to make
sure we don't open those.
</pre>
</div>
</content>
</entry>
<entry>
<title>repository: don't error out if there is no version</title>
<updated>2015-06-23T18:43:49+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-06-23T18:43:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=99e11cdd0231ec84ac0d0fc476803f067da97a34'/>
<id>99e11cdd0231ec84ac0d0fc476803f067da97a34</id>
<content type='text'>
git will assume the repository format version is 0 if the value is not
there. Do the same.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git will assume the repository format version is 0 if the value is not
there. Do the same.
</pre>
</div>
</content>
</entry>
</feed>
