summaryrefslogtreecommitdiffstats
path: root/notes.c
AgeCommit message (Expand)AuthorLines
2012-12-07Merge branch 'jc/same-encoding' into maintJunio C Hamano-1/+1
2012-11-04reencode_string(): introduce and use same_encoding()Junio C Hamano-1/+1
2012-09-15notes.c: mark a private file-scope symbol as staticJunio C Hamano-2/+12
2011-08-22Do not use C++-style commentsMichael Haggerty-1/+1
2011-03-29notes: refactor display notes default handlingJeff King-1/+2
2011-03-29notes: refactor display notes extra refs fieldJeff King-2/+2
2011-03-29notes: make expand_notes_ref globally accessibleJeff King-0/+10
2010-12-08Merge branch 'jh/notes-merge'Junio C Hamano-92/+180
2010-11-17git notes merge: Add another auto-resolving strategy: "cat_sort_uniq"Johan Herland-0/+76
2010-11-17notes.c: Use two newlines (instead of one) when concatenating notesJohan Herland-3/+4
2010-11-17notes.h/c: Propagate combine_notes_fn return value to add_note() and beyondJohan Herland-27/+28
2010-11-10notes.h/c: Allow combine_notes functions to remove notesJohan Herland-1/+11
2010-11-10notes.c: Reorder functions in preparation for next commitJohan Herland-73/+73
2010-11-10notes.h: Make default_notes_ref() available in notes APIJohan Herland-1/+1
2010-11-10notes.c: Hexify SHA1 in die() message from init_notes()Johan Herland-1/+1
2010-08-31notes: Don't create (empty) commit when removing non-existing notesJohan Herland-4/+10
2010-07-05Convert the users of for_each_string_list to for_each_string_list_item macroAlex Riesen-32/+14
2010-06-30Merge branch 'jp/string-list-api-cleanup'Junio C Hamano-6/+6
2010-06-28Merge branch 'maint'Junio C Hamano-1/+1
2010-06-28notes: Initialise variable to appease gccRamsay Jones-1/+1
2010-06-27string_list: Fix argument order for string_list_appendJulian Phillips-3/+3
2010-06-27string_list: Fix argument order for for_each_string_listJulian Phillips-3/+3
2010-05-19notes: dry-run and verbose options for pruneMichael J Gruber-2/+5
2010-03-24Merge branch 'tr/notes-display'Junio C Hamano-7/+183
2010-03-20notes.c: remove inappropriate call to returnBrandon Casey-1/+1
2010-03-12notes: track whether notes_trees were changed at allThomas Rast-0/+3
2010-03-12notes: implement 'git notes copy --stdin'Thomas Rast-0/+18
2010-03-12Support showing notes from more than one notes treeThomas Rast-7/+162
2010-02-24notes: fix malformed tree entryJunio C Hamano-2/+2
2010-02-13Notes API: prune_notes(): Prune notes that belong to non-existing objectsJohan Herland-0/+39
2010-02-13Teach notes code to properly preserve non-notes in the notes treeJohan Herland-39/+180
2010-02-13Refactor notes concatenation into a flexible interface for combining notesJohan Herland-58/+80
2010-02-13Notes API: Allow multiple concurrent notes trees with new struct notes_treeJohan Herland-34/+56
2010-02-13Notes API: write_notes_tree(): Store the notes tree in the databaseJohan Herland-0/+145
2010-02-13Notes API: for_each_note(): Traverse the entire notes tree with a callbackJohan Herland-0/+133
2010-02-13Notes API: get_note(): Return the note annotating the given objectJohan Herland-7/+8
2010-02-13Notes API: remove_note(): Remove note objects from the notes tree structureJohan Herland-1/+84
2010-02-13Notes API: add_note(): Add note objects to the internal notes tree structureJohan Herland-0/+11
2010-02-13Notes API: init_notes(): Initialize the notes tree from the given notes refJohan Herland-12/+18
2010-02-13Notes API: get_commit_notes() -> format_note() + remove the commit restrictionJohan Herland-17/+16
2010-02-13Minor cosmetic fixes to notes.cJohan Herland-5/+4
2009-12-03Fix crasher on encountering SHA1-like non-note in notes treeJohan Herland-0/+2
2009-10-19Refactor notes code to concatenate multiple notes annotating the same objectJohan Herland-82/+161
2009-10-19Teach the notes lookup code to parse notes trees with various fanout schemesJohan Herland-69/+248
2009-10-19Teach notes code to free its internal data structures on requestJohan Herland-0/+7
2009-10-19Add flags to get_commit_notes() to control the format of the note stringJohan Herland-3/+5
2009-10-19Speed up git notes lookupJohannes Schindelin-10/+102
2009-10-19Introduce commit notesJohannes Schindelin-0/+70
2009-02-10Revert "Merge branch 'js/notes'"Junio C Hamano-160/+0
2009-01-14git-notes: fix printing of multi-line notesTor Arne Vestbø-6/+7