๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
Git 2.24.2
  1. 80693e3 Merge branch 'tb/commit-graph-harden' by Junio C Hamano ยท 6 years ago
  2. 21ce0b4 Merge branch 'mh/release-commit-memory-fix' by Junio C Hamano ยท 6 years ago
  3. 806278d commit-graph.c: handle corrupt/missing trees by Taylor Blau ยท 6 years ago
  4. 9784f97 commit: free the right buffer in release_commit_memory by Mike Hommey ยท 6 years ago
  5. dea6737 Merge branch 'ds/close-object-store' into maint by Junio C Hamano ยท 6 years ago
  6. a7db4c1 Merge branch 'jk/oidhash' by Junio C Hamano ยท 6 years ago
  7. e116894 Merge branch 'ds/commit-graph-write-refactor' by Junio C Hamano ยท 6 years ago
  8. a378509 object: convert create_object() to use object_id by Jeff King ยท 7 years ago
  9. d0229ab object: convert lookup_object() to use object_id by Jeff King ยท 7 years ago
  10. c794405 commit-graph: fix the_repository reference by Derrick Stolee ยท 7 years ago
  11. ea2dab1 Merge branch 'tb/unexpected' by Junio C Hamano ยท 7 years ago
  12. 301b8c7 commit.c: add repo_get_commit_tree() by Nguyแป…n Thรกi Ngแปc Duy ยท 7 years ago
  13. a133c40 commit.cocci: refactor code, avoid double rewrite by Nguyแป…n Thรกi Ngแปc Duy ยท 7 years ago
  14. 8348766 get_commit_tree(): return NULL for broken tree by Jeff King ยท 7 years ago
  15. b99a579 Merge branch 'sb/more-repo-in-api' by Junio C Hamano ยท 7 years ago
  16. 6a7895f commit: prepare free_commit_buffer and release_commit_memory for any repo by Stefan Beller ยท 7 years ago
  17. 6d2035e Merge branch 'jk/verify-sig-merge-into-void' by Junio C Hamano ยท 7 years ago
  18. 62ca33e Merge branch 'ds/reachable-topo-order' by Junio C Hamano ยท 7 years ago
  19. 7031537 commit: prepare repo_unuse_commit_buffer to handle any repo by Stefan Beller ยท 7 years ago
  20. 07de3fd commit: prepare get_commit_buffer to handle any repo by Stefan Beller ยท 7 years ago
  21. 9e5252a commit: allow parse_commit* to handle any repo by Stefan Beller ยท 7 years ago
  22. edc4d47 merge: extract verify_merge_signature() helper by Jeff King ยท 7 years ago
  23. 5284fc5 commit/revisions: bookkeeping before refactoring by Derrick Stolee ยท 7 years ago
  24. 0293121 Merge branch 'pk/rebase-in-c-4-opts' by Junio C Hamano ยท 7 years ago
  25. 6d8f8eb Merge branch 'ds/commit-graph-with-grafts' by Junio C Hamano ยท 7 years ago
  26. 103148a merge-base --fork-point: extract libified function by Pratik Karki ยท 7 years ago
  27. 769af0f Merge branch 'jk/cocci' by Junio C Hamano ยท 7 years ago
  28. fba9654 Merge branch 'jk/trailer-fixes' by Junio C Hamano ยท 7 years ago
  29. 1b7a91d Merge branch 'ds/reachable' by Junio C Hamano ยท 7 years ago
  30. 0a866db Merge branch 'ds/commit-graph-lockfile-fix' by Junio C Hamano ยท 7 years ago
  31. 091f4cf commit: don't use generation numbers if not needed by Derrick Stolee ยท 7 years ago
  32. 9001dc2 convert "oidcmp() != 0" to "!oideq()" by Jeff King ยท 7 years ago
  33. 1392c5d Merge branch 'js/larger-timestamps' by Junio C Hamano ยท 7 years ago
  34. 66e83d9 append_signoff: use size_t for string offsets by Jeff King ยท 7 years ago
  35. 1820703 commit: use timestamp_t for author_date_slab by Derrick Stolee ยท 7 years ago
  36. 20fd6d5 commit-graph: not compatible with grafts by Derrick Stolee ยท 7 years ago
  37. 78a72ad Merge branch 'jt/commit-graph-per-object-store' by Junio C Hamano ยท 7 years ago
  38. 3a2a1dc Merge branch 'sb/object-store-lookup' by Junio C Hamano ยท 7 years ago
  39. b006f01 Merge branch 'ds/commit-graph-fsck' by Junio C Hamano ยท 7 years ago
  40. 37aac3e Merge branch 'bc/object-id' by Junio C Hamano ยท 7 years ago
  41. 5227c38 commit-reach: move walk methods from commit.c by Derrick Stolee ยท 7 years ago
  42. 00624d6 Merge branch 'sb/object-store-grafts' by Junio C Hamano ยท 7 years ago
  43. dade47c commit-graph: add repo arg to graph readers by Jonathan Tan ยท 7 years ago
  44. 8295296 Merge branch 'ds/commit-graph-fsck' into jt/commit-graph-per-object-store by Junio C Hamano ยท 7 years ago
  45. 2770ccb commit: express tree entry constants in terms of the_hash_algo by brian m. carlson ยท 7 years ago
  46. 1f6c72f commit.c: allow lookup_commit_reference to handle arbitrary repositories by Stefan Beller ยท 7 years ago
  47. d9a05e7 commit.c: allow lookup_commit_reference_gently to handle arbitrary repositories by Stefan Beller ยท 7 years ago
  48. 4ff7e5c commit.c: allow get_cached_commit_buffer to handle arbitrary repositories by Stefan Beller ยท 7 years ago
  49. 1a40fc4 commit.c: allow set_commit_buffer to handle arbitrary repositories by Stefan Beller ยท 7 years ago
  50. 65ea9d4 commit.c: migrate the commit buffer to the parsed object store by Stefan Beller ยท 7 years ago
  51. fd8030c commit.c: allow parse_commit_buffer to handle arbitrary repositories by Stefan Beller ยท 7 years ago
  52. bacf168 commit: allow lookup_commit to handle arbitrary repositories by Stefan Beller ยท 7 years ago
  53. a74093d tag: add repository argument to deref_tag by Stefan Beller ยท 7 years ago
  54. 3ce85f7 commit: add repository argument to get_cached_commit_buffer by Stefan Beller ยท 7 years ago
  55. 5e0c636 commit: add repository argument to set_commit_buffer by Stefan Beller ยท 7 years ago
  56. 08f4f44 commit: add repository argument to parse_commit_buffer by Stefan Beller ยท 7 years ago
  57. c1f5eb4 commit: add repository argument to lookup_commit by Stefan Beller ยท 7 years ago
  58. 2122f67 commit: add repository argument to lookup_commit_reference by Stefan Beller ยท 7 years ago
  59. 21e1ee8 commit: add repository argument to lookup_commit_reference_gently by Stefan Beller ยท 7 years ago
  60. f86bcc7 tree: add repository argument to lookup_tree by Stefan Beller ยท 7 years ago
  61. 1268dfa object: add repository argument to object_as_type by Stefan Beller ยท 7 years ago
  62. 5abddd1 object: add repository argument to lookup_object by Stefan Beller ยท 7 years ago
  63. 109cd76 object: add repository argument to parse_object by Stefan Beller ยท 7 years ago
  64. b16b60f Merge branch 'sb/object-store-grafts' into sb/object-store-lookup by Junio C Hamano ยท 7 years ago
  65. 9b19ada commit: force commit to parse from object database by Derrick Stolee ยท 7 years ago
  66. 1102405 Merge branch 'sb/object-store-alloc' by Junio C Hamano ยท 7 years ago
  67. a856e7d Merge branch 'ds/commit-graph-lockfile-fix' by Junio C Hamano ยท 7 years ago
  68. b3b2aaf Merge branch 'nd/commit-util-to-slab' by Junio C Hamano ยท 7 years ago
  69. 549ca8a Merge branch 'jk/index-pack-maint' by Junio C Hamano ยท 8 years ago
  70. 14a9bd2 prepare_commit_graft: treat non-repository as a noop by Jeff King ยท 8 years ago
  71. 42c8ce1 Merge branch 'bc/object-id' by Junio C Hamano ยท 8 years ago
  72. 352cf6c Merge branch 'js/deprecate-grafts' by Junio C Hamano ยท 8 years ago
  73. c89b6e1 Merge branch 'ds/lazy-load-trees' by Junio C Hamano ยท 8 years ago
  74. 04bc8d1 commit: use generation number in remove_redundant() by Derrick Stolee ยท 8 years ago
  75. d7c1ec3 commit: add short-circuit to paint_down_to_common() by Derrick Stolee ยท 8 years ago
  76. f9b8908 commit: use generation numbers for in_merge_bases() by Derrick Stolee ยท 8 years ago
  77. e2838d8 commit-graph: always load commit-graph information by Derrick Stolee ยท 8 years ago
  78. 3afc679 commit: use generations in paint_down_to_common() by Derrick Stolee ยท 8 years ago
  79. e2e5ac2 merge: use commit-slab in merge remote desc instead of commit->util by Nguyแป…n Thรกi Ngแปc Duy ยท 8 years ago
  80. b9dbddf commit: allow lookup_commit_graft to handle arbitrary repositories by Stefan Beller ยท 8 years ago
  81. 2f6c767 commit: allow prepare_commit_graft to handle arbitrary repositories by Stefan Beller ยท 8 years ago
  82. 0437a2e cache: convert get_graft_file to handle arbitrary repositories by Stefan Beller ยท 8 years ago
  83. d0e5dd0 commit: convert read_graft_file to handle arbitrary repositories by Brandon Williams ยท 8 years ago
  84. a3b78e8 commit: convert register_commit_graft to handle arbitrary repositories by Brandon Williams ยท 8 years ago
  85. e808656 commit: convert commit_graft_pos() to handle arbitrary repositories by Brandon Williams ยท 8 years ago
  86. c881348 shallow: add repository argument to is_repository_shallow by Stefan Beller ยท 8 years ago
  87. 1f93ecd commit: add repository argument to lookup_commit_graft by Jonathan Nieder ยท 8 years ago
  88. 3ee3765 commit: add repository argument to prepare_commit_graft by Jonathan Nieder ยท 8 years ago
  89. 02ba3e1 commit: add repository argument to read_graft_file by Jonathan Nieder ยท 8 years ago
  90. 3f5787f commit: add repository argument to register_commit_graft by Jonathan Nieder ยท 8 years ago
  91. be479e8 commit: add repository argument to commit_graft_pos by Jonathan Nieder ยท 8 years ago
  92. 6a1a79f object: move grafts to object parser by Jonathan Nieder ยท 8 years ago
  93. cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller ยท 8 years ago
  94. 14ba97f alloc: allow arbitrary repositories for alloc functions by Stefan Beller ยท 8 years ago
  95. 8ba0e5e alloc: add repository argument to alloc_commit_node by Stefan Beller ยท 8 years ago
  96. 68f95d3 object: add repository argument to create_object by Stefan Beller ยท 8 years ago
  97. b10edb2 Merge branch 'ds/commit-graph' by Junio C Hamano ยท 8 years ago
  98. 26ea3e7 commit: convert uses of get_sha1_hex to get_oid_hex by brian m. carlson ยท 8 years ago
  99. f9f99b3 Deprecate support for .git/info/grafts by Johannes Schindelin ยท 8 years ago
  100. fef461e commit: Let the callback of for_each_mergetag return on error by Johannes Schindelin ยท 8 years ago