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