summaryrefslogtreecommitdiff
path: root/notes.c
AgeCommit message (Expand)Author
2010-03-24Merge branch 'tr/notes-display'Junio C Hamano
2010-03-20notes.c: remove inappropriate call to returnBrandon 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-25notes: fix malformed tree entryJunio C Hamano
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
2010-02-14Minor cosmetic fixes to notes.cJohan Herland
2009-12-03Fix crasher on encountering SHA1-like non-note in notes treeJohan Herland
2009-10-20Refactor notes code to concatenate multiple notes annotating the same objectJohan Herland
2009-10-20Teach the notes lookup code to parse notes trees with various fanout schemesJohan 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-20Speed up git notes lookupJohannes Schindelin
2009-10-20Introduce commit notesJohannes Schindelin
2009-02-11Revert "Merge branch 'js/notes'"Junio C Hamano
2009-01-14git-notes: fix printing of multi-line notesTor Arne Vestbø
2009-01-12Speed up git notes lookupJohannes Schindelin
2008-12-21Introduce commit notesJohannes Schindelin