<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/include/git2, branch utf8-win</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>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/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/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/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>
<entry>
<title>Merge pull request #897 from nulltoken/topic/git_reference_check_format</title>
<updated>2012-08-27T20:39:17+00:00</updated>
<author>
<name>Vicent Martí</name>
<email>vicent@github.com</email>
</author>
<published>2012-08-27T20:39:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=b9d283d14aac37ed6b4e83aed2c17e0e7040d677'/>
<id>b9d283d14aac37ed6b4e83aed2c17e0e7040d677</id>
<content type='text'>
refs: expose git_reference_normalize_name()</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
refs: expose git_reference_normalize_name()</pre>
</div>
</content>
</entry>
<entry>
<title>Make git_object_peel a bit smarter</title>
<updated>2012-08-27T18:53:59+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2012-08-27T18:53:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=d8057a5b0ed644b1f72a4eb80f82da7ce8977958'/>
<id>d8057a5b0ed644b1f72a4eb80f82da7ce8977958</id>
<content type='text'>
This expands the types of peeling that `git_object_peel` knows
how to do to include TAG -&gt; BLOB peeling, and makes the errors
slightly more consistent depending on the situation.  It also
adds a new special behavior where peeling to ANY will peel until
the object type changes (e.g. chases TAGs to a non-TAG).

Using this expanded peeling, this replaces peeling code that was
embedded in `git_tag_peel` and `git_reset`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This expands the types of peeling that `git_object_peel` knows
how to do to include TAG -&gt; BLOB peeling, and makes the errors
slightly more consistent depending on the situation.  It also
adds a new special behavior where peeling to ANY will peel until
the object type changes (e.g. chases TAGs to a non-TAG).

Using this expanded peeling, this replaces peeling code that was
embedded in `git_tag_peel` and `git_reset`.
</pre>
</div>
</content>
</entry>
<entry>
<title>refs: expose git_reference_normalize_name()</title>
<updated>2012-08-27T06:41:26+00:00</updated>
<author>
<name>nulltoken</name>
<email>emeric.fermas@gmail.com</email>
</author>
<published>2012-08-26T20:08:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=2e0c881670678d18b912b57dd5825fec00167aad'/>
<id>2e0c881670678d18b912b57dd5825fec00167aad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>branch: Change `git_branch_delete` to take a ref</title>
<updated>2012-08-27T01:00:10+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>tanoku@gmail.com</email>
</author>
<published>2012-08-23T22:47:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=1c947daa80dfa442acbf8119530a3dcbf5af00c5'/>
<id>1c947daa80dfa442acbf8119530a3dcbf5af00c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>indexer: kill git_indexer_stats.data_received</title>
<updated>2012-08-25T22:42:28+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>carlos@cmartin.tk</email>
</author>
<published>2012-08-25T22:35:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=2b175ca972f2531e5ef46d24abeb831d90033a33'/>
<id>2b175ca972f2531e5ef46d24abeb831d90033a33</id>
<content type='text'>
It's not really needed with the current code as we have EOS and the
sideband's flush to tell us we're done.

Keep the distinction between processed and received objects.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's not really needed with the current code as we have EOS and the
sideband's flush to tell us we're done.

Keep the distinction between processed and received objects.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #895 from carlosmn/sideband</title>
<updated>2012-08-24T23:29:01+00:00</updated>
<author>
<name>Vicent Martí</name>
<email>vicent@github.com</email>
</author>
<published>2012-08-24T23:29:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=b7e8827b8bbca0c69d85be34cc4a88888c1152f2'/>
<id>b7e8827b8bbca0c69d85be34cc4a88888c1152f2</id>
<content type='text'>
Add sideband support</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add sideband support</pre>
</div>
</content>
</entry>
<entry>
<title>network: add sideband support</title>
<updated>2012-08-24T18:29:39+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>carlos@cmartin.tk</email>
</author>
<published>2012-05-14T15:54:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=e03e71da56608f60770eb80767dcd94e698cdcae'/>
<id>e03e71da56608f60770eb80767dcd94e698cdcae</id>
<content type='text'>
This lets us notify the user of what the remote end is doing while we
wait for it to start sending us the packfile.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This lets us notify the user of what the remote end is doing while we
wait for it to start sending us the packfile.
</pre>
</div>
</content>
</entry>
</feed>
