summaryrefslogtreecommitdiff
path: root/notes.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-27string_list: Fix argument order for string_list_appendLibravatar Julian Phillips1-3/+3
2010-06-27string_list: Fix argument order for for_each_string_listLibravatar Julian Phillips1-3/+3
2010-03-24Merge branch 'tr/notes-display'Libravatar Junio C Hamano1-7/+183
2010-03-20notes.c: remove inappropriate call to returnLibravatar Brandon Casey1-1/+1
2010-03-12notes: track whether notes_trees were changed at allLibravatar Thomas Rast1-0/+3
2010-03-12notes: implement 'git notes copy --stdin'Libravatar Thomas Rast1-0/+18
2010-03-12Support showing notes from more than one notes treeLibravatar Thomas Rast1-7/+162
2010-02-24notes: fix malformed tree entryLibravatar Junio C Hamano1-2/+2
2010-02-13Notes API: prune_notes(): Prune notes that belong to non-existing objectsLibravatar Johan Herland1-0/+39
2010-02-13Teach notes code to properly preserve non-notes in the notes treeLibravatar Johan Herland1-39/+180
2010-02-13Refactor notes concatenation into a flexible interface for combining notesLibravatar Johan Herland1-58/+80
2010-02-13Notes API: Allow multiple concurrent notes trees with new struct notes_treeLibravatar Johan Herland1-34/+56
2010-02-13Notes API: write_notes_tree(): Store the notes tree in the databaseLibravatar Johan Herland1-0/+145
2010-02-13Notes API: for_each_note(): Traverse the entire notes tree with a callbackLibravatar Johan Herland1-0/+133
2010-02-13Notes API: get_note(): Return the note annotating the given objectLibravatar Johan Herland1-7/+8
2010-02-13Notes API: remove_note(): Remove note objects from the notes tree structureLibravatar Johan Herland1-1/+84
2010-02-13Notes API: add_note(): Add note objects to the internal notes tree structureLibravatar Johan Herland1-0/+11
2010-02-13Notes API: init_notes(): Initialize the notes tree from the given notes refLibravatar Johan Herland1-12/+18
2010-02-13Notes API: get_commit_notes() -> format_note() + remove the commit restrictionLibravatar Johan Herland1-17/+16
2010-02-13Minor cosmetic fixes to notes.cLibravatar Johan Herland1-5/+4
2009-12-03Fix crasher on encountering SHA1-like non-note in notes treeLibravatar Johan Herland1-0/+2
2009-10-19Refactor notes code to concatenate multiple notes annotating the same objectLibravatar Johan Herland1-82/+161
2009-10-19Teach the notes lookup code to parse notes trees with various fanout schemesLibravatar Johan Herland1-69/+248
2009-10-19Teach notes code to free its internal data structures on requestLibravatar Johan Herland1-0/+7
2009-10-19Add flags to get_commit_notes() to control the format of the note stringLibravatar Johan Herland1-3/+5
2009-10-19Speed up git notes lookupLibravatar Johannes Schindelin1-10/+102
2009-10-19Introduce commit notesLibravatar Johannes Schindelin1-0/+70
2009-02-10Revert "Merge branch 'js/notes'"Libravatar Junio C Hamano1-160/+0
2009-01-14git-notes: fix printing of multi-line notesLibravatar Tor Arne Vestbø1-6/+7
2009-01-11Speed up git notes lookupLibravatar Johannes Schindelin1-11/+102
2008-12-21Introduce commit notesLibravatar Johannes Schindelin1-0/+68