aboutsummaryrefslogtreecommitdiffstats
path: root/notes.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-06notes: move the documentation to the structKristoffer Haugsbakk1-9/+11
2023-06-06notes: update documentation for `use_default_notes`Kristoffer Haugsbakk1-2/+3
2019-12-25Merge branch 'dl/format-patch-notes-config-fixup'Junio C Hamano1-3/+23
2019-12-18notes.h: fix typos in commentDenton Liu1-2/+2
2019-12-13notes: break set_display_notes() into smaller functionsDenton Liu1-7/+12
2019-12-09notes: extract logic into set_display_notes()Denton Liu1-0/+10
2019-12-09notes: create init_display_notes() helperDenton Liu1-0/+5
2019-12-09notes: rename to load_display_notes()Denton Liu1-3/+3
2019-05-07notes: correct documentation of format_display_notes()Chris Mayo1-5/+3
2018-08-15Add missing includes and forward declarationsElijah Newren1-0/+3
2018-01-30notes: convert write_notes_tree to object_idPatryk Obara1-2/+2
2018-01-30notes: convert combine_notes_* to object_idPatryk Obara1-10/+15
2017-06-02notes: convert some accessor functions to struct object_idbrian m. carlson1-4/+4
2017-06-02notes: convert format_display_notes to struct object_idbrian m. carlson1-1/+1
2017-06-02notes: make get_note return pointer to struct object_idbrian m. carlson1-1/+1
2017-06-02notes: convert for_each_note to struct object_idbrian m. carlson1-2/+2
2016-02-03Merge branch 'jk/notes-merge-from-anywhere'Junio C Hamano1-0/+7
2016-01-17notes: allow merging from arbitrary referencesJacob Keller1-0/+7
2016-01-12notes: allow treeish expressions as notes refMike Hommey1-1/+9
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