aboutsummaryrefslogtreecommitdiffstats
path: root/notes.h
AgeCommit message (Expand)AuthorFilesLines
2013-07-29many small typofixesOndřej Bílka1-1/+1
2012-10-17format_note(): simplify APIJunio C Hamano1-5/+1
2012-09-15notes.c: mark a private file-scope symbol as staticJunio C Hamano1-14/+0
2011-03-29notes: refactor display notes default handlingJeff King1-1/+1
2011-03-29notes: refactor display notes extra refs fieldJeff King1-1/+3
2011-03-29notes: make expand_notes_ref globally accessibleJeff King1-0/+3
2010-12-08Merge branch 'jh/notes-merge'Junio C Hamano1-4/+43
2010-11-17git notes merge: Add another auto-resolving strategy: "cat_sort_uniq"Johan Herland1-0/+1
2010-11-17notes.h/c: Propagate combine_notes_fn return value to add_note() and beyondJohan Herland1-3/+8
2010-11-10notes.h/c: Allow combine_notes functions to remove notesJohan Herland1-1/+15
2010-11-10notes.h: Make default_notes_ref() available in notes APIJohan Herland1-0/+14
2010-11-10(trivial) notes.h: Minor documentation fixes to copy_notes()Johan Herland1-0/+5
2010-08-31notes: Don't create (empty) commit when removing non-existing notesJohan Herland1-1/+3
2010-06-25Merge branch 'maint'Junio C Hamano1-2/+2
2010-06-24msvc: Fix some "expr evaluates to function" compiler warningsRamsay Jones1-2/+2
2010-05-19notes: dry-run and verbose options for pruneMichael J Gruber1-1/+4
2010-04-06notes.h: declare bit field as unsigned to silence compiler complaintsBrandon Casey1-1/+1
2010-03-12notes: track whether notes_trees were changed at allThomas Rast1-0/+1
2010-03-12notes: implement 'git notes copy --stdin'Thomas Rast1-0/+9
2010-03-12Support showing notes from more than one notes treeThomas Rast1-0/+55
2010-02-13Notes API: prune_notes(): Prune notes that belong to non-existing objectsJohan Herland1-0/+12
2010-02-13Teach notes code to properly preserve non-notes in the notes treeJohan Herland1-0/+1
2010-02-13Refactor notes concatenation into a flexible interface for combining notesJohan Herland1-2/+32
2010-02-13Notes API: Allow multiple concurrent notes trees with new struct notes_treeJohan Herland1-29/+52
2010-02-13Notes API: write_notes_tree(): Store the notes tree in the databaseJohan Herland1-3/+35
2010-02-13Notes API: for_each_note(): Traverse the entire notes tree with a callbackJohan Herland1-0/+47
2010-02-13Notes API: get_note(): Return the note annotating the given objectJohan Herland1-0/+7
2010-02-13Notes API: remove_note(): Remove note objects from the notes tree structureJohan Herland1-0/+3
2010-02-13Notes API: add_note(): Add note objects to the internal notes tree structureJohan Herland1-0/+4
2010-02-13Notes API: init_notes(): Initialize the notes tree from the given notes refJohan Herland1-0/+20
2010-02-13Notes API: get_commit_notes() -> format_note() + remove the commit restrictionJohan Herland1-1/+10
2009-10-19Teach notes code to free its internal data structures on requestJohan Herland1-0/+3
2009-10-19Add flags to get_commit_notes() to control the format of the note stringJohan Herland1-1/+4
2009-10-19Introduce commit notesJohannes Schindelin1-0/+7
2009-02-10Revert "Merge branch 'js/notes'"Junio C Hamano1-7/+0
2008-12-21Introduce commit notesJohannes Schindelin1-0/+7