summaryrefslogtreecommitdiff
path: root/notes.h
Commit message (Expand)AuthorAgeFilesLines
* Notes API: write_notes_tree(): Store the notes tree in the databaseJohan Herland2010-02-131-3/+35
* Notes API: for_each_note(): Traverse the entire notes tree with a callbackJohan Herland2010-02-131-0/+47
* Notes API: get_note(): Return the note annotating the given objectJohan Herland2010-02-131-0/+7
* Notes API: remove_note(): Remove note objects from the notes tree structureJohan Herland2010-02-131-0/+3
* Notes API: add_note(): Add note objects to the internal notes tree structureJohan Herland2010-02-131-0/+4
* Notes API: init_notes(): Initialize the notes tree from the given notes refJohan Herland2010-02-131-0/+20
* Notes API: get_commit_notes() -> format_note() + remove the commit restrictionJohan Herland2010-02-131-1/+10
* Teach notes code to free its internal data structures on requestJohan Herland2009-10-191-0/+3
* Add flags to get_commit_notes() to control the format of the note stringJohan Herland2009-10-191-1/+4
* Introduce commit notesJohannes Schindelin2009-10-191-0/+7
* Revert "Merge branch 'js/notes'"Junio C Hamano2009-02-101-7/+0
* Introduce commit notesJohannes Schindelin2008-12-211-0/+7