🌐 AI搜索 & 代理 主页
Git 2.52-rc1
  1. f93c1d8 revision: add wrapper to setup_revisions() from a strvec by Jeff King · 3 months ago
  2. d4ff88a odb: rename `repo_read_object_file()` by Patrick Steinhardt · 5 months ago
  3. 8f49151 object-store: rename files to "odb.{c,h}" by Patrick Steinhardt · 5 months ago
  4. 68cd492 object-store: merge "object-store-ll.h" and "object-store.h" by Patrick Steinhardt · 8 months ago
  5. bba59f5 path: drop `git_pathdup()` in favor of `repo_git_path()` by Patrick Steinhardt · 10 months ago
  6. 5e7fe8a commit-reach: use `size_t` to track indices when computing merge bases by Patrick Steinhardt · 12 months ago
  7. 85ee068 commit-reach: use `size_t` to track indices in `get_reachable_subset()` by Patrick Steinhardt · 12 months ago
  8. 41f43b8 global: mark code units that generate warnings with `-Wsign-compare` by Patrick Steinhardt · 1 year ago
  9. 5f9f7fa bisect: address Coverity warning about potential double free by Patrick Steinhardt · 1 year, 1 month ago
  10. c1e98f9 bisect: fix various cases where we leak commit list items by Patrick Steinhardt · 1 year, 1 month ago
  11. 2b7706a bisect: fix leaking commit list items in `check_merge_base()` by Patrick Steinhardt · 1 year, 1 month ago
  12. cfb8a0d bisect: fix multiple leaks in `bisect_next_all()` by Patrick Steinhardt · 1 year, 1 month ago
  13. a13d4a1 bisect: fix leaking `current_bad_oid` by Patrick Steinhardt · 1 year, 1 month ago
  14. 96ab0e7 bisect: fix leaking string in `handle_bad_merge_base()` by Patrick Steinhardt · 1 year, 1 month ago
  15. 79366ad bisect: fix leaking good/bad terms when reading multipe times by Patrick Steinhardt · 1 year, 1 month ago
  16. 143682e Merge branch 'ps/pack-refs-auto-heuristics' by Junio C Hamano · 1 year, 3 months ago
  17. d343068 wrapper: introduce `log2u()` by Patrick Steinhardt · 1 year, 3 months ago
  18. e820771 refs: add referent to each_ref_fn by John Cai · 1 year, 4 months ago
  19. e7da938 global: introduce `USE_THE_REPOSITORY_VARIABLE` macro by Patrick Steinhardt · 1 year, 6 months ago
  20. 2e5c475 cocci: apply rules to rewrite callers of "refs" interfaces by Patrick Steinhardt · 1 year, 7 months ago
  21. 8198993 bisect: report the found commit with "show" by Peter Krefting · 1 year, 8 months ago
  22. 5317380 commit-reach(repo_get_merge_bases_many): pass on "missing commits" errors by Johannes Schindelin · 1 year, 10 months ago
  23. c59ba68 Merge branch 'js/check-null-from-read-object-file' by Junio C Hamano · 1 year, 10 months ago
  24. 568459b Always check the return value of `repo_read_object_file()` by Johannes Schindelin · 1 year, 10 months ago
  25. 492ee03 Merge branch 'en/header-cleanup' by Junio C Hamano · 1 year, 11 months ago
  26. eea0e59 treewide: remove unnecessary includes in source files by Elijah Newren · 2 years ago
  27. 0a06892 bisect: consistently write BISECT_EXPECTED_REV via the refdb by Patrick Steinhardt · 2 years ago
  28. a034e91 object-store-ll.h: split this header out of object-store.h by Elijah Newren · 2 years, 6 months ago
  29. c339932 repository: remove unnecessary include of path.h by Elijah Newren · 2 years, 6 months ago
  30. d812c3b treewide: remove cache.h inclusion due to object.h changes by Elijah Newren · 2 years, 8 months ago
  31. dabab1d object-name.h: move declarations for object-name.c functions from cache.h by Elijah Newren · 2 years, 8 months ago
  32. e7dca80 Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-cache-h by Junio C Hamano · 2 years, 8 months ago
  33. bab8216 cocci: apply the "pretty.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 2 years, 9 months ago
  34. bc726bd cocci: apply the "object-store.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 2 years, 9 months ago
  35. cb338c2 cocci: apply the "commit-reach.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 2 years, 9 months ago
  36. 32a8f51 environment.h: move declarations for environment.c functions from cache.h by Elijah Newren · 2 years, 9 months ago
  37. f394e09 treewide: be explicit about dependence on gettext.h by Elijah Newren · 2 years, 9 months ago
  38. 41771fa cache.h: remove dependence on hex.h; make other files include it explicitly by Elijah Newren · 2 years, 10 months ago
  39. de54b5f bisect: no longer try to clean up left-over `.git/head-name` files by Johannes Schindelin · 2 years, 11 months ago
  40. ddbb47f replace and remove run_command_v_opt() by René Scharfe · 3 years, 1 month ago
  41. 48750b2 bisect: simplify building "checkout" argument list by René Scharfe · 3 years, 1 month ago
  42. 5cf88fd git-compat-util.h: use "UNUSED", not "UNUSED(var)" by Ævar Arnfjörð Bjarmason · 3 years, 3 months ago
  43. 63e14ee refs: mark unused each_ref_fn parameters by Jeff King · 3 years, 4 months ago
  44. f92dbdb revisions API: don't leak memory on argv elements that need free()-ing by Ævar Arnfjörð Bjarmason · 3 years, 4 months ago
  45. 57efebb bisect.c: partially fix bisect_rev_setup() memory leak by Ævar Arnfjörð Bjarmason · 3 years, 4 months ago
  46. c5365e9 bisect.c: add missing "goto" for release_revisions() by Ævar Arnfjörð Bjarmason · 3 years, 4 months ago
  47. f196c1e revisions API users: use release_revisions() needing REV_INFO_INIT by Ævar Arnfjörð Bjarmason · 3 years, 8 months ago
  48. 2108fe4 revisions API users: add straightforward release_revisions() by Ævar Arnfjörð Bjarmason · 3 years, 8 months ago
  49. 48af1fd bisect--helper: double-check run command on exit code 126 and 127 by René Scharfe · 3 years, 11 months ago
  50. 1fcc40c bisect: simplify return code from bisect_checkout() by Junio C Hamano · 4 years, 5 months ago
  51. ffcb4e9 bisect: do not run show-branch just to show the current commit by Junio C Hamano · 4 years, 5 months ago
  52. ca56dad use CALLOC_ARRAY by René Scharfe · 4 years, 9 months ago
  53. 1c8f5df Merge branch 'js/params-vs-args' by Junio C Hamano · 4 years, 10 months ago
  54. b865734 replace "parameters" by "arguments" in error messages by Johannes Sixt · 4 years, 10 months ago
  55. bc62692 hash-lookup: rename from sha1-lookup by Martin Ågren · 5 years ago
  56. 2557c11 Merge branch 'sg/bisect-approximately-halfway' by Junio C Hamano · 5 years ago
  57. 0afcea7 bisect: loosen halfway() check for a large number of commits by SZEDER Gábor · 5 years ago
  58. 0795df4 bisect: clear flags in passed repository by René Scharfe · 5 years ago
  59. cd88884 object: allow clear_commit_marks_all to handle any repo by René Scharfe · 5 years ago
  60. 517ecb3 bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functions in C by Pranit Bauva · 5 years ago
  61. c7a7f48 bisect: call 'clear_commit_marks_all()' in 'bisect_next_all()' by Miriam Rubio · 5 years ago
  62. 47f0f94 Merge branch 'al/bisect-first-parent' by Junio C Hamano · 5 years ago
  63. 7d7f4e3 Merge branch 'rs/bisect-oid-to-hex-fix' by Junio C Hamano · 5 years ago
  64. ad464a4 bisect: combine args passed to find_bisection() by Aaron Lipman · 5 years ago
  65. e8861ff bisect: introduce first-parent flag by Aaron Lipman · 5 years ago
  66. be5fe20 cmd_bisect__helper: defer parsing no-checkout flag by Aaron Lipman · 5 years ago
  67. 0fe305a rev-list: allow bisect and first-parent flags by Aaron Lipman · 5 years ago
  68. 7d23ff8 bisect: use oid_to_hex_r() instead of memcpy()+oid_to_hex() by René Scharfe · 5 years ago
  69. d70a9eb strvec: rename struct fields by Jeff King · 5 years ago
  70. f6d8942 strvec: fix indentation in renamed calls by Jeff King · 5 years ago
  71. ef8d7ac strvec: convert more callers away from argv_array name by Jeff King · 5 years ago
  72. 2745b6b quote: rename sq_dequote_to_argv_array to mention strvec by Jeff King · 5 years ago
  73. dbbcd44 strvec: rename files from argv-array to strvec by Jeff King · 5 years ago
  74. 7383b25 bisect: stop referring to sha1_array by Jeff King · 6 years ago
  75. fe299ec oid_array: rename source file from sha1-array by Jeff King · 6 years ago
  76. 6c69f22 bisect: libify `bisect_next_all` by Pranit Bauva · 6 years ago
  77. 9ec598e bisect: libify `handle_bad_merge_base` and its dependents by Pranit Bauva · 6 years ago
  78. 45b6370 bisect: libify `check_good_are_ancestors_of_bad` and its dependents by Pranit Bauva · 6 years ago
  79. cdd4dc2 bisect: libify `check_merge_bases` and its dependents by Pranit Bauva · 6 years ago
  80. e8e3ce6 bisect: libify `bisect_checkout` by Pranit Bauva · 6 years ago
  81. ce58b5d bisect: libify `exit_if_skipped_commits` to `error_if_skipped*` and its dependents by Pranit Bauva · 6 years ago
  82. 680e8a0 bisect: add enum to represent bisect returning codes by Miriam Rubio · 6 years ago
  83. b8e3b2f bisect: use the standard 'if (!var)' way to check for 0 by Miriam Rubio · 6 years ago
  84. 95518fa bisect: switch to using the_hash_algo by brian m. carlson · 6 years ago
  85. b02be8b bisect: make diff-tree output prettier by Jeff King · 7 years ago
  86. 40ae3d3 bisect: fix internal diff-tree config loading by Jeff King · 7 years ago
  87. 2008f29 bisect: use string arguments to feed internal diff-tree by Jeff King · 7 years ago
  88. 5fda343 Merge branch 'ds/push-sparse-tree-walk' by Junio C Hamano · 7 years ago
  89. 3434569 Merge branch 'nd/style-opening-brace' by Junio C Hamano · 7 years ago
  90. 4f6d26b list-objects: consume sparse tree walk by Derrick Stolee · 7 years ago
  91. 3b33576 style: the opening '{' of a function is in a separate line by Nguyễn Thái Ngọc Duy · 7 years ago
  92. 69d2cfe bisect.c: remove the_repository reference by Nguyễn Thái Ngọc Duy · 7 years ago
  93. 11877b9 Merge branch 'nd/the-index' by Junio C Hamano · 7 years ago
  94. 2abf350 revision.c: remove implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 7 years ago
  95. 1966cda Merge branch 'nd/bisect-show-list-fix' by Junio C Hamano · 7 years ago
  96. 769af0f Merge branch 'jk/cocci' by Junio C Hamano · 7 years ago
  97. b0eb92b bisect.c: make show_list() build again by Nguyễn Thái Ngọc Duy · 7 years ago
  98. 9001dc2 convert "oidcmp() != 0" to "!oideq()" by Jeff King · 7 years ago
  99. 4a7e27e convert "oidcmp() == 0" to oideq() by Jeff King · 7 years ago
  100. 6404355 commit.h: remove method declarations by Derrick Stolee · 7 years ago