1. 0dbc646 notes: replace sha1_to_hex by brian m. carlson · 6 years ago
  2. dd43745 notes: make hash size independent by brian m. carlson · 6 years ago
  3. ea82b2a tree-walk: store object_id in a separate member by brian m. carlson · 6 years ago
  4. 9001dc2 convert "oidcmp() != 0" to "!oideq()" by Jeff King · 7 years ago
  5. e3ff068 convert "hashcmp() == 0" to hasheq() by Jeff King · 7 years ago
  6. 4a7e27e convert "oidcmp() == 0" to oideq() by Jeff King · 7 years ago
  7. cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 7 years ago
  8. b4f5aca sha1_file: convert read_sha1_file to struct object_id by brian m. carlson · 7 years ago
  9. 916bc35 tree-walk: convert tree entry functions to object_id by brian m. carlson · 7 years ago
  10. a09c985 sha1_file: convert write_sha1_file to object_id by Patryk Obara · 7 years ago
  11. bbca96d notes: convert write_notes_tree to object_id by Patryk Obara · 7 years ago
  12. b7d591d notes: convert combine_notes_* to object_id by Patryk Obara · 7 years ago
  13. bde1370 Merge branch 'rs/hex-to-bytes-cleanup' by Junio C Hamano · 7 years ago
  14. 0ec2186 notes: move hex_to_bytes() to hex.c and export it by René Scharfe · 7 years ago
  15. 34c290a refs: convert read_ref and read_ref_full to object_id by brian m. carlson · 7 years ago
  16. 30675f7 Merge branch 'mh/notes-cleanup' by Junio C Hamano · 7 years ago
  17. 3964281 load_subtree(): check that `prefix_len` is in the expected range by Michael Haggerty · 8 years ago
  18. 06cfa75 load_subtree(): declare some variables to be `size_t` by Michael Haggerty · 8 years ago
  19. cfdc88f hex_to_bytes(): simpler replacement for `get_oid_hex_segment()` by Michael Haggerty · 8 years ago
  20. d49852d get_oid_hex_segment(): don't pad the rest of `oid` by Michael Haggerty · 8 years ago
  21. 4ebef53 load_subtree(): combine some common code by Michael Haggerty · 8 years ago
  22. 67c9b42 get_oid_hex_segment(): return 0 on success by Michael Haggerty · 8 years ago
  23. 4043218 load_subtree(): only consider blobs to be potential notes by Michael Haggerty · 8 years ago
  24. 4d589b8 load_subtree(): check earlier whether an internal node is a tree entry by Michael Haggerty · 8 years ago
  25. 98c9897 load_subtree(): separate logic for internal vs. terminal entries by Michael Haggerty · 8 years ago
  26. cbeed9a load_subtree(): fix incorrect comment by Michael Haggerty · 8 years ago
  27. a281639 load_subtree(): reduce the scope of some local variables by Michael Haggerty · 8 years ago
  28. d3b0c6b load_subtree(): remove unnecessary conditional by Michael Haggerty · 8 years ago
  29. 65eb8e0 notes: make GET_NIBBLE macro more robust by Michael Haggerty · 8 years ago
  30. 5c377d3 tree-walk: convert fill_tree_descriptor() to object_id by René Scharfe · 8 years ago
  31. e82caf3 sha1_name: convert get_sha1* to get_oid* by brian m. carlson · 8 years ago
  32. f31d23a Merge branch 'bw/config-h' by Junio C Hamano · 8 years ago
  33. b2141fc config: don't include config.h by default by Brandon Williams · 8 years ago
  34. 5ee8a95 notes: convert some accessor functions to struct object_id by brian m. carlson · 8 years ago
  35. fb61e4d notes: convert format_display_notes to struct object_id by brian m. carlson · 8 years ago
  36. 9ef7223 notes: make get_note return pointer to struct object_id by brian m. carlson · 8 years ago
  37. 490bc83 notes: convert for_each_note to struct object_id by brian m. carlson · 8 years ago
  38. 89c149f notes: convert internal parts to struct object_id by brian m. carlson · 8 years ago
  39. 5dcc969 notes: convert internal structures to struct object_id by brian m. carlson · 8 years ago
  40. 5a8e7c3 notes: do not break note_tree structure in note_tree_consolidate() by Mike Hommey · 8 years ago
  41. 13ac141 notes: convert init_notes to use struct object_id by brian m. carlson · 9 years ago
  42. 2721ce2 use string_list initializer consistently by Jeff King · 9 years ago
  43. 7d924c9 struct name_entry: use struct object_id instead of unsigned char sha1[20] by brian m. carlson · 9 years ago
  44. 11529ec Merge branch 'jk/tighten-alloc' by Junio C Hamano · 9 years ago
  45. b32fa95 convert trivial cases to ALLOC_ARRAY by Jeff King · 9 years ago
  46. 1cb3ed3 Merge branch 'jk/notes-merge-from-anywhere' by Junio C Hamano · 9 years ago
  47. b3715b7 notes: allow merging from arbitrary references by Jacob Keller · 9 years ago
  48. ee76f92 notes: allow treeish expressions as notes ref by Mike Hommey · 9 years ago
  49. 02e32b7 notes: document length of fanout path with a constant by Jeff King · 9 years ago
  50. 3d3caf0 Sync with 2.4.9 by Junio C Hamano · 10 years ago
  51. 8267cd1 Sync with 2.2.3 by Junio C Hamano · 10 years ago
  52. c29edfe notes: use a strbuf in add_non_note by Jeff King · 10 years ago
  53. fd95035 string_list_add_one_ref(): rewrite to take an object_id argument by Michael Haggerty · 10 years ago
  54. 2b2a5be each_ref_fn: change to take an object_id parameter by Michael Haggerty · 10 years ago
  55. faf723a Merge branch 'jk/blame-commit-label' into maint by Junio C Hamano · 10 years ago
  56. 092c4be Merge branch 'jk/blame-commit-label' by Junio C Hamano · 10 years ago
  57. 8c53f07 use xstrdup_or_null to replace ternary conditionals by Jeff King · 10 years ago
  58. a7ddaa8 Merge branch 'mh/simplify-repack-without-refs' by Junio C Hamano · 10 years ago
  59. 3383e19 sort_string_list(): rename to string_list_sort() by Michael Haggerty · 10 years ago
  60. 8a4acd6 notes: empty notes should be shown by 'git log' by Johan Herland · 10 years ago
  61. 65bbf08 notes.c: rearrange xcalloc arguments by Brian Gesiak · 11 years ago
  62. 5955654 replace {pre,suf}fixcmp() with {starts,ends}_with() by Christian Couder · 11 years ago
  63. 8c46bf9 string_list_add_refs_by_glob(): add a comment about memory management by Michael Haggerty · 12 years ago
  64. d235e99 string_list_add_one_ref(): rename first parameter to "refname" by Michael Haggerty · 12 years ago
  65. 4ad4fce Merge branch 'jc/prettier-pretty-note' by Junio C Hamano · 12 years ago
  66. 6050b5b Merge branch 'mh/notes-string-list' by Junio C Hamano · 12 years ago
  67. 6b87312 Merge branch 'jc/same-encoding' by Junio C Hamano · 12 years ago
  68. 6fa2377 string_list_add_refs_from_colon_sep(): use string_list_split() by Michael Haggerty · 12 years ago
  69. 031954d notes: fix handling of colon-separated values by Michael Haggerty · 12 years ago
  70. 1313524 combine_notes_cat_sort_uniq(): sort and dedup lines all at once by Michael Haggerty · 12 years ago
  71. f992f0c Initialize sort_uniq_list using named constant by Michael Haggerty · 12 years ago
  72. 0e18bcd reencode_string(): introduce and use same_encoding() by Junio C Hamano · 12 years ago
  73. 76141e2 format_note(): simplify API by Junio C Hamano · 12 years ago
  74. 96531a5 notes.c: mark a private file-scope symbol as static by Junio C Hamano · 12 years ago
  75. 885b797 Do not use C++-style comments by Michael Haggerty · 14 years ago
  76. 3a03cf6 notes: refactor display notes default handling by Jeff King · 14 years ago
  77. 304cc11 notes: refactor display notes extra refs field by Jeff King · 14 years ago
  78. 03bb578 notes: make expand_notes_ref globally accessible by Jeff King · 14 years ago
  79. 657072f Merge branch 'jh/notes-merge' by Junio C Hamano · 14 years ago
  80. a6a0909 git notes merge: Add another auto-resolving strategy: "cat_sort_uniq" by Johan Herland · 14 years ago
  81. d4990c4 notes.c: Use two newlines (instead of one) when concatenating notes by Johan Herland · 14 years ago
  82. 180619a notes.h/c: Propagate combine_notes_fn return value to add_note() and beyond by Johan Herland · 14 years ago
  83. e2656c8 notes.h/c: Allow combine_notes functions to remove notes by Johan Herland · 14 years ago
  84. a5cdebe notes.c: Reorder functions in preparation for next commit by Johan Herland · 14 years ago
  85. 4a9cf1c notes.h: Make default_notes_ref() available in notes API by Johan Herland · 14 years ago
  86. 327a89d notes.c: Hexify SHA1 in die() message from init_notes() by Johan Herland · 14 years ago
  87. 1ee1e43 notes: Don't create (empty) commit when removing non-existing notes by Johan Herland · 15 years ago
  88. 8a57c6e Convert the users of for_each_string_list to for_each_string_list_item macro by Alex Riesen · 15 years ago
  89. a53deac Merge branch 'jp/string-list-api-cleanup' by Junio C Hamano · 15 years ago
  90. 1ba5c53 Merge branch 'maint' by Junio C Hamano · 15 years ago
  91. 89fe121 notes: Initialise variable to appease gcc by Ramsay Jones · 15 years ago
  92. 1d2f80f string_list: Fix argument order for string_list_append by Julian Phillips · 15 years ago
  93. b684e97 string_list: Fix argument order for for_each_string_list by Julian Phillips · 15 years ago
  94. a9f2adf notes: dry-run and verbose options for prune by Michael J Gruber · 15 years ago
  95. a86ed83 Merge branch 'tr/notes-display' by Junio C Hamano · 15 years ago
  96. a502ab9 notes.c: remove inappropriate call to return by Brandon Casey · 15 years ago
  97. 7f710ea notes: track whether notes_trees were changed at all by Thomas Rast · 15 years ago
  98. 160baa0 notes: implement 'git notes copy --stdin' by Thomas Rast · 15 years ago
  99. 894a9d3 Support showing notes from more than one notes tree by Thomas Rast · 15 years ago
  100. c88f0cc notes: fix malformed tree entry by Junio C Hamano · 15 years ago