summaryrefslogtreecommitdiff
path: root/notes.h
AgeCommit message (Expand)AuthorFilesLines
2013-07-29many small typofixesLibravatar Ondřej Bílka1-1/+1
2012-10-17format_note(): simplify APILibravatar Junio C Hamano1-5/+1
2012-09-15notes.c: mark a private file-scope symbol as staticLibravatar Junio C Hamano1-14/+0
2011-03-29notes: refactor display notes default handlingLibravatar Jeff King1-1/+1
2011-03-29notes: refactor display notes extra refs fieldLibravatar Jeff King1-1/+3
2011-03-29notes: make expand_notes_ref globally accessibleLibravatar Jeff King1-0/+3
2010-12-08Merge branch 'jh/notes-merge'Libravatar Junio C Hamano1-4/+43
2010-11-17git notes merge: Add another auto-resolving strategy: "cat_sort_uniq"Libravatar Johan Herland1-0/+1
2010-11-17notes.h/c: Propagate combine_notes_fn return value to add_note() and beyondLibravatar Johan Herland1-3/+8
2010-11-10notes.h/c: Allow combine_notes functions to remove notesLibravatar Johan Herland1-1/+15
2010-11-10notes.h: Make default_notes_ref() available in notes APILibravatar Johan Herland1-0/+14
2010-11-10(trivial) notes.h: Minor documentation fixes to copy_notes()Libravatar Johan Herland1-0/+5
2010-08-31notes: Don't create (empty) commit when removing non-existing notesLibravatar Johan Herland1-1/+3
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