| Commit message (Expand) | Author | Age | Files | Lines |
* | notes: Don't create (empty) commit when removing non-existing notes | Johan Herland | 2010-08-31 | 1 | -4/+10 |
* | Convert the users of for_each_string_list to for_each_string_list_item macro | Alex Riesen | 2010-07-05 | 1 | -32/+14 |
* | Merge branch 'jp/string-list-api-cleanup' | Junio C Hamano | 2010-06-30 | 1 | -6/+6 |
|\ |
|
| * | string_list: Fix argument order for string_list_append | Julian Phillips | 2010-06-27 | 1 | -3/+3 |
| * | string_list: Fix argument order for for_each_string_list | Julian Phillips | 2010-06-27 | 1 | -3/+3 |
* | | Merge branch 'maint' | Junio C Hamano | 2010-06-28 | 1 | -1/+1 |
|\ \ |
|
| * | | notes: Initialise variable to appease gcc | Ramsay Jones | 2010-06-28 | 1 | -1/+1 |
| |/ |
|
* | | notes: dry-run and verbose options for prune | Michael J Gruber | 2010-05-19 | 1 | -2/+5 |
|/ |
|
* | Merge branch 'tr/notes-display' | Junio C Hamano | 2010-03-24 | 1 | -7/+183 |
|\ |
|
| * | notes: track whether notes_trees were changed at all | Thomas Rast | 2010-03-12 | 1 | -0/+3 |
| * | notes: implement 'git notes copy --stdin' | Thomas Rast | 2010-03-12 | 1 | -0/+18 |
| * | Support showing notes from more than one notes tree | Thomas Rast | 2010-03-12 | 1 | -7/+162 |
* | | notes.c: remove inappropriate call to return | Brandon Casey | 2010-03-20 | 1 | -1/+1 |
* | | notes: fix malformed tree entry | Junio C Hamano | 2010-02-24 | 1 | -2/+2 |
|/ |
|
* | Notes API: prune_notes(): Prune notes that belong to non-existing objects | Johan Herland | 2010-02-13 | 1 | -0/+39 |
* | Teach notes code to properly preserve non-notes in the notes tree | Johan Herland | 2010-02-13 | 1 | -39/+180 |
* | Refactor notes concatenation into a flexible interface for combining notes | Johan Herland | 2010-02-13 | 1 | -58/+80 |
* | Notes API: Allow multiple concurrent notes trees with new struct notes_tree | Johan Herland | 2010-02-13 | 1 | -34/+56 |
* | Notes API: write_notes_tree(): Store the notes tree in the database | Johan Herland | 2010-02-13 | 1 | -0/+145 |
* | Notes API: for_each_note(): Traverse the entire notes tree with a callback | Johan Herland | 2010-02-13 | 1 | -0/+133 |
* | Notes API: get_note(): Return the note annotating the given object | Johan Herland | 2010-02-13 | 1 | -7/+8 |
* | Notes API: remove_note(): Remove note objects from the notes tree structure | Johan Herland | 2010-02-13 | 1 | -1/+84 |
* | Notes API: add_note(): Add note objects to the internal notes tree structure | Johan Herland | 2010-02-13 | 1 | -0/+11 |
* | Notes API: init_notes(): Initialize the notes tree from the given notes ref | Johan Herland | 2010-02-13 | 1 | -12/+18 |
* | Notes API: get_commit_notes() -> format_note() + remove the commit restriction | Johan Herland | 2010-02-13 | 1 | -17/+16 |
* | Minor cosmetic fixes to notes.c | Johan Herland | 2010-02-13 | 1 | -5/+4 |
* | Fix crasher on encountering SHA1-like non-note in notes tree | Johan Herland | 2009-12-03 | 1 | -0/+2 |
* | Refactor notes code to concatenate multiple notes annotating the same object | Johan Herland | 2009-10-19 | 1 | -82/+161 |
* | Teach the notes lookup code to parse notes trees with various fanout schemes | Johan Herland | 2009-10-19 | 1 | -69/+248 |
* | Teach notes code to free its internal data structures on request | Johan Herland | 2009-10-19 | 1 | -0/+7 |
* | Add flags to get_commit_notes() to control the format of the note string | Johan Herland | 2009-10-19 | 1 | -3/+5 |
* | Speed up git notes lookup | Johannes Schindelin | 2009-10-19 | 1 | -10/+102 |
* | Introduce commit notes | Johannes Schindelin | 2009-10-19 | 1 | -0/+70 |
* | Revert "Merge branch 'js/notes'" | Junio C Hamano | 2009-02-10 | 1 | -160/+0 |
* | git-notes: fix printing of multi-line notes | Tor Arne Vestbø | 2009-01-14 | 1 | -6/+7 |
* | Speed up git notes lookup | Johannes Schindelin | 2009-01-11 | 1 | -11/+102 |
* | Introduce commit notes | Johannes Schindelin | 2008-12-21 | 1 | -0/+68 |