summaryrefslogtreecommitdiff
path: root/notes.c
Commit message (Expand)AuthorAgeFilesLines
* Do not use C++-style commentsMichael Haggerty2011-08-221-1/+1
* notes: refactor display notes default handlingJeff King2011-03-291-1/+2
* notes: refactor display notes extra refs fieldJeff King2011-03-291-2/+2
* notes: make expand_notes_ref globally accessibleJeff King2011-03-291-0/+10
* Merge branch 'jh/notes-merge'Junio C Hamano2010-12-081-92/+180
|\
| * git notes merge: Add another auto-resolving strategy: "cat_sort_uniq"Johan Herland2010-11-171-0/+76
| * notes.c: Use two newlines (instead of one) when concatenating notesJohan Herland2010-11-171-3/+4
| * notes.h/c: Propagate combine_notes_fn return value to add_note() and beyondJohan Herland2010-11-171-27/+28
| * notes.h/c: Allow combine_notes functions to remove notesJohan Herland2010-11-101-1/+11
| * notes.c: Reorder functions in preparation for next commitJohan Herland2010-11-101-73/+73
| * notes.h: Make default_notes_ref() available in notes APIJohan Herland2010-11-101-1/+1
| * notes.c: Hexify SHA1 in die() message from init_notes()Johan Herland2010-11-101-1/+1
* | notes: Don't create (empty) commit when removing non-existing notesJohan Herland2010-08-311-4/+10
* | Convert the users of for_each_string_list to for_each_string_list_item macroAlex Riesen2010-07-051-32/+14
|/
* Merge branch 'jp/string-list-api-cleanup'Junio C Hamano2010-06-301-6/+6
|\
| * string_list: Fix argument order for string_list_appendJulian Phillips2010-06-271-3/+3
| * string_list: Fix argument order for for_each_string_listJulian Phillips2010-06-271-3/+3
* | Merge branch 'maint'Junio C Hamano2010-06-281-1/+1
|\ \
| * | notes: Initialise variable to appease gccRamsay Jones2010-06-281-1/+1
| |/
* | notes: dry-run and verbose options for pruneMichael J Gruber2010-05-191-2/+5
|/
* Merge branch 'tr/notes-display'Junio C Hamano2010-03-241-7/+183
|\
| * notes: track whether notes_trees were changed at allThomas Rast2010-03-121-0/+3
| * notes: implement 'git notes copy --stdin'Thomas Rast2010-03-121-0/+18
| * Support showing notes from more than one notes treeThomas Rast2010-03-121-7/+162
* | notes.c: remove inappropriate call to returnBrandon Casey2010-03-201-1/+1
* | notes: fix malformed tree entryJunio C Hamano2010-02-241-2/+2
|/
* Notes API: prune_notes(): Prune notes that belong to non-existing objectsJohan Herland2010-02-131-0/+39
* Teach notes code to properly preserve non-notes in the notes treeJohan Herland2010-02-131-39/+180
* Refactor notes concatenation into a flexible interface for combining notesJohan Herland2010-02-131-58/+80
* Notes API: Allow multiple concurrent notes trees with new struct notes_treeJohan Herland2010-02-131-34/+56
* Notes API: write_notes_tree(): Store the notes tree in the databaseJohan Herland2010-02-131-0/+145
* Notes API: for_each_note(): Traverse the entire notes tree with a callbackJohan Herland2010-02-131-0/+133
* Notes API: get_note(): Return the note annotating the given objectJohan Herland2010-02-131-7/+8
* Notes API: remove_note(): Remove note objects from the notes tree structureJohan Herland2010-02-131-1/+84
* Notes API: add_note(): Add note objects to the internal notes tree structureJohan Herland2010-02-131-0/+11
* Notes API: init_notes(): Initialize the notes tree from the given notes refJohan Herland2010-02-131-12/+18
* Notes API: get_commit_notes() -> format_note() + remove the commit restrictionJohan Herland2010-02-131-17/+16
* Minor cosmetic fixes to notes.cJohan Herland2010-02-131-5/+4
* Fix crasher on encountering SHA1-like non-note in notes treeJohan Herland2009-12-031-0/+2
* Refactor notes code to concatenate multiple notes annotating the same objectJohan Herland2009-10-191-82/+161
* Teach the notes lookup code to parse notes trees with various fanout schemesJohan Herland2009-10-191-69/+248
* Teach notes code to free its internal data structures on requestJohan Herland2009-10-191-0/+7
* Add flags to get_commit_notes() to control the format of the note stringJohan Herland2009-10-191-3/+5
* Speed up git notes lookupJohannes Schindelin2009-10-191-10/+102
* Introduce commit notesJohannes Schindelin2009-10-191-0/+70
* Revert "Merge branch 'js/notes'"Junio C Hamano2009-02-101-160/+0
* git-notes: fix printing of multi-line notesTor Arne Vestbø2009-01-141-6/+7
* Speed up git notes lookupJohannes Schindelin2009-01-111-11/+102
* Introduce commit notesJohannes Schindelin2008-12-211-0/+68