<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/include/git2, branch cmn/notes-consistency</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>notes: fix comments for git_note_next()</title>
<updated>2014-12-06T03:20:10+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-12-06T02:13:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=bfa6cdbf13be242df0cde6cd6e51a005600c0f04'/>
<id>bfa6cdbf13be242df0cde6cd6e51a005600c0f04</id>
<content type='text'>
The iterator is the last argument. There is also no returned notes, just
ids, so the comment about freeing is out of place.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The iterator is the last argument. There is also no returned notes, just
ids, so the comment about freeing is out of place.
</pre>
</div>
</content>
</entry>
<entry>
<title>notes: move the notes name argument</title>
<updated>2014-12-06T03:20:09+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-12-06T02:12:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=21083a712933248ecc71a09abd20d548b912b194'/>
<id>21083a712933248ecc71a09abd20d548b912b194</id>
<content type='text'>
Make it consistent between git_note_create() and git_note_remote() by
putting it after the repository.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make it consistent between git_note_create() and git_note_remote() by
putting it after the repository.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2744 from epmatsw/spelling</title>
<updated>2014-12-05T06:44:09+00:00</updated>
<author>
<name>nulltoken</name>
<email>emeric.fermas@gmail.com</email>
</author>
<published>2014-12-05T06:44:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=30ec05260d5fe2074f19b7f47021455cf10a7014'/>
<id>30ec05260d5fe2074f19b7f47021455cf10a7014</id>
<content type='text'>
Spelling fixes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Spelling fixes</pre>
</div>
</content>
</entry>
<entry>
<title>Spelling fixes</title>
<updated>2014-12-05T03:06:59+00:00</updated>
<author>
<name>Will Stamper</name>
<email>epmatsw@gmail.com</email>
</author>
<published>2014-12-05T03:06:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=b874629b2d5823b7f52055a9784cc2e34cd48efb'/>
<id>b874629b2d5823b7f52055a9784cc2e34cd48efb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>init: return the number of initializations</title>
<updated>2014-12-05T01:42:27+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@microsoft.com</email>
</author>
<published>2014-12-03T20:28:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=6d91dc53514aa9eec4bdf2326d1f7657ac2426b3'/>
<id>6d91dc53514aa9eec4bdf2326d1f7657ac2426b3</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 #2718 from libgit2/cmn/peeling-errors</title>
<updated>2014-11-23T22:15:18+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2014-11-23T22:15:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=e952bc5a576470f3f83b6a4fdd9b0c52d5d3e37c'/>
<id>e952bc5a576470f3f83b6a4fdd9b0c52d5d3e37c</id>
<content type='text'>
peel: reject bad queries with EPEEL</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
peel: reject bad queries with EPEEL</pre>
</div>
</content>
</entry>
<entry>
<title>peel: reject bad queries with EINVALIDSPEC</title>
<updated>2014-11-22T17:55:22+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-11-19T17:42:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=753e17b0f518c2510848a9dd73cc45e4c6df1a8a'/>
<id>753e17b0f518c2510848a9dd73cc45e4c6df1a8a</id>
<content type='text'>
There are some combination of objects and target types which we know
cannot be fulfilled. Return EINVALIDSPEC for those to signify that there
is a mismatch in the user-provided data and what the object model is
capable of satisfying.

If we start at a tag and in the course of peeling find out that we
cannot reach a particular type, we return EPEEL.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are some combination of objects and target types which we know
cannot be fulfilled. Return EINVALIDSPEC for those to signify that there
is a mismatch in the user-provided data and what the object model is
capable of satisfying.

If we start at a tag and in the course of peeling find out that we
cannot reach a particular type, we return EPEEL.
</pre>
</div>
</content>
</entry>
<entry>
<title>remote: don't say we free the remote on disconnect</title>
<updated>2014-11-19T14:49:47+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-11-19T14:49:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=8fd7dd778ddc2aa157de6a3b307a9c2b3686fe7a'/>
<id>8fd7dd778ddc2aa157de6a3b307a9c2b3686fe7a</id>
<content type='text'>
On disconnect we simply ask the transport to close the connection, we do
not free it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On disconnect we simply ask the transport to close the connection, we do
not free it.
</pre>
</div>
</content>
</entry>
<entry>
<title>remote: clarify which list of references _ls() returns</title>
<updated>2014-11-19T14:49:02+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-11-19T14:49:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=699dfcc3bcd4494a1532bf608aa0d84022c58dbf'/>
<id>699dfcc3bcd4494a1532bf608aa0d84022c58dbf</id>
<content type='text'>
Make it clear that this is not the ls-remote command but a way to access
the data we have and how long it's kept around.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make it clear that this is not the ls-remote command but a way to access
the data we have and how long it's kept around.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2608 from libgit2/cmn/remote-push</title>
<updated>2014-11-18T16:44:59+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2014-11-18T16:44:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=45301cca309abf4b4c126890a6a7ae024714cfc9'/>
<id>45301cca309abf4b4c126890a6a7ae024714cfc9</id>
<content type='text'>
Provide a convenience function `git_remote_push()`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Provide a convenience function `git_remote_push()`</pre>
</div>
</content>
</entry>
</feed>
