๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
Git 2.43.1
  1. eea0e59 treewide: remove unnecessary includes in source files by Elijah Newren ยท 2 years ago
  2. df6e874 diff.h: remove unnecessary include of oidset.h by Elijah Newren ยท 2 years, 6 months ago
  3. 4f6728d treewide: remove unnecessary cache.h inclusion from several sources by Elijah Newren ยท 2 years, 9 months ago
  4. 41771fa cache.h: remove dependence on hex.h; make other files include it explicitly by Elijah Newren ยท 2 years, 10 months ago
  5. 160314e Merge branch 'jz/patch-id' by Taylor Blau ยท 3 years, 1 month ago
  6. 51276c1 patch-id: use stable patch-id for rebases by Jerry Zhang ยท 3 years, 2 months ago
  7. 5cf88fd git-compat-util.h: use "UNUSED", not "UNUSED(var)" by ร†var Arnfjรถrรฐ Bjarmason ยท 3 years, 3 months ago
  8. 02c3c59 hashmap: mark unused callback parameters by Jeff King ยท 3 years, 4 months ago
  9. ca56dad use CALLOC_ARRAY by Renรฉ Scharfe ยท 4 years, 9 months ago
  10. b69bed2 Merge branch 'jk/log-cherry-pick-duplicate-patches' by Junio C Hamano ยท 4 years, 11 months ago
  11. c9e3a4e patch-ids: handle duplicate hashmap entries by Jeff King ยท 5 years ago
  12. bc62692 hash-lookup: rename from sha1-lookup by Martin ร…gren ยท 5 years ago
  13. 6da1a25 hashmap: provide deallocation function names by Elijah Newren ยท 5 years ago
  14. 404ab78 hashmap: remove type arg from hashmap_{get,put,remove}_entry by Eric Wong ยท 6 years ago
  15. c8e424c hashmap: introduce hashmap_free_entries by Eric Wong ยท 6 years ago
  16. 939af16 hashmap_cmp_fn takes hashmap_entry params by Eric Wong ยท 6 years ago
  17. f23a465 hashmap_get{,_from_hash} return "struct hashmap_entry *" by Eric Wong ยท 6 years ago
  18. b6c5241 hashmap_get takes "const struct hashmap_entry *" by Eric Wong ยท 6 years ago
  19. b94e5c1 hashmap_add takes "struct hashmap_entry *" by Eric Wong ยท 6 years ago
  20. d22245a hashmap_entry_init takes "struct hashmap_entry *" by Eric Wong ยท 6 years ago
  21. d40abc8 hashmap: convert sha1hash() to oidhash() by Jeff King ยท 6 years ago
  22. a8f6855 format-patch: make --base patch-id output stable by Stephen Boyd ยท 7 years ago
  23. 11877b9 Merge branch 'nd/the-index' by Junio C Hamano ยท 7 years ago
  24. a7edadd patch-ids.c: remove implicit dependency on the_index by Nguyแป…n Thรกi Ngแปc Duy ยท 7 years ago
  25. e675765 diff.c: remove implicit dependency on the_index by Nguyแป…n Thรกi Ngแปc Duy ยท 7 years ago
  26. cc00e5c convert hashmap comparison functions to oideq() by Jeff King ยท 7 years ago
  27. 0d1e0e7 diff: make struct diff_flags members lowercase by Brandon Williams ยท 8 years ago
  28. 23dcf77 diff: remove DIFF_OPT_SET macro by Brandon Williams ยท 8 years ago
  29. 8d0017d patch-ids.c: drop hashmap_cmp_fn cast by Stefan Beller ยท 8 years ago
  30. 3da492f patch-ids.c: use hashmap correctly by Stefan Beller ยท 8 years ago
  31. 7663cdc hashmap.h: compare function has access to a data field by Stefan Beller ยท 8 years ago
  32. 66f414f diff-tree: convert diff_tree_sha1 to struct object_id by Brandon Williams ยท 9 years ago
  33. 7b8dea0 tree-diff: convert diff_root_tree_sha1 to struct object_id by Brandon Williams ยท 9 years ago
  34. bd25f28 diff: convert diff_flush_patch_id to struct object_id by Brandon Williams ยท 9 years ago
  35. 34f3c0e patch-ids: convert to struct object_id by Brandon Williams ยท 9 years ago
  36. 5748693 add_commit_patch_id(): avoid allocating memory unnecessarily by Johannes Schindelin ยท 9 years ago
  37. cd02599 Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZ by brian m. carlson ยท 9 years ago
  38. 7c81040 patch-ids: refuse to compute patch-id for merge commit by Jeff King ยท 9 years ago
  39. 5a29cbc patch-ids: turn off rename detection by Jeff King ยท 9 years ago
  40. b3dfeeb rebase: avoid computing unnecessary patch IDs by Kevin Willford ยท 9 years ago
  41. 3e8e32c patch-ids: add flag to create the diff patch id using header only data by Kevin Willford ยท 9 years ago
  42. 683f17e patch-ids: replace the seen indicator with a commit pointer by Kevin Willford ยท 9 years ago
  43. dfb7a1b patch-ids: stop using a hand-rolled hashmap implementation by Kevin Willford ยท 9 years ago
  44. ded2c09 patch-ids: make commit_patch_id() a public helper function by Xiaolong Ye ยท 10 years ago
  45. ed1c997 Remove get_object_hash. by brian m. carlson ยท 10 years ago
  46. 7999b2c Add several uses of get_object_hash. by brian m. carlson ยท 10 years ago
  47. 104fb26 patch-ids.c: use ALLOC_GROW() in add_commit() by Dmitry S. Dolzhenko ยท 12 years ago
  48. 2845265 diff_setup_done(): return void by Thomas Rast ยท 13 years ago
  49. 5289bae patch-ids: use the new generic "sha1_pos" function to lookup sha1 by Christian Couder ยท 17 years ago
  50. 8f67f8a Make the diff_options bitfields be an unsigned with explicit masks. by Pierre Habouzit ยท 18 years ago
  51. 5d23e13 Refactor patch-id filtering out of git-cherry and git-format-patch. by Junio C Hamano ยท 19 years ago