summaryrefslogtreecommitdiff
path: root/notes.h
AgeCommit message (Expand)AuthorFilesLines
2010-06-25Merge branch 'maint'Libravatar Junio C Hamano1-2/+2
2010-06-24msvc: Fix some "expr evaluates to function" compiler warningsLibravatar Ramsay Jones1-2/+2
2010-05-19notes: dry-run and verbose options for pruneLibravatar Michael J Gruber1-1/+4
2010-04-06notes.h: declare bit field as unsigned to silence compiler complaintsLibravatar Brandon Casey1-1/+1
2010-03-12notes: track whether notes_trees were changed at allLibravatar Thomas Rast1-0/+1
2010-03-12notes: implement 'git notes copy --stdin'Libravatar Thomas Rast1-0/+9
2010-03-12Support showing notes from more than one notes treeLibravatar Thomas Rast1-0/+55
2010-02-13Notes API: prune_notes(): Prune notes that belong to non-existing objectsLibravatar Johan Herland1-0/+12
2010-02-13Teach notes code to properly preserve non-notes in the notes treeLibravatar Johan Herland1-0/+1
2010-02-13Refactor notes concatenation into a flexible interface for combining notesLibravatar Johan Herland1-2/+32
2010-02-13Notes API: Allow multiple concurrent notes trees with new struct notes_treeLibravatar Johan Herland1-29/+52
2010-02-13Notes API: write_notes_tree(): Store the notes tree in the databaseLibravatar Johan Herland1-3/+35
2010-02-13Notes API: for_each_note(): Traverse the entire notes tree with a callbackLibravatar Johan Herland1-0/+47
2010-02-13Notes API: get_note(): Return the note annotating the given objectLibravatar Johan Herland1-0/+7
2010-02-13Notes API: remove_note(): Remove note objects from the notes tree structureLibravatar Johan Herland1-0/+3
2010-02-13Notes API: add_note(): Add note objects to the internal notes tree structureLibravatar Johan Herland1-0/+4
2010-02-13Notes API: init_notes(): Initialize the notes tree from the given notes refLibravatar Johan Herland1-0/+20
2010-02-13Notes API: get_commit_notes() -> format_note() + remove the commit restrictionLibravatar Johan Herland1-1/+10
2009-10-19Teach notes code to free its internal data structures on requestLibravatar Johan Herland1-0/+3
2009-10-19Add flags to get_commit_notes() to control the format of the note stringLibravatar Johan Herland1-1/+4
2009-10-19Introduce commit notesLibravatar Johannes Schindelin1-0/+7
2009-02-10Revert "Merge branch 'js/notes'"Libravatar Junio C Hamano1-7/+0
2008-12-21Introduce commit notesLibravatar Johannes Schindelin1-0/+7