<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/include/git2/notes.h, branch ethomson/cvar</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>Introduce GIT_CALLBACK macro to enforce cdecl</title>
<updated>2019-01-17T21:17:32+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2019-01-09T18:25:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=22d2062d954dcb88fa3dc65281d3f3d88ae87d68'/>
<id>22d2062d954dcb88fa3dc65281d3f3d88ae87d68</id>
<content type='text'>
Since we now always build the library with cdecl calling conventions,
our callbacks should be decorated as such so that users will not be able
to provide callbacks defined with other calling conventions.

The `GIT_CALLBACK` macro will inject the `__cdecl` attribute as
appropriate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we now always build the library with cdecl calling conventions,
our callbacks should be decorated as such so that users will not be able
to provide callbacks defined with other calling conventions.

The `GIT_CALLBACK` macro will inject the `__cdecl` attribute as
appropriate.
</pre>
</div>
</content>
</entry>
<entry>
<title>notes: Add git_note_commit_iterator_new</title>
<updated>2017-10-06T23:43:40+00:00</updated>
<author>
<name>Richard Ipsum</name>
<email>richardipsum@fastmail.co.uk</email>
</author>
<published>2017-03-19T18:34:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=60bee89d4697832f88c484f0c236e7f25c3d62fe'/>
<id>60bee89d4697832f88c484f0c236e7f25c3d62fe</id>
<content type='text'>
This also adds tests for this function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also adds tests for this function.
</pre>
</div>
</content>
</entry>
<entry>
<title>notes: Add git_note_commit_remove</title>
<updated>2017-10-06T23:43:29+00:00</updated>
<author>
<name>Richard Ipsum</name>
<email>richardipsum@fastmail.co.uk</email>
</author>
<published>2017-03-15T18:17:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=9a02725d11acb302b0d9ef7013ae81ffd59525c7'/>
<id>9a02725d11acb302b0d9ef7013ae81ffd59525c7</id>
<content type='text'>
This also adds tests for this function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also adds tests for this function.
</pre>
</div>
</content>
</entry>
<entry>
<title>notes: Add git_note_commit_read</title>
<updated>2017-10-06T23:33:23+00:00</updated>
<author>
<name>Richard Ipsum</name>
<email>richardipsum@fastmail.co.uk</email>
</author>
<published>2017-03-15T11:54:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=7096bf1ef6b5c7c5659ea9d8c66c85bda8ef20db'/>
<id>7096bf1ef6b5c7c5659ea9d8c66c85bda8ef20db</id>
<content type='text'>
This also adds tests for this function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also adds tests for this function.
</pre>
</div>
</content>
</entry>
<entry>
<title>notes: Add git_note_commit_create</title>
<updated>2017-10-06T23:31:54+00:00</updated>
<author>
<name>Richard Ipsum</name>
<email>richardipsum@fastmail.co.uk</email>
</author>
<published>2017-09-23T16:46:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=a46e743d0153b9a565614776b9f3a71e0aebff25'/>
<id>a46e743d0153b9a565614776b9f3a71e0aebff25</id>
<content type='text'>
This adds a new function that will allow creation of notes without
necessarily updating a particular ref, the notes tree is obtained
from the git_commit object parameter, a new commit object pointing
to the current tip of the notes tree is optionally returned
via the 'note_commit_out' parameter,
optionally the blob id for the note is returned through
the 'note_blob_out' object.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds a new function that will allow creation of notes without
necessarily updating a particular ref, the notes tree is obtained
from the git_commit object parameter, a new commit object pointing
to the current tip of the notes tree is optionally returned
via the 'note_commit_out' parameter,
optionally the blob id for the note is returned through
the 'note_blob_out' object.
</pre>
</div>
</content>
</entry>
<entry>
<title>note: use a git_buf to return the default namespace</title>
<updated>2015-03-17T19:50:02+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-03-04T00:23:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=385449b1df593440abcf6636c81eb5ea19b1d1a1'/>
<id>385449b1df593440abcf6636c81eb5ea19b1d1a1</id>
<content type='text'>
The caller has otherwise no way to know how long the string will be
allocated or ability to free it.

This fixes #2944.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The caller has otherwise no way to know how long the string will be
allocated or ability to free it.

This fixes #2944.
</pre>
</div>
</content>
</entry>
<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>Introduce `git_note_author`, `git_note_committer`</title>
<updated>2014-10-27T02:59:29+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2014-07-21T14:47:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=bad4937ea50a8874598171c7ccb3d3443f1daf7b'/>
<id>bad4937ea50a8874598171c7ccb3d3443f1daf7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>note: rename the id getter to git_note_id()</title>
<updated>2014-01-24T10:18:51+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-01-24T10:18:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=d0a3de720e085d335d9ad46dc00a23dd03eda793'/>
<id>d0a3de720e085d335d9ad46dc00a23dd03eda793</id>
<content type='text'>
This was left over when we did the general switch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was left over when we did the general switch.
</pre>
</div>
</content>
</entry>
</feed>
