1. 12f0fb9 t/helper: fix leaks in proc-receive helper by Patrick Steinhardt · 3 weeks ago
  2. 2f0ee05 pack-write: fix return parameter of `write_rev_file_order()` by Patrick Steinhardt · 3 weeks ago
  3. 6512d6e revision: fix leaking saved parents by Patrick Steinhardt · 3 weeks ago
  4. 4cc2cee revision: fix memory leaks when rewriting parents by Patrick Steinhardt · 3 weeks ago
  5. 9d4855e midx-write: fix leaking buffer by Patrick Steinhardt · 3 weeks ago
  6. 7f97266 pack-bitmap-write: fix leaking OID array by Patrick Steinhardt · 3 weeks ago
  7. d0ab663 pseudo-merge: fix leaking strmap keys by Patrick Steinhardt · 3 weeks ago
  8. 55e563a pseudo-merge: fix various memory leaks by Patrick Steinhardt · 3 weeks ago
  9. 5ce08ed line-log: fix several memory leaks by Patrick Steinhardt · 3 weeks ago
  10. a5aecb2 diff: improve lifecycle management of diff queues by Patrick Steinhardt · 3 weeks ago
  11. fdf972a builtin/revert: fix leaking `gpg_sign` and `strategy` config by Patrick Steinhardt · 3 weeks ago
  12. 58888c0 t/helper: fix leaking repository in partial-clone helper by Patrick Steinhardt · 3 weeks ago
  13. 6361dea builtin/clone: fix leaking repo state when cloning with bundle URIs by Patrick Steinhardt · 3 weeks ago
  14. a0f2a2f builtin/pack-redundant: fix various memory leaks by Patrick Steinhardt · 3 weeks ago
  15. 64fe1e4 builtin/stash: fix leaking `pathspec_from_file` by Patrick Steinhardt · 3 weeks ago
  16. 5cca114 submodule: fix leaking submodule entry list by Patrick Steinhardt · 3 weeks ago
  17. 666643f wt-status: fix leaking buffer with sparse directories by Patrick Steinhardt · 3 weeks ago
  18. c758416 shell: fix leaking strings by Patrick Steinhardt · 3 weeks ago
  19. d607bd8 scalar: fix leaking repositories by Patrick Steinhardt · 3 weeks ago
  20. a69d120 read-cache: fix leaking hash context in `do_write_index()` by Patrick Steinhardt · 3 weeks ago
  21. 9a48fc1 builtin/annotate: fix leaking args vector by Patrick Steinhardt · 3 weeks ago
  22. a503122 Merge branch 'jk/http-leakfixes' into ps/leakfixes-part-8 by Junio C Hamano · 3 weeks ago
  23. 674e46f Merge branch 'ps/leakfixes-part-7' into ps/leakfixes-part-8 by Junio C Hamano · 3 weeks ago
  24. 4de34a4 l10n: sv.po: Update Swedish translation by Peter Krefting · 4 weeks ago
  25. 1b9e9be csum-file.c: use unsafe SHA-1 implementation when available by Taylor Blau · 4 weeks ago
  26. 06c92da Makefile: allow specifying a SHA-1 for non-cryptographic uses by Taylor Blau · 4 weeks ago
  27. 253ed9e hash.h: scaffolding for _unsafe hashing variants by Taylor Blau · 4 weeks ago
  28. 4c61a1d sha1: do not redefine `platform_SHA_CTX` and friends by Taylor Blau · 4 weeks ago
  29. c177d3d pack-objects: use finalize_object_file() to rename pack/idx/etc by Taylor Blau · 4 weeks ago
  30. b1b8dfd finalize_object_file(): implement collision check by Taylor Blau · 4 weeks ago
  31. 9ca7c2c finalize_object_file(): refactor unlink_or_warn() placement by Taylor Blau · 4 weeks ago
  32. d1b44bb finalize_object_file(): check for name collision before renaming by Taylor Blau · 4 weeks ago
  33. 12dfc24 diffcore-break: fix leaking filespecs when merging broken pairs by Patrick Steinhardt · 4 weeks ago
  34. fa01642 revision: fix leaking parents when simplifying commits by Patrick Steinhardt · 4 weeks ago
  35. b6c3f8e builtin/maintenance: fix leak in `get_schedule_cmd()` by Patrick Steinhardt · 4 weeks ago
  36. 84e9fc3 builtin/maintenance: fix leaking config string by Patrick Steinhardt · 4 weeks ago
  37. 355b319 promisor-remote: fix leaking partial clone filter by Patrick Steinhardt · 4 weeks ago
  38. 6d82437 grep: fix leaking grep pattern by Patrick Steinhardt · 4 weeks ago
  39. f8d2ca7 submodule: fix leaking submodule ODB paths by Patrick Steinhardt · 4 weeks ago
  40. 64d9ada trace2: destroy context stored in thread-local storage by Patrick Steinhardt · 4 weeks ago
  41. 7f795a1 builtin/difftool: plug several trivial memory leaks by Patrick Steinhardt · 4 weeks ago
  42. dea4a95 builtin/repack: fix leaking configuration by Patrick Steinhardt · 4 weeks ago
  43. 6932ec8 diffcore-order: fix leaking buffer when parsing orderfiles by Patrick Steinhardt · 4 weeks ago
  44. cf8c423 parse-options: free previous value of `OPTION_FILENAME` by Patrick Steinhardt · 4 weeks ago
  45. 76c7e70 diff: fix leaking orderfile option by Patrick Steinhardt · 4 weeks ago
  46. 49af1b7 builtin/pull: fix leaking "ff" option by Patrick Steinhardt · 4 weeks ago
  47. 04ff800 dir: fix off by one errors for ignored and untracked entries by Patrick Steinhardt · 4 weeks ago
  48. 5bf922a builtin/submodule--helper: fix leaking remote ref on errors by Patrick Steinhardt · 4 weeks ago
  49. f1652c0 t/helper: fix leaking subrepo in nested submodule config helper by Patrick Steinhardt · 4 weeks ago
  50. 2266bb4 builtin/submodule--helper: fix leaking error buffer by Patrick Steinhardt · 4 weeks ago
  51. 8f786a8 builtin/submodule--helper: clear child process when not running it by Patrick Steinhardt · 4 weeks ago
  52. 2e492f2 submodule: fix leaking update strategy by Patrick Steinhardt · 4 weeks ago
  53. 3aef7a0 git: fix leaking argv when handling builtins by Patrick Steinhardt · 4 weeks ago
  54. 0f26223 builtin/help: fix leaking `html_path` when reading config multiple times by Patrick Steinhardt · 4 weeks ago
  55. 02e36f9 builtin/help: fix dangling reference to `html_path` by Patrick Steinhardt · 4 weeks ago
  56. 9c4c840 howto-maintain-git: discarding inactive topics by Junio C Hamano · 4 weeks ago
  57. 3857aae Git 2.47-rc0 by Junio C Hamano · 4 weeks ago v2.47.0-rc0
  58. 1522467 Merge branch 'jk/sendemail-mailmap-doc' by Junio C Hamano · 4 weeks ago
  59. f92c61a Merge branch 'rs/diff-exit-code-binary' by Junio C Hamano · 4 weeks ago
  60. cd845c0 Merge branch 'cb/ci-freebsd-13-4' by Junio C Hamano · 4 weeks ago
  61. 4f454e1 Merge branch 'ak/doc-sparse-co-typofix' by Junio C Hamano · 4 weeks ago
  62. a344b47 Merge branch 'ak/typofix-builtins' by Junio C Hamano · 4 weeks ago
  63. a116aba The 21st batch by Junio C Hamano · 4 weeks ago
  64. cbb5b53 Merge branch 'jc/cmake-unit-test-updates' by Junio C Hamano · 4 weeks ago
  65. 7644bb0 Merge branch 'ps/ci-gitlab-upgrade' by Junio C Hamano · 4 weeks ago
  66. 7834cc3 Merge branch 'ak/refs-symref-referent-typofix' by Junio C Hamano · 4 weeks ago
  67. 78ce666 Merge branch 'ak/typofix-2.46-maint' by Junio C Hamano · 4 weeks ago
  68. 52f57e9 Merge branch 'ps/reftable-exclude' by Junio C Hamano · 4 weeks ago
  69. c639478 Merge branch 'ps/apply-leakfix' by Junio C Hamano · 4 weeks ago
  70. f4c768c http-push: clean up local_refs at exit by Jeff King · 4 weeks ago
  71. 9699327 http-push: clean up loose request when falling back to packed by Jeff King · 4 weeks ago
  72. 92e1eb4 http-push: clean up objects list by Jeff King · 4 weeks ago
  73. 3245a2a http-push: free xml_ctx.cdata after use by Jeff King · 4 weeks ago
  74. a152809 http-push: free remote_ls_ctx.dentry_name by Jeff King · 4 weeks ago
  75. 94c6285 http-push: free transfer_request strbuf by Jeff King · 4 weeks ago
  76. 7d3c71d http-push: free transfer_request dest field by Jeff King · 4 weeks ago
  77. 747a710 http-push: free curl header lists by Jeff King · 4 weeks ago
  78. 4324c6c http-push: free repo->url string by Jeff King · 4 weeks ago
  79. 85430af http-push: clear refspecs before exiting by Jeff King · 4 weeks ago
  80. 134bfed http-walker: free fake packed_git list by Jeff King · 4 weeks ago
  81. cf8072e remote-curl: free HEAD ref with free_one_ref() by Jeff King · 4 weeks ago
  82. 75f4acc http: stop leaking buffer in http_get_info_packs() by Jeff King · 4 weeks ago
  83. 8bdb84e http: call git_inflate_end() when releasing http_object_request by Jeff King · 4 weeks ago
  84. a1bc3c8 http: fix leak of http_object_request struct by Jeff King · 4 weeks ago
  85. 3d33e96 http: fix leak when redacting cookies from curl trace by Jeff King · 4 weeks ago
  86. cb2732f transport-helper: fix leak of dummy refs_list by Jeff King · 4 weeks ago
  87. d121a7d fetch-pack: clear pack lockfiles list by Jeff King · 4 weeks ago
  88. ea47803 fetch: free "raw" string when shrinking refspec by Jeff King · 4 weeks ago
  89. e00e1cf transport-helper: fix strbuf leak in push_refs_with_push() by Jeff King · 4 weeks ago
  90. 05372c2 send-pack: free cas options before exit by Jeff King · 4 weeks ago
  91. 753f670 commit: avoid leaking already-saved buffer by Jeff King · 4 weeks ago
  92. c800963 fetch-pack, send-pack: clean up shallow oid array by Jeff King · 4 weeks ago
  93. 0c23f1a fetch-pack: free object filter before exiting by Jeff King · 4 weeks ago
  94. 91aa673 connect: clear child process before freeing in diagnostic mode by Jeff King · 4 weeks ago
  95. 6f54d00 fetch-pack: fix leaking sought refs by Patrick Steinhardt · 4 weeks ago
  96. 61133e6 shallow: fix leak when unregistering last shallow root by Patrick Steinhardt · 4 weeks ago
  97. 2ccf570 http-fetch: clear leaking git-index-pack(1) arguments by Patrick Steinhardt · 4 weeks ago
  98. cf14643 test-lib: check for leak logs after every test by Jeff King · 4 weeks ago
  99. 5fabf6e test-lib: show leak-sanitizer logs on --immediate failure by Jeff King · 4 weeks ago
  100. 95c679a test-lib: stop showing old leak logs by Jeff King · 4 weeks ago