1. 3bc0341 Git 2.56-rc2 by Junio C Hamano · 18 hours ago main master v2.56.0-rc2
  2. d38352c A few more fixes before -rc2 by Junio C Hamano · 6 days ago
  3. 3bbf434 Merge branch 'yt/pathspec-negative-prefix' by Junio C Hamano · 6 days ago
  4. 2a41443 Merge branch 'tz/doc-pack-refs-and-refs-fixes' by Junio C Hamano · 6 days ago
  5. 7b58375 mailmap: normalize name for Yoichi NAKAYAMA by Yoichi NAKAYAMA · 6 days ago
  6. 12cb629 Git 2.56-rc1 by Junio C Hamano · 7 days ago v2.56.0-rc1
  7. d306f3f Merge branch 'ks/history-commit-leakfix' by Junio C Hamano · 7 days ago
  8. b6a7e39 Merge branch 'jc/rust-cargo-build-target' by Junio C Hamano · 7 days ago
  9. 3a05517 Merge branch 'js/rust-in-windows-ci' by Junio C Hamano · 7 days ago
  10. f0ef1b9 4th batch for -rc1 by Junio C Hamano · 8 days ago
  11. 14bf3a4 Merge branch 'ps/odb-pluggable-fsck' by Junio C Hamano · 8 days ago
  12. 4ee3b87 Merge branch 'ps/odb-stop-registering-in-memory-sources' by Junio C Hamano · 8 days ago
  13. c78ed9e Merge branch 'js/win-cmake-use-ucrt64' by Junio C Hamano · 8 days ago
  14. 6fc1571 Merge branch 'js/mingw-test-fixes-around-perl' by Junio C Hamano · 8 days ago
  15. 9952511 doc/refs: backtick-quote commands and options consistently by Todd Zullinger · 8 days ago
  16. db06ca0 doc/pack-refs: convert synopsis and options to new style by Todd Zullinger · 8 days ago
  17. 0e75d17 builtin/history: unuse the commit buffer after use by Kaartic Sivaraam · 8 days ago
  18. 339ab2a 3rd batch for -rc1 by Junio C Hamano · 8 days ago
  19. 6c51b4c Merge branch 'sa/rev-list-missing-only' by Junio C Hamano · 8 days ago
  20. fb03713 Merge branch 'ps/tune-rerere-gc' by Junio C Hamano · 8 days ago
  21. 3502633 Merge branch 'hn/checkout-m-autostash-refine' by Junio C Hamano · 8 days ago
  22. 88b068e Merge branch 'wf/imap-send-draft' by Junio C Hamano · 8 days ago
  23. e731c02 Merge branch 'mm/lib-httpd-cgi-safe' by Junio C Hamano · 8 days ago
  24. b6f1768 dir: preserve pathspec prefix optimization with leading excludes by Yannik Tausch · 9 days ago
  25. 16abad3 dir: do not apply prefix to negative pathspecs by Yannik Tausch · 9 days ago
  26. 3699d22 2nd batch for -rc1 by Junio C Hamano · 9 days ago
  27. 584621d Merge branch 'ta/lint-gitlink-older-perl-fix' by Junio C Hamano · 9 days ago
  28. d7e8ff8 Merge branch 'jc/history-missing-tree-errorfix' by Junio C Hamano · 9 days ago
  29. 994e80a Merge branch 'as/cherry-pick-no-commit-doc' by Junio C Hamano · 9 days ago
  30. 7c051fe Merge branch 'kh/doc-datamodel' by Junio C Hamano · 9 days ago
  31. 223518f Merge branch 'tn/fetch-pack-trace-packfile-uri' by Junio C Hamano · 9 days ago
  32. d5cd54c Merge branch 'jc/pathspec-match-const' by Junio C Hamano · 9 days ago
  33. 830d747 Merge branch 'jk/submodule-error-leak' by Junio C Hamano · 9 days ago
  34. a334b7e Merge branch 'en/no-amend-during-conflicts' by Junio C Hamano · 9 days ago
  35. cee3798 Merge branch 'bc/maintenance-doc-markup-fix-for-asciidoc' by Junio C Hamano · 9 days ago
  36. a449fe1 Merge branch 'jk/ci-use-system-asciidoctor' by Junio C Hamano · 9 days ago
  37. 1cd6b7d cmake(windows): accommodate for Git for Windows' migration to UCRT64 by Johannes Schindelin · 9 days ago
  38. aa40ca0 t9129: skip UTF-8 tests on Windows by Johannes Schindelin · 9 days ago
  39. 8fff84c t9700: accommodate for MSYS2 Perl reporting as `cygwin` by Johannes Schindelin · 9 days ago
  40. 86909a9 ci(windows): build with Rust by Johannes Schindelin · 10 days ago
  41. ce6f9ff rust: pick a GCC-compatible Cargo target under MSYS2/MinGW by Johannes Schindelin · 10 days ago
  42. 7792e40 ci: use system asciidoctor by Jeff King · 3 weeks ago
  43. 47ce805 A bit more for -rc1 by Junio C Hamano · 12 days ago
  44. bca240a Merge branch 'js/mingw-build-updates' by Junio C Hamano · 12 days ago
  45. 91642b3 Merge branch 'jk/ci-use-system-asciidoctor' by Junio C Hamano · 12 days ago
  46. 9f868af Merge branch 'jk/ci-bump-debian-to-12' by Junio C Hamano · 12 days ago
  47. 0d5ebb3 builtin/fsck: move loose object verification into the loose source by Patrick Steinhardt · 12 days ago
  48. ae7a0ff builtin/fsck: move multi-pack index verification into the packed source by Patrick Steinhardt · 12 days ago
  49. 1bbb92d builtin/fsck: move bitmap verification into the packed source by Patrick Steinhardt · 12 days ago
  50. 426d291 builtin/fsck: move reverse index verification into the packed source by Patrick Steinhardt · 12 days ago
  51. 6bc7780 builtin/fsck: move packfile verification into the packed source by Patrick Steinhardt · 12 days ago
  52. a51b77a odb: provide infrastructure for pluggable fsck checks by Patrick Steinhardt · 12 days ago
  53. 485f5ae builtin/fsck: don't check alternates with "--no-full" by Patrick Steinhardt · 12 days ago
  54. e25440b builtin/fsck: de-globalize option handling by Patrick Steinhardt · 12 days ago
  55. dbdea7a builtin/fsck: merge `fsck_obj_buffer()` and `fsck_obj()` by Patrick Steinhardt · 12 days ago
  56. 301a1ce builtin/fsck: use `fsck_obj_buffer()` when checking loose objects by Patrick Steinhardt · 12 days ago
  57. c1ab07b Merge branch 'master' of https://github.com/j6t/gitk by Junio C Hamano · 12 days ago
  58. 1c1eed1 ci: drop ALREADY_HAVE_ASCIIDOCTOR variable by Jeff King · 3 weeks ago
  59. 4340a70 ci: fix missing Ruby dependency in "documentation" job by Patrick Steinhardt · 3 weeks ago
  60. f0eb23a odb: remove the ability to link sources ad-hoc by Patrick Steinhardt · 12 days ago
  61. 46bbc86 t/helper: stop registering alternates in "ref-store" command by Patrick Steinhardt · 12 days ago
  62. f1d88b9 t/helper: adapt read-midx to not link ad-hoc source anymore by Patrick Steinhardt · 12 days ago
  63. 314b468 builtin/multi-pack-index: refuse unknown sources with "--object-dir=" by Patrick Steinhardt · 12 days ago
  64. a5a7e86 odb/packed: fix memory leaks when freeing source by Patrick Steinhardt · 12 days ago
  65. 60942e2 tmp-objdir: drop unused function to register alternate by Patrick Steinhardt · 12 days ago
  66. 5c5dfbe odb: remove infrastructure to register submodule sources by Patrick Steinhardt · 12 days ago
  67. 93cd344 builtin/grep: stop registering submodule ODB as source by Patrick Steinhardt · 12 days ago
  68. a532feb submodule-config: stop registering submodule sources by Patrick Steinhardt · 12 days ago
  69. e4ad79f submodule-config: stop using `the_hash_algo` by Patrick Steinhardt · 12 days ago
  70. 8751a0f submodule-config: remove uses of `the_repository` by Patrick Steinhardt · 12 days ago
  71. f9de4b7 cache-tree: remove dependency on `the_repository` by Patrick Steinhardt · 12 days ago
  72. b4dedbc cache-tree: drop `the_repository` in `cache_tree_fully_valid()` by Patrick Steinhardt · 12 days ago
  73. 415958b rust: respect CARGO_BUILD_TARGET when locating build output by James Le Cuirot · 13 days ago
  74. 609ea23 doc: fix conjoined maintenance strategies in git-config(1) by Brigham Campbell · 13 days ago
  75. fa7f929 Git 2.56-rc0 by Junio C Hamano · 13 days ago v2.56.0-rc0
  76. 1137fdd Merge branch 'en/midx-missing-pack-fallback' by Junio C Hamano · 13 days ago
  77. 99d74db Merge branch 'jk/rev-info-argv-to-free' by Junio C Hamano · 13 days ago
  78. 6c6104c Merge branch 'tc/replay-linearize' by Junio C Hamano · 13 days ago
  79. d8a2674 Merge branch 'hk/typofix' by Junio C Hamano · 13 days ago
  80. 52e324c Merge branch 'rs/worktree-add-basename-fixes' by Junio C Hamano · 13 days ago
  81. 2a6870e Merge branch 'hn/ci-cancel-stale-pr-runs' by Junio C Hamano · 13 days ago
  82. b36125e Merge branch 'ns/ref-symref-additional-tests' by Junio C Hamano · 13 days ago
  83. f4742f3 t0060: adjust the code style by Johannes Schindelin · 13 days ago
  84. caa5d9e mingw: allow `git.exe` to be used instead of the "Git wrapper" by Johannes Schindelin · 13 days ago
  85. 7904764 mingw: ensure valid CTYPE by Johannes Schindelin · 13 days ago
  86. 653884e mingw: always define `ETC_*` for MSYS2 environments by Johannes Schindelin · 13 days ago
  87. 0d5ce13 windows: skip linking `git-<command>` for built-ins by Johannes Schindelin · 13 days ago
  88. d69ec48 mingw: rely on MSYS2's metadata instead of hard-coding it by Johannes Schindelin · 13 days ago
  89. 843047f mingw: only enable the MSYS2-specific stuff when compiling in MSYS2 by Johannes Schindelin · 13 days ago
  90. 59ab0a5 mingw: set the prefix and HOST_CPU as per MSYS2's settings by Johannes Schindelin · 13 days ago
  91. f243cc3 mingw: avoid over-specifying `--pic-executable` by Johannes Schindelin · 13 days ago
  92. 59d4514 mingw: only use -Wl,--large-address-aware for 32-bit builds by Johannes Schindelin · 13 days ago
  93. 2de7b82 mingw: drop the -D_USE_32BIT_TIME_T option by Johannes Schindelin · 13 days ago
  94. e0e94cc mingw: stop hard-coding `CC = gcc` by Johannes Schindelin · 13 days ago
  95. b721ade mingw: include the Python parts in the build by Johannes Schindelin · 13 days ago
  96. 8a63196 lint-gitlink: don't use empty lower bound in .{0,8} by Tuomas Ahola · 2 weeks ago
  97. 7129d77 fetch-pack: trace packfile URI downloads by Ted Nyman · 8 weeks ago
  98. b8242b0 The 23rd batch by Junio C Hamano · 2 weeks ago
  99. d595003 Merge branch 'yn/worktree-repair-relative' by Junio C Hamano · 2 weeks ago
  100. 098d380 Merge branch 'll/zsh-complete-git-potty-options' by Junio C Hamano · 2 weeks ago