git/t/unit-tests
Junio C Hamano a5dd262a75 Merge branch 'ps/leakfixes-part-10'
Leakfixes.

* 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
  ...
2024-12-04 10:14:40 +09:00
..
clar t/unit-tests: update clar to 206accb 2024-10-21 16:53:07 -04:00
.gitignore
ctype.c
generate-clar-decls.sh Makefile: extract script to generate clar declarations 2024-10-21 16:53:07 -04:00
generate-clar-suites.sh t/unit-tests: convert "clar-generate.awk" into a shell script 2024-11-18 09:59:25 +09:00
lib-oid.c
lib-oid.h
lib-reftable.c reftable: convert from `strbuf` to `reftable_buf` 2024-10-17 16:59:56 -04:00
lib-reftable.h reftable: convert from `strbuf` to `reftable_buf` 2024-10-17 16:59:56 -04:00
strvec.c strvec: introduce new `strvec_splice()` function 2024-11-21 08:23:42 +09:00
t-example-decorate.c
t-hash.c
t-hashmap.c
t-mem-pool.c
t-oid-array.c
t-oidmap.c
t-oidtree.c
t-prio-queue.c
t-reftable-basics.c Merge branch 'ps/reftable-strbuf' 2024-10-30 13:08:01 -04:00
t-reftable-block.c t/unit-tests: check for `reftable_buf` allocation errors 2024-10-17 16:59:56 -04:00
t-reftable-merged.c Merge branch 'ps/reftable-strbuf' 2024-10-30 13:08:01 -04:00
t-reftable-pq.c
t-reftable-reader.c reftable/blocksource: adapt interface name 2024-10-17 16:59:56 -04:00
t-reftable-readwrite.c t/unit-tests: check for `reftable_buf` allocation errors 2024-10-17 16:59:56 -04:00
t-reftable-record.c t/unit-tests: check for `reftable_buf` allocation errors 2024-10-17 16:59:56 -04:00
t-reftable-stack.c t/unit-tests: check for `reftable_buf` allocation errors 2024-10-17 16:59:56 -04:00
t-reftable-tree.c reftable/tree: handle allocation failures 2024-10-02 07:53:55 -07:00
t-strbuf.c
t-strcmp-offset.c
t-trailer.c
t-urlmatch-normalization.c
test-lib.c
test-lib.h
unit-test.c
unit-test.h