summaryrefslogtreecommitdiff
path: root/include/git2/notes.h
Commit message (Expand)AuthorAgeFilesLines
* Introduce `git_note_author`, `git_note_committer`Edward Thomson2014-10-261-0/+17
* note: rename the id getter to git_note_id()Carlos Martín Nieto2014-01-241-3/+3
* Update docs for new callback return value behaviorRussell Belfer2013-12-111-1/+1
* Clean up some documentationCarlos Martín Nieto2013-07-231-2/+2
* fixed minor issues with new note iteratorNico von Geyso2013-03-061-2/+4
* use git_note_iterator type instead of non-public git_iterator oneNico von Geyso2013-03-061-3/+10
* basic note iterator implementationNico von Geyso2013-03-061-0/+39
* update copyrightsEdward Thomson2013-01-081-1/+1
* add option to allow git note overwriteNikolai Vladimirov2013-01-031-1/+3
* Remove git_note_data structureRussell Belfer2012-11-271-14/+8
* API updates for notes.h/c.Ben Straub2012-11-271-26/+41
* notes: slight documentation enhancementsnulltoken2012-08-151-12/+14
* Merge pull request #871 from joshtriplett/fix-note_foreach-docsVicent Martí2012-08-131-1/+1
|\
| * git_note_foreach: Fix documentation for notes_ref parameterJosh Triplett2012-08-121-1/+1
* | Merge pull request #870 from joshtriplett/fix-note_create-docsVicent Martí2012-08-131-2/+2
|\ \
| * | git_note_oid: Fix the documentation to reference parameters using the correct...Josh Triplett2012-08-121-2/+2
| |/
* | git_note_remove: Copyediting on documentation for the oid parameterJosh Triplett2012-08-121-1/+1
|/
* Update iterators for consistency across libraryRussell Belfer2012-08-031-7/+9
* errors: Rename the generic return codesVicent Martí2012-05-181-5/+5
* notes: make git_note_foreach() callback signature easier to cope with from a ...nulltoken2012-05-161-1/+12
* notes: add git_notes_foreach()nulltoken2012-05-141-0/+21
* notes: add git_note_default_ref()Michael Schubert2012-05-031-0/+10
* Add git notes APIschu2012-02-151-0/+97