1. ee76f92 notes: allow treeish expressions as notes ref by Mike Hommey · 9 years ago
  2. 02e32b7 notes: document length of fanout path with a constant by Jeff King · 9 years ago
  3. 3d3caf0 Sync with 2.4.9 by Junio C Hamano · 10 years ago
  4. 8267cd1 Sync with 2.2.3 by Junio C Hamano · 10 years ago
  5. c29edfe notes: use a strbuf in add_non_note by Jeff King · 10 years ago
  6. fd95035 string_list_add_one_ref(): rewrite to take an object_id argument by Michael Haggerty · 10 years ago
  7. 2b2a5be each_ref_fn: change to take an object_id parameter by Michael Haggerty · 10 years ago
  8. faf723a Merge branch 'jk/blame-commit-label' into maint by Junio C Hamano · 10 years ago
  9. 092c4be Merge branch 'jk/blame-commit-label' by Junio C Hamano · 10 years ago
  10. 8c53f07 use xstrdup_or_null to replace ternary conditionals by Jeff King · 10 years ago
  11. a7ddaa8 Merge branch 'mh/simplify-repack-without-refs' by Junio C Hamano · 10 years ago
  12. 3383e19 sort_string_list(): rename to string_list_sort() by Michael Haggerty · 10 years ago
  13. 8a4acd6 notes: empty notes should be shown by 'git log' by Johan Herland · 10 years ago
  14. 65bbf08 notes.c: rearrange xcalloc arguments by Brian Gesiak · 11 years ago
  15. 5955654 replace {pre,suf}fixcmp() with {starts,ends}_with() by Christian Couder · 11 years ago
  16. 8c46bf9 string_list_add_refs_by_glob(): add a comment about memory management by Michael Haggerty · 12 years ago
  17. d235e99 string_list_add_one_ref(): rename first parameter to "refname" by Michael Haggerty · 12 years ago
  18. 4ad4fce Merge branch 'jc/prettier-pretty-note' by Junio C Hamano · 12 years ago
  19. 6050b5b Merge branch 'mh/notes-string-list' by Junio C Hamano · 12 years ago
  20. 6b87312 Merge branch 'jc/same-encoding' by Junio C Hamano · 12 years ago
  21. 6fa2377 string_list_add_refs_from_colon_sep(): use string_list_split() by Michael Haggerty · 12 years ago
  22. 031954d notes: fix handling of colon-separated values by Michael Haggerty · 12 years ago
  23. 1313524 combine_notes_cat_sort_uniq(): sort and dedup lines all at once by Michael Haggerty · 12 years ago
  24. f992f0c Initialize sort_uniq_list using named constant by Michael Haggerty · 12 years ago
  25. 0e18bcd reencode_string(): introduce and use same_encoding() by Junio C Hamano · 12 years ago
  26. 76141e2 format_note(): simplify API by Junio C Hamano · 12 years ago
  27. 96531a5 notes.c: mark a private file-scope symbol as static by Junio C Hamano · 12 years ago
  28. 885b797 Do not use C++-style comments by Michael Haggerty · 14 years ago
  29. 3a03cf6 notes: refactor display notes default handling by Jeff King · 14 years ago
  30. 304cc11 notes: refactor display notes extra refs field by Jeff King · 14 years ago
  31. 03bb578 notes: make expand_notes_ref globally accessible by Jeff King · 14 years ago
  32. 657072f Merge branch 'jh/notes-merge' by Junio C Hamano · 14 years ago
  33. a6a0909 git notes merge: Add another auto-resolving strategy: "cat_sort_uniq" by Johan Herland · 14 years ago
  34. d4990c4 notes.c: Use two newlines (instead of one) when concatenating notes by Johan Herland · 14 years ago
  35. 180619a notes.h/c: Propagate combine_notes_fn return value to add_note() and beyond by Johan Herland · 14 years ago
  36. e2656c8 notes.h/c: Allow combine_notes functions to remove notes by Johan Herland · 14 years ago
  37. a5cdebe notes.c: Reorder functions in preparation for next commit by Johan Herland · 14 years ago
  38. 4a9cf1c notes.h: Make default_notes_ref() available in notes API by Johan Herland · 14 years ago
  39. 327a89d notes.c: Hexify SHA1 in die() message from init_notes() by Johan Herland · 14 years ago
  40. 1ee1e43 notes: Don't create (empty) commit when removing non-existing notes by Johan Herland · 15 years ago
  41. 8a57c6e Convert the users of for_each_string_list to for_each_string_list_item macro by Alex Riesen · 15 years ago
  42. a53deac Merge branch 'jp/string-list-api-cleanup' by Junio C Hamano · 15 years ago
  43. 1ba5c53 Merge branch 'maint' by Junio C Hamano · 15 years ago
  44. 89fe121 notes: Initialise variable to appease gcc by Ramsay Jones · 15 years ago
  45. 1d2f80f string_list: Fix argument order for string_list_append by Julian Phillips · 15 years ago
  46. b684e97 string_list: Fix argument order for for_each_string_list by Julian Phillips · 15 years ago
  47. a9f2adf notes: dry-run and verbose options for prune by Michael J Gruber · 15 years ago
  48. a86ed83 Merge branch 'tr/notes-display' by Junio C Hamano · 15 years ago
  49. a502ab9 notes.c: remove inappropriate call to return by Brandon Casey · 15 years ago
  50. 7f710ea notes: track whether notes_trees were changed at all by Thomas Rast · 15 years ago
  51. 160baa0 notes: implement 'git notes copy --stdin' by Thomas Rast · 15 years ago
  52. 894a9d3 Support showing notes from more than one notes tree by Thomas Rast · 15 years ago
  53. c88f0cc notes: fix malformed tree entry by Junio C Hamano · 15 years ago
  54. 00fbe63 Notes API: prune_notes(): Prune notes that belong to non-existing objects by Johan Herland · 15 years ago
  55. 851c2b3 Teach notes code to properly preserve non-notes in the notes tree by Johan Herland · 15 years ago
  56. 73f464b Refactor notes concatenation into a flexible interface for combining notes by Johan Herland · 15 years ago
  57. cd30539 Notes API: Allow multiple concurrent notes trees with new struct notes_tree by Johan Herland · 15 years ago
  58. 61a7cca Notes API: write_notes_tree(): Store the notes tree in the database by Johan Herland · 15 years ago
  59. 73f77b9 Notes API: for_each_note(): Traverse the entire notes tree with a callback by Johan Herland · 15 years ago
  60. 9b391f2 Notes API: get_note(): Return the note annotating the given object by Johan Herland · 15 years ago
  61. 1ec666b Notes API: remove_note(): Remove note objects from the notes tree structure by Johan Herland · 15 years ago
  62. 2626b53 Notes API: add_note(): Add note objects to the internal notes tree structure by Johan Herland · 15 years ago
  63. 709f79b Notes API: init_notes(): Initialize the notes tree from the given notes ref by Johan Herland · 15 years ago
  64. a7e7eff Notes API: get_commit_notes() -> format_note() + remove the commit restriction by Johan Herland · 15 years ago
  65. 0ab1faa Minor cosmetic fixes to notes.c by Johan Herland · 15 years ago
  66. 488bdf2 Fix crasher on encountering SHA1-like non-note in notes tree by Johan Herland · 15 years ago
  67. ef8db63 Refactor notes code to concatenate multiple notes annotating the same object by Johan Herland · 15 years ago
  68. 23123ae Teach the notes lookup code to parse notes trees with various fanout schemes by Johan Herland · 15 years ago
  69. 27d5756 Teach notes code to free its internal data structures on request by Johan Herland · 15 years ago
  70. c56fcc8 Add flags to get_commit_notes() to control the format of the note string by Johan Herland · 15 years ago
  71. fd53c9e Speed up git notes lookup by Johannes Schindelin · 15 years ago
  72. a97a746 Introduce commit notes by Johannes Schindelin · 15 years ago
  73. 954cfb5 Revert "Merge branch 'js/notes'" by Junio C Hamano · 16 years ago
  74. 22a3d06 git-notes: fix printing of multi-line notes by Tor Arne Vestbø · 16 years ago
  75. 2dd625d Speed up git notes lookup by Johannes Schindelin · 16 years ago
  76. 879ef24 Introduce commit notes by Johannes Schindelin · 16 years ago