]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ps/leakfixes-part-10' into ps/bisect-double-free-fix
authorJunio C Hamano <gitster@pobox.com>
Tue, 26 Nov 2024 01:21:58 +0000 (10:21 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 26 Nov 2024 01:21:58 +0000 (10:21 +0900)
* ps/leakfixes-part-10: (27 commits)
  t: remove TEST_PASSES_SANITIZE_LEAK annotations
  test-lib: unconditionally enable leak checking
  t: remove unneeded !SANITIZE_LEAK prerequisites
  t: mark some tests as leak free
  t5601: work around leak sanitizer issue
  git-compat-util: drop now-unused `UNLEAK()` macro
  global: drop `UNLEAK()` annotation
  t/helper: fix leaking commit graph in "read-graph" subcommand
  builtin/branch: fix leaking sorting options
  builtin/init-db: fix leaking directory paths
  builtin/help: fix leaks in `check_git_cmd()`
  help: fix leaking return value from `help_unknown_cmd()`
  help: fix leaking `struct cmdnames`
  help: refactor to not use globals for reading config
  builtin/sparse-checkout: fix leaking sanitized patterns
  split-index: fix memory leak in `move_cache_to_base_index()`
  git: refactor builtin handling to use a `struct strvec`
  git: refactor alias handling to use a `struct strvec`
  strvec: introduce new `strvec_splice()` function
  line-log: fix leak when rewriting commit parents
  ...

13 files changed:
1  2 
builtin/clone.c
t/t0410-partial-clone.sh
t/t0610-reftable-basics.sh
t/t1016-compatObjectFormat.sh
t/t5300-pack-object.sh
t/t5310-pack-bitmaps.sh
t/t5330-no-lazy-fetch-with-commit-graph.sh
t/t5332-multi-pack-reuse.sh
t/t5500-fetch-pack.sh
t/t5582-fetch-negative-refspec.sh
t/t5616-partial-clone.sh
t/t7800-difftool.sh
t/test-lib.sh

diff --cc builtin/clone.c
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc t/test-lib.sh
Simple merge