summaryrefslogtreecommitdiffstats
path: root/notes.h
Commit message (Expand)AuthorAgeFilesLines
* Add missing includes and forward declarationsElijah Newren2018-08-151-0/+3
* notes: convert write_notes_tree to object_idPatryk Obara2018-01-301-2/+2
* notes: convert combine_notes_* to object_idPatryk Obara2018-01-301-10/+15
* notes: convert some accessor functions to struct object_idbrian m. carlson2017-06-021-4/+4
* notes: convert format_display_notes to struct object_idbrian m. carlson2017-06-021-1/+1
* notes: make get_note return pointer to struct object_idbrian m. carlson2017-06-021-1/+1
* notes: convert for_each_note to struct object_idbrian m. carlson2017-06-021-2/+2
* Merge branch 'jk/notes-merge-from-anywhere'Junio C Hamano2016-02-031-0/+7
|\
| * notes: allow merging from arbitrary referencesJacob Keller2016-01-171-0/+7
* | notes: allow treeish expressions as notes refMike Hommey2016-01-121-1/+9
|/
* many small typofixesOndřej Bílka2013-07-291-1/+1
* format_note(): simplify APIJunio C Hamano2012-10-171-5/+1
* notes.c: mark a private file-scope symbol as staticJunio C Hamano2012-09-151-14/+0
* notes: refactor display notes default handlingJeff King2011-03-291-1/+1
* notes: refactor display notes extra refs fieldJeff King2011-03-291-1/+3
* notes: make expand_notes_ref globally accessibleJeff King2011-03-291-0/+3
* Merge branch 'jh/notes-merge'Junio C Hamano2010-12-081-4/+43
|\
| * git notes merge: Add another auto-resolving strategy: "cat_sort_uniq"Johan Herland2010-11-171-0/+1
| * notes.h/c: Propagate combine_notes_fn return value to add_note() and beyondJohan Herland2010-11-171-3/+8
| * notes.h/c: Allow combine_notes functions to remove notesJohan Herland2010-11-101-1/+15
| * notes.h: Make default_notes_ref() available in notes APIJohan Herland2010-11-101-0/+14
| * (trivial) notes.h: Minor documentation fixes to copy_notes()Johan Herland2010-11-101-0/+5
* | notes: Don't create (empty) commit when removing non-existing notesJohan Herland2010-08-311-1/+3
|/
* Merge branch 'maint'Junio C Hamano2010-06-251-2/+2
|\
| * msvc: Fix some "expr evaluates to function" compiler warningsRamsay Jones2010-06-241-2/+2
* | notes: dry-run and verbose options for pruneMichael J Gruber2010-05-191-1/+4
|/
* notes.h: declare bit field as unsigned to silence compiler complaintsBrandon Casey2010-04-061-1/+1
* notes: track whether notes_trees were changed at allThomas Rast2010-03-121-0/+1
* notes: implement 'git notes copy --stdin'Thomas Rast2010-03-121-0/+9
* Support showing notes from more than one notes treeThomas Rast2010-03-121-0/+55
* Notes API: prune_notes(): Prune notes that belong to non-existing objectsJohan Herland2010-02-131-0/+12
* Teach notes code to properly preserve non-notes in the notes treeJohan Herland2010-02-131-0/+1
* Refactor notes concatenation into a flexible interface for combining notesJohan Herland2010-02-131-2/+32
* Notes API: Allow multiple concurrent notes trees with new struct notes_treeJohan Herland2010-02-131-29/+52
* Notes API: write_notes_tree(): Store the notes tree in the databaseJohan Herland2010-02-131-3/+35
* Notes API: for_each_note(): Traverse the entire notes tree with a callbackJohan Herland2010-02-131-0/+47
* Notes API: get_note(): Return the note annotating the given objectJohan Herland2010-02-131-0/+7
* Notes API: remove_note(): Remove note objects from the notes tree structureJohan Herland2010-02-131-0/+3
* Notes API: add_note(): Add note objects to the internal notes tree structureJohan Herland2010-02-131-0/+4
* Notes API: init_notes(): Initialize the notes tree from the given notes refJohan Herland2010-02-131-0/+20
* Notes API: get_commit_notes() -> format_note() + remove the commit restrictionJohan Herland2010-02-131-1/+10
* Teach notes code to free its internal data structures on requestJohan Herland2009-10-191-0/+3
* Add flags to get_commit_notes() to control the format of the note stringJohan Herland2009-10-191-1/+4
* Introduce commit notesJohannes Schindelin2009-10-191-0/+7
* Revert "Merge branch 'js/notes'"Junio C Hamano2009-02-101-7/+0
* Introduce commit notesJohannes Schindelin2008-12-211-0/+7