aboutsummaryrefslogtreecommitdiff
path: root/notes.c
Commit message (Expand)AuthorAge
...
* string_list_add_refs_by_glob(): add a comment about memory managementMichael Haggerty2013-06-02
* string_list_add_one_ref(): rename first parameter to "refname"Michael Haggerty2013-06-02
* Merge branch 'jc/prettier-pretty-note'Junio C Hamano2012-11-15
|\
| * format_note(): simplify APIJunio C Hamano2012-10-17
* | Merge branch 'mh/notes-string-list'Junio C Hamano2012-11-15
|\ \
| * | string_list_add_refs_from_colon_sep(): use string_list_split()Michael Haggerty2012-11-08
| * | notes: fix handling of colon-separated valuesMichael Haggerty2012-11-08
| * | combine_notes_cat_sort_uniq(): sort and dedup lines all at onceMichael Haggerty2012-11-08
| * | Initialize sort_uniq_list using named constantMichael Haggerty2012-11-08
| |/
* | Merge branch 'jc/same-encoding'Junio C Hamano2012-11-15
|\ \ | |/ |/|
| * reencode_string(): introduce and use same_encoding()Junio C Hamano2012-11-04
* | notes.c: mark a private file-scope symbol as staticJunio C Hamano2012-09-15
|/
* Do not use C++-style commentsMichael Haggerty2011-08-22
* notes: refactor display notes default handlingJeff King2011-03-29
* notes: refactor display notes extra refs fieldJeff King2011-03-29
* notes: make expand_notes_ref globally accessibleJeff King2011-03-29
* Merge branch 'jh/notes-merge'Junio C Hamano2010-12-08
|\
| * git notes merge: Add another auto-resolving strategy: "cat_sort_uniq"Johan Herland2010-11-17
| * notes.c: Use two newlines (instead of one) when concatenating notesJohan Herland2010-11-17
| * notes.h/c: Propagate combine_notes_fn return value to add_note() and beyondJohan Herland2010-11-17
| * notes.h/c: Allow combine_notes functions to remove notesJohan Herland2010-11-10
| * notes.c: Reorder functions in preparation for next commitJohan Herland2010-11-10
| * notes.h: Make default_notes_ref() available in notes APIJohan Herland2010-11-10
| * notes.c: Hexify SHA1 in die() message from init_notes()Johan Herland2010-11-10
* | notes: Don't create (empty) commit when removing non-existing notesJohan Herland2010-08-31
* | Convert the users of for_each_string_list to for_each_string_list_item macroAlex Riesen2010-07-05
|/
* Merge branch 'jp/string-list-api-cleanup'Junio C Hamano2010-06-30
|\
| * string_list: Fix argument order for string_list_appendJulian Phillips2010-06-27
| * string_list: Fix argument order for for_each_string_listJulian Phillips2010-06-27
* | Merge branch 'maint'Junio C Hamano2010-06-28
|\ \
| * | notes: Initialise variable to appease gccRamsay Jones2010-06-28
| |/
* | notes: dry-run and verbose options for pruneMichael J Gruber2010-05-19
|/
* Merge branch 'tr/notes-display'Junio C Hamano2010-03-24
|\
| * notes: track whether notes_trees were changed at allThomas Rast2010-03-12
| * notes: implement 'git notes copy --stdin'Thomas Rast2010-03-12
| * Support showing notes from more than one notes treeThomas Rast2010-03-12
* | notes.c: remove inappropriate call to returnBrandon Casey2010-03-20
* | notes: fix malformed tree entryJunio C Hamano2010-02-24
|/
* Notes API: prune_notes(): Prune notes that belong to non-existing objectsJohan Herland2010-02-13
* Teach notes code to properly preserve non-notes in the notes treeJohan Herland2010-02-13
* Refactor notes concatenation into a flexible interface for combining notesJohan Herland2010-02-13
* Notes API: Allow multiple concurrent notes trees with new struct notes_treeJohan Herland2010-02-13
* Notes API: write_notes_tree(): Store the notes tree in the databaseJohan Herland2010-02-13
* Notes API: for_each_note(): Traverse the entire notes tree with a callbackJohan Herland2010-02-13
* Notes API: get_note(): Return the note annotating the given objectJohan Herland2010-02-13
* Notes API: remove_note(): Remove note objects from the notes tree structureJohan Herland2010-02-13
* Notes API: add_note(): Add note objects to the internal notes tree structureJohan Herland2010-02-13
* Notes API: init_notes(): Initialize the notes tree from the given notes refJohan Herland2010-02-13
* Notes API: get_commit_notes() -> format_note() + remove the commit restrictionJohan Herland2010-02-13
* Minor cosmetic fixes to notes.cJohan Herland2010-02-13