Age | Commit message (Expand) | Author | Files | Lines |
2012-11-15 | Merge branch 'jc/prettier-pretty-note' | Junio C Hamano | 1 | -6/+7 |
2012-11-15 | Merge branch 'mh/notes-string-list' | Junio C Hamano | 1 | -36/+25 |
2012-11-15 | Merge branch 'jc/same-encoding' | Junio C Hamano | 1 | -1/+1 |
2012-11-08 | string_list_add_refs_from_colon_sep(): use string_list_split() | Michael Haggerty | 1 | -13/+8 |
2012-11-08 | notes: fix handling of colon-separated values | Michael Haggerty | 1 | -2/+2 |
2012-11-08 | combine_notes_cat_sort_uniq(): sort and dedup lines all at once | Michael Haggerty | 1 | -22/+16 |
2012-11-08 | Initialize sort_uniq_list using named constant | Michael Haggerty | 1 | -1/+1 |
2012-11-04 | reencode_string(): introduce and use same_encoding() | Junio C Hamano | 1 | -1/+1 |
2012-10-17 | format_note(): simplify API | Junio C Hamano | 1 | -6/+7 |
2012-09-15 | notes.c: mark a private file-scope symbol as static | Junio C Hamano | 1 | -2/+12 |
2011-08-22 | Do not use C++-style comments | Michael Haggerty | 1 | -1/+1 |
2011-03-29 | notes: refactor display notes default handling | Jeff King | 1 | -1/+2 |
2011-03-29 | notes: refactor display notes extra refs field | Jeff King | 1 | -2/+2 |
2011-03-29 | notes: make expand_notes_ref globally accessible | Jeff King | 1 | -0/+10 |
2010-12-08 | Merge branch 'jh/notes-merge' | Junio C Hamano | 1 | -92/+180 |
2010-11-17 | git notes merge: Add another auto-resolving strategy: "cat_sort_uniq" | Johan Herland | 1 | -0/+76 |
2010-11-17 | notes.c: Use two newlines (instead of one) when concatenating notes | Johan Herland | 1 | -3/+4 |
2010-11-17 | notes.h/c: Propagate combine_notes_fn return value to add_note() and beyond | Johan Herland | 1 | -27/+28 |
2010-11-10 | notes.h/c: Allow combine_notes functions to remove notes | Johan Herland | 1 | -1/+11 |
2010-11-10 | notes.c: Reorder functions in preparation for next commit | Johan Herland | 1 | -73/+73 |
2010-11-10 | notes.h: Make default_notes_ref() available in notes API | Johan Herland | 1 | -1/+1 |
2010-11-10 | notes.c: Hexify SHA1 in die() message from init_notes() | Johan Herland | 1 | -1/+1 |
2010-08-31 | notes: Don't create (empty) commit when removing non-existing notes | Johan Herland | 1 | -4/+10 |
2010-07-05 | Convert the users of for_each_string_list to for_each_string_list_item macro | Alex Riesen | 1 | -32/+14 |
2010-06-30 | Merge branch 'jp/string-list-api-cleanup' | Junio C Hamano | 1 | -6/+6 |
2010-06-28 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2010-06-28 | notes: Initialise variable to appease gcc | Ramsay Jones | 1 | -1/+1 |
2010-06-27 | string_list: Fix argument order for string_list_append | Julian Phillips | 1 | -3/+3 |
2010-06-27 | string_list: Fix argument order for for_each_string_list | Julian Phillips | 1 | -3/+3 |
2010-05-19 | notes: dry-run and verbose options for prune | Michael J Gruber | 1 | -2/+5 |
2010-03-24 | Merge branch 'tr/notes-display' | Junio C Hamano | 1 | -7/+183 |
2010-03-20 | notes.c: remove inappropriate call to return | Brandon Casey | 1 | -1/+1 |
2010-03-12 | notes: track whether notes_trees were changed at all | Thomas Rast | 1 | -0/+3 |
2010-03-12 | notes: implement 'git notes copy --stdin' | Thomas Rast | 1 | -0/+18 |
2010-03-12 | Support showing notes from more than one notes tree | Thomas Rast | 1 | -7/+162 |
2010-02-24 | notes: fix malformed tree entry | Junio C Hamano | 1 | -2/+2 |
2010-02-13 | Notes API: prune_notes(): Prune notes that belong to non-existing objects | Johan Herland | 1 | -0/+39 |
2010-02-13 | Teach notes code to properly preserve non-notes in the notes tree | Johan Herland | 1 | -39/+180 |
2010-02-13 | Refactor notes concatenation into a flexible interface for combining notes | Johan Herland | 1 | -58/+80 |
2010-02-13 | Notes API: Allow multiple concurrent notes trees with new struct notes_tree | Johan Herland | 1 | -34/+56 |
2010-02-13 | Notes API: write_notes_tree(): Store the notes tree in the database | Johan Herland | 1 | -0/+145 |
2010-02-13 | Notes API: for_each_note(): Traverse the entire notes tree with a callback | Johan Herland | 1 | -0/+133 |
2010-02-13 | Notes API: get_note(): Return the note annotating the given object | Johan Herland | 1 | -7/+8 |
2010-02-13 | Notes API: remove_note(): Remove note objects from the notes tree structure | Johan Herland | 1 | -1/+84 |
2010-02-13 | Notes API: add_note(): Add note objects to the internal notes tree structure | Johan Herland | 1 | -0/+11 |
2010-02-13 | Notes API: init_notes(): Initialize the notes tree from the given notes ref | Johan Herland | 1 | -12/+18 |
2010-02-13 | Notes API: get_commit_notes() -> format_note() + remove the commit restriction | Johan Herland | 1 | -17/+16 |
2010-02-13 | Minor cosmetic fixes to notes.c | Johan Herland | 1 | -5/+4 |
2009-12-03 | Fix crasher on encountering SHA1-like non-note in notes tree | Johan Herland | 1 | -0/+2 |
2009-10-19 | Refactor notes code to concatenate multiple notes annotating the same object | Johan Herland | 1 | -82/+161 |