]> git.proxmox.com Git - libgit2.git/commit - src/notes.h
basic note iterator implementation
authorNico von Geyso <Nico.Geyso@FU-Berlin.de>
Wed, 6 Mar 2013 15:43:21 +0000 (16:43 +0100)
committerNico von Geyso <Nico.Geyso@FU-Berlin.de>
Wed, 6 Mar 2013 16:01:33 +0000 (17:01 +0100)
commit6edb427b7615207142e10a228164d6a019045126
treedf37c3e13d447f8fd5ee33198cbe7921439c4f2d
parentd1bcc1a8744343253df569ae4798302c1ff796e7
basic note iterator implementation

* git_note_iterator_new() - create a new note iterator
* git_note_next() - retrieves the next item of the iterator
include/git2/notes.h
src/notes.c
src/notes.h
tests-clar/notes/notes.c