Age | Commit message (Expand) | Author | Files | Lines |
2019-12-25 | Merge branch 'dl/format-patch-notes-config-fixup' | Junio C Hamano | 1 | -3/+23 |
2019-12-18 | notes.h: fix typos in comment | Denton Liu | 1 | -2/+2 |
2019-12-13 | notes: break set_display_notes() into smaller functions | Denton Liu | 1 | -7/+12 |
2019-12-09 | notes: extract logic into set_display_notes() | Denton Liu | 1 | -0/+10 |
2019-12-09 | notes: create init_display_notes() helper | Denton Liu | 1 | -0/+5 |
2019-12-09 | notes: rename to load_display_notes() | Denton Liu | 1 | -3/+3 |
2019-05-07 | notes: correct documentation of format_display_notes() | Chris Mayo | 1 | -5/+3 |
2018-08-15 | Add missing includes and forward declarations | Elijah Newren | 1 | -0/+3 |
2018-01-30 | notes: convert write_notes_tree to object_id | Patryk Obara | 1 | -2/+2 |
2018-01-30 | notes: convert combine_notes_* to object_id | Patryk Obara | 1 | -10/+15 |
2017-06-02 | notes: convert some accessor functions to struct object_id | brian m. carlson | 1 | -4/+4 |
2017-06-02 | notes: convert format_display_notes to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-06-02 | notes: make get_note return pointer to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-06-02 | notes: convert for_each_note to struct object_id | brian m. carlson | 1 | -2/+2 |
2016-02-03 | Merge branch 'jk/notes-merge-from-anywhere' | Junio C Hamano | 1 | -0/+7 |
2016-01-17 | notes: allow merging from arbitrary references | Jacob Keller | 1 | -0/+7 |
2016-01-12 | notes: allow treeish expressions as notes ref | Mike Hommey | 1 | -1/+9 |
2013-07-29 | many small typofixes | Ondřej Bílka | 1 | -1/+1 |
2012-10-17 | format_note(): simplify API | Junio C Hamano | 1 | -5/+1 |
2012-09-15 | notes.c: mark a private file-scope symbol as static | Junio C Hamano | 1 | -14/+0 |
2011-03-29 | notes: refactor display notes default handling | Jeff King | 1 | -1/+1 |
2011-03-29 | notes: refactor display notes extra refs field | Jeff King | 1 | -1/+3 |
2011-03-29 | notes: make expand_notes_ref globally accessible | Jeff King | 1 | -0/+3 |
2010-12-08 | Merge branch 'jh/notes-merge' | Junio C Hamano | 1 | -4/+43 |
2010-11-17 | git notes merge: Add another auto-resolving strategy: "cat_sort_uniq" | Johan Herland | 1 | -0/+1 |
2010-11-17 | notes.h/c: Propagate combine_notes_fn return value to add_note() and beyond | Johan Herland | 1 | -3/+8 |
2010-11-10 | notes.h/c: Allow combine_notes functions to remove notes | Johan Herland | 1 | -1/+15 |
2010-11-10 | notes.h: Make default_notes_ref() available in notes API | Johan Herland | 1 | -0/+14 |
2010-11-10 | (trivial) notes.h: Minor documentation fixes to copy_notes() | Johan Herland | 1 | -0/+5 |
2010-08-31 | notes: Don't create (empty) commit when removing non-existing notes | Johan Herland | 1 | -1/+3 |
2010-06-25 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+2 |
2010-06-24 | msvc: Fix some "expr evaluates to function" compiler warnings | Ramsay Jones | 1 | -2/+2 |
2010-05-19 | notes: dry-run and verbose options for prune | Michael J Gruber | 1 | -1/+4 |
2010-04-06 | notes.h: declare bit field as unsigned to silence compiler complaints | Brandon Casey | 1 | -1/+1 |
2010-03-12 | notes: track whether notes_trees were changed at all | Thomas Rast | 1 | -0/+1 |
2010-03-12 | notes: implement 'git notes copy --stdin' | Thomas Rast | 1 | -0/+9 |
2010-03-12 | Support showing notes from more than one notes tree | Thomas Rast | 1 | -0/+55 |
2010-02-13 | Notes API: prune_notes(): Prune notes that belong to non-existing objects | Johan Herland | 1 | -0/+12 |
2010-02-13 | Teach notes code to properly preserve non-notes in the notes tree | Johan Herland | 1 | -0/+1 |
2010-02-13 | Refactor notes concatenation into a flexible interface for combining notes | Johan Herland | 1 | -2/+32 |
2010-02-13 | Notes API: Allow multiple concurrent notes trees with new struct notes_tree | Johan Herland | 1 | -29/+52 |
2010-02-13 | Notes API: write_notes_tree(): Store the notes tree in the database | Johan Herland | 1 | -3/+35 |
2010-02-13 | Notes API: for_each_note(): Traverse the entire notes tree with a callback | Johan Herland | 1 | -0/+47 |
2010-02-13 | Notes API: get_note(): Return the note annotating the given object | Johan Herland | 1 | -0/+7 |
2010-02-13 | Notes API: remove_note(): Remove note objects from the notes tree structure | Johan Herland | 1 | -0/+3 |
2010-02-13 | Notes API: add_note(): Add note objects to the internal notes tree structure | Johan Herland | 1 | -0/+4 |
2010-02-13 | Notes API: init_notes(): Initialize the notes tree from the given notes ref | Johan Herland | 1 | -0/+20 |
2010-02-13 | Notes API: get_commit_notes() -> format_note() + remove the commit restriction | Johan Herland | 1 | -1/+10 |
2009-10-19 | Teach notes code to free its internal data structures on request | Johan Herland | 1 | -0/+3 |
2009-10-19 | Add flags to get_commit_notes() to control the format of the note string | Johan Herland | 1 | -1/+4 |