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