<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitano/libgit2.git/include/git2, branch fixups</title>
<subtitle>git.gitano.org.uk: libgit2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitano/libgit2.git/'/>
<entry>
<title>Add missing accessor for fetchRecurseSubmodules</title>
<updated>2012-09-07T22:49:08+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2012-09-07T22:49:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitano/libgit2.git/commit/?id=17b06f4d47bfd9fae8073c85d71751df94e50050'/>
<id>17b06f4d47bfd9fae8073c85d71751df94e50050</id>
<content type='text'>
When `git_submodule` became an opaque structure, I forgot to add
accessor functions for the fetchRecurseSubmodules config setting.
This fixes that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When `git_submodule` became an opaque structure, I forgot to add
accessor functions for the fetchRecurseSubmodules config setting.
This fixes that.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #900 from pwkelley/development</title>
<updated>2012-09-06T08:17:23+00:00</updated>
<author>
<name>Vicent Martí</name>
<email>vicent@github.com</email>
</author>
<published>2012-09-06T08:17:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitano/libgit2.git/commit/?id=7a3fc9fb175849a7ae55c88b4e0b3a5af58f5a22'/>
<id>7a3fc9fb175849a7ae55c88b4e0b3a5af58f5a22</id>
<content type='text'>
Expose a malloc function to 3rd party ODB backends</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Expose a malloc function to 3rd party ODB backends</pre>
</div>
</content>
</entry>
<entry>
<title>diff: Cleanup documentation and printf compat</title>
<updated>2012-09-06T08:13:38+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>tanoku@gmail.com</email>
</author>
<published>2012-09-06T08:13:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitano/libgit2.git/commit/?id=01ae1909c59951f2d4f7955090ce7590e62662e8'/>
<id>01ae1909c59951f2d4f7955090ce7590e62662e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix comments and a minor bug</title>
<updated>2012-09-05T22:17:24+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2012-08-30T23:39:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitano/libgit2.git/commit/?id=510f1bac6b94ce19459498ae78f87fc4f4552305'/>
<id>510f1bac6b94ce19459498ae78f87fc4f4552305</id>
<content type='text'>
This adds better header comments and also fixes a bug in one of
simple APIs that tells the number of lines in the current hunk.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds better header comments and also fixes a bug in one of
simple APIs that tells the number of lines in the current hunk.
</pre>
</div>
</content>
</entry>
<entry>
<title>Diff iterators</title>
<updated>2012-09-05T22:17:24+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2012-08-30T21:24:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitano/libgit2.git/commit/?id=f335ecd6e126aa9dea28786522c0e6ce71596e91'/>
<id>f335ecd6e126aa9dea28786522c0e6ce71596e91</id>
<content type='text'>
This refactors the diff output code so that an iterator object
can be used to traverse and generate the diffs, instead of just
the `foreach()` style with callbacks.  The code has been rearranged
so that the two styles can still share most functions.

This also replaces `GIT_REVWALKOVER` with `GIT_ITEROVER` and uses
that as a common error code for marking the end of iteration when
using a iterator style of object.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This refactors the diff output code so that an iterator object
can be used to traverse and generate the diffs, instead of just
the `foreach()` style with callbacks.  The code has been rearranged
so that the two styles can still share most functions.

This also replaces `GIT_REVWALKOVER` with `GIT_ITEROVER` and uses
that as a common error code for marking the end of iteration when
using a iterator style of object.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #856 from libgit2/utf8-win</title>
<updated>2012-09-04T21:19:24+00:00</updated>
<author>
<name>Vicent Martí</name>
<email>vicent@github.com</email>
</author>
<published>2012-09-04T21:19:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitano/libgit2.git/commit/?id=4d3834038bd0aaef63d62c54900f6ddafec09515'/>
<id>4d3834038bd0aaef63d62c54900f6ddafec09515</id>
<content type='text'>
Windows: Perform UTF-8 path conversion on the Stack</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Windows: Perform UTF-8 path conversion on the Stack</pre>
</div>
</content>
</entry>
<entry>
<title>branch: Add missing include</title>
<updated>2012-09-04T20:57:31+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>tanoku@gmail.com</email>
</author>
<published>2012-09-04T20:57:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitano/libgit2.git/commit/?id=c9d223f0de390e8b28af7c7513d03340001c2580'/>
<id>c9d223f0de390e8b28af7c7513d03340001c2580</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>windows: Keep UTF-8 on the stack yo</title>
<updated>2012-08-29T06:09:43+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>tanoku@gmail.com</email>
</author>
<published>2012-08-06T10:45:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitano/libgit2.git/commit/?id=6813169ac9fe2558e4503f0149f22c5fad9d61c1'/>
<id>6813169ac9fe2558e4503f0149f22c5fad9d61c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'branch-delete-ref' into development</title>
<updated>2012-08-27T21:54:52+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>tanoku@gmail.com</email>
</author>
<published>2012-08-27T21:54:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitano/libgit2.git/commit/?id=62eafd0620eff3d7ca3659a3f4a4808488f0b2c3'/>
<id>62eafd0620eff3d7ca3659a3f4a4808488f0b2c3</id>
<content type='text'>
Conflicts:
	include/git2/refs.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	include/git2/refs.h
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #904 from arrbee/better-object-peel</title>
<updated>2012-08-27T21:52:26+00:00</updated>
<author>
<name>Vicent Martí</name>
<email>vicent@github.com</email>
</author>
<published>2012-08-27T21:52:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitano/libgit2.git/commit/?id=bd2887a5e5d823b2fc9debef245bcd865ba3dd83'/>
<id>bd2887a5e5d823b2fc9debef245bcd865ba3dd83</id>
<content type='text'>
Make git_object_peel a bit smarter</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make git_object_peel a bit smarter</pre>
</div>
</content>
</entry>
</feed>
