1. 17066be Merge branch 'dl/format-patch-notes-config-fixup' by Junio C Hamano · 5 years ago
  2. e0f9095 notes.h: fix typos in comment by Denton Liu · 5 years ago
  3. 1d72975 notes: break set_display_notes() into smaller functions by Denton Liu · 5 years ago
  4. 452538c notes: extract logic into set_display_notes() by Denton Liu · 5 years ago
  5. e6e230e notes: create init_display_notes() helper by Denton Liu · 5 years ago
  6. 1e6ed54 notes: rename to load_display_notes() by Denton Liu · 5 years ago
  7. d490772 notes: correct documentation of format_display_notes() by Chris Mayo · 6 years ago
  8. ef3ca95 Add missing includes and forward declarations by Elijah Newren · 7 years ago
  9. bbca96d notes: convert write_notes_tree to object_id by Patryk Obara · 7 years ago
  10. b7d591d notes: convert combine_notes_* to object_id by Patryk Obara · 7 years ago
  11. 5ee8a95 notes: convert some accessor functions to struct object_id by brian m. carlson · 8 years ago
  12. fb61e4d notes: convert format_display_notes to struct object_id by brian m. carlson · 8 years ago
  13. 9ef7223 notes: make get_note return pointer to struct object_id by brian m. carlson · 8 years ago
  14. 490bc83 notes: convert for_each_note to struct object_id by brian m. carlson · 8 years ago
  15. 1cb3ed3 Merge branch 'jk/notes-merge-from-anywhere' by Junio C Hamano · 9 years ago
  16. b3715b7 notes: allow merging from arbitrary references by Jacob Keller · 9 years ago
  17. ee76f92 notes: allow treeish expressions as notes ref by Mike Hommey · 9 years ago
  18. 98e023d many small typofixes by Ondřej Bílka · 12 years ago
  19. 76141e2 format_note(): simplify API by Junio C Hamano · 12 years ago
  20. 96531a5 notes.c: mark a private file-scope symbol as static by Junio C Hamano · 12 years ago
  21. 3a03cf6 notes: refactor display notes default handling by Jeff King · 14 years ago
  22. 304cc11 notes: refactor display notes extra refs field by Jeff King · 14 years ago
  23. 03bb578 notes: make expand_notes_ref globally accessible by Jeff King · 14 years ago
  24. 657072f Merge branch 'jh/notes-merge' by Junio C Hamano · 14 years ago
  25. a6a0909 git notes merge: Add another auto-resolving strategy: "cat_sort_uniq" by Johan Herland · 14 years ago
  26. 180619a notes.h/c: Propagate combine_notes_fn return value to add_note() and beyond by Johan Herland · 14 years ago
  27. e2656c8 notes.h/c: Allow combine_notes functions to remove notes by Johan Herland · 14 years ago
  28. 4a9cf1c notes.h: Make default_notes_ref() available in notes API by Johan Herland · 14 years ago
  29. 55d0607 (trivial) notes.h: Minor documentation fixes to copy_notes() by Johan Herland · 14 years ago
  30. 1ee1e43 notes: Don't create (empty) commit when removing non-existing notes by Johan Herland · 15 years ago
  31. f526d12 Merge branch 'maint' by Junio C Hamano · 15 years ago
  32. 4e0d7a8 msvc: Fix some "expr evaluates to function" compiler warnings by Ramsay Jones · 15 years ago
  33. a9f2adf notes: dry-run and verbose options for prune by Michael J Gruber · 15 years ago
  34. a751b5c notes.h: declare bit field as unsigned to silence compiler complaints by Brandon Casey · 15 years ago
  35. 7f710ea notes: track whether notes_trees were changed at all by Thomas Rast · 15 years ago
  36. 160baa0 notes: implement 'git notes copy --stdin' by Thomas Rast · 15 years ago
  37. 894a9d3 Support showing notes from more than one notes tree by Thomas Rast · 15 years ago
  38. 00fbe63 Notes API: prune_notes(): Prune notes that belong to non-existing objects by Johan Herland · 15 years ago
  39. 851c2b3 Teach notes code to properly preserve non-notes in the notes tree by Johan Herland · 15 years ago
  40. 73f464b Refactor notes concatenation into a flexible interface for combining notes by Johan Herland · 15 years ago
  41. cd30539 Notes API: Allow multiple concurrent notes trees with new struct notes_tree by Johan Herland · 15 years ago
  42. 61a7cca Notes API: write_notes_tree(): Store the notes tree in the database by Johan Herland · 15 years ago
  43. 73f77b9 Notes API: for_each_note(): Traverse the entire notes tree with a callback by Johan Herland · 15 years ago
  44. 9b391f2 Notes API: get_note(): Return the note annotating the given object by Johan Herland · 15 years ago
  45. 1ec666b Notes API: remove_note(): Remove note objects from the notes tree structure by Johan Herland · 15 years ago
  46. 2626b53 Notes API: add_note(): Add note objects to the internal notes tree structure by Johan Herland · 15 years ago
  47. 709f79b Notes API: init_notes(): Initialize the notes tree from the given notes ref by Johan Herland · 15 years ago
  48. a7e7eff Notes API: get_commit_notes() -> format_note() + remove the commit restriction by Johan Herland · 15 years ago
  49. 27d5756 Teach notes code to free its internal data structures on request by Johan Herland · 15 years ago
  50. c56fcc8 Add flags to get_commit_notes() to control the format of the note string by Johan Herland · 15 years ago
  51. a97a746 Introduce commit notes by Johannes Schindelin · 15 years ago
  52. 954cfb5 Revert "Merge branch 'js/notes'" by Junio C Hamano · 16 years ago
  53. 879ef24 Introduce commit notes by Johannes Schindelin · 16 years ago