test-mktemp: plug memory and descriptor leaks
Jeff King committed 9 months ago
ci(windows-meson-test): handle options and output like other test jobs
Jeff King committed 9 months ago
unit-test: ignore --no-chain-lint
Jeff King committed 9 months ago
t: enable ASan's strict_string_checks option
Jeff King committed 9 months ago
fsck: avoid parse_timestamp() on buffer that isn't NUL-terminated
Jeff King committed 9 months ago
fsck: remove redundant date timestamp check
Jeff King committed 9 months ago
fsck: avoid strcspn() in fsck_ident()
Jeff King committed 9 months ago
fsck: assert newline presence in fsck_ident()
Jeff King committed 9 months ago
cache-tree: avoid strtol() on non-string buffer
Jeff King committed 9 months ago
Makefile: turn on NO_MMAP when building with ASan
Jeff King committed 9 months ago
pack-bitmap: handle name-hash lookups in incremental bitmaps
Jeff King committed 9 months ago
compat/mmap: mark unused argument in git_munmap()
Jeff King committed 9 months ago
ci: bump actions/setup-go from 5 to 6
Johannes Schindelin committed 9 months ago
mingw: avoid the comma operator
Johannes Schindelin committed 9 months ago
cmake: stop trying to build the reftable and xdiff libraries
Johannes Schindelin committed 9 months ago
wincred: avoid memory corruption
David Macek committed 9 months ago
merge-ort: fix failing merges in special corner case
Elijah Newren committed 9 months ago
merge-ort: remove debugging crud
Elijah Newren committed 9 months ago
t6429: update comment to mention correct tool
Elijah Newren committed 9 months ago
Johannes Schindelin committed 9 months ago