summaryrefslogtreecommitdiff
path: root/notes.h
Commit message (Expand)AuthorAgeFilesLines
* notes.h: declare bit field as unsigned to silence compiler complaintsBrandon Casey2010-04-061-1/+1
* notes: track whether notes_trees were changed at allThomas Rast2010-03-121-0/+1
* notes: implement 'git notes copy --stdin'Thomas Rast2010-03-121-0/+9
* Support showing notes from more than one notes treeThomas Rast2010-03-121-0/+55
* Notes API: prune_notes(): Prune notes that belong to non-existing objectsJohan Herland2010-02-131-0/+12
* Teach notes code to properly preserve non-notes in the notes treeJohan Herland2010-02-131-0/+1
* Refactor notes concatenation into a flexible interface for combining notesJohan Herland2010-02-131-2/+32
* Notes API: Allow multiple concurrent notes trees with new struct notes_treeJohan Herland2010-02-131-29/+52
* 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