summaryrefslogtreecommitdiff
path: root/notes.h
AgeCommit message (Expand)Author
2010-04-07notes.h: declare bit field as unsigned to silence compiler complaintsBrandon Casey
2010-03-13notes: track whether notes_trees were changed at allThomas Rast
2010-03-13notes: implement 'git notes copy --stdin'Thomas Rast
2010-03-13Support showing notes from more than one notes treeThomas Rast
2010-02-14Notes API: prune_notes(): Prune notes that belong to non-existing objectsJohan Herland
2010-02-14Teach notes code to properly preserve non-notes in the notes treeJohan Herland
2010-02-14Refactor notes concatenation into a flexible interface for combining notesJohan Herland
2010-02-14Notes API: Allow multiple concurrent notes trees with new struct notes_treeJohan Herland
2010-02-14Notes API: write_notes_tree(): Store the notes tree in the databaseJohan Herland
2010-02-14Notes API: for_each_note(): Traverse the entire notes tree with a callbackJohan Herland
2010-02-14Notes API: get_note(): Return the note annotating the given objectJohan Herland
2010-02-14Notes API: remove_note(): Remove note objects from the notes tree structureJohan Herland
2010-02-14Notes API: add_note(): Add note objects to the internal notes tree structureJohan Herland
2010-02-14Notes API: init_notes(): Initialize the notes tree from the given notes refJohan Herland
2010-02-14Notes API: get_commit_notes() -> format_note() + remove the commit restrictionJohan Herland
2009-10-20Teach notes code to free its internal data structures on requestJohan Herland
2009-10-20Add flags to get_commit_notes() to control the format of the note stringJohan Herland
2009-10-20Introduce commit notesJohannes Schindelin
2009-02-11Revert "Merge branch 'js/notes'"Junio C Hamano
2008-12-21Introduce commit notesJohannes Schindelin