xdiff: rename rindex -> reference_index
Ezekiel Newren committed 9 months ago
xdiff: change rindex from long to size_t in xdfile_t
Ezekiel Newren committed 9 months ago
xdiff: make xdfile_t.nreff a size_t instead of long
Ezekiel Newren committed 9 months ago
xdiff: make xdfile_t.nrec a size_t instead of long
Ezekiel Newren committed 9 months ago
xdiff: split xrecord_t.ha into line_hash and minimal_perfect_hash
Ezekiel Newren committed 9 months ago
xdiff: use unambiguous types in xdl_hash_record()
Ezekiel Newren committed 9 months ago
xdiff: use size_t for xrecord_t.size
Ezekiel Newren committed 9 months ago
xdiff: make xrecord_t.ptr a uint8_t instead of char
Ezekiel Newren committed 9 months ago
xdiff: use ptrdiff_t for dstart/dend
Ezekiel Newren committed 9 months ago
doc: define unambiguous type mappings across C and Rust
Ezekiel Newren committed 9 months ago
repo: add --all to git-repo-info
Lucas Seiki Oshiro committed 9 months ago
repo: factor out field printing to dedicated function
Lucas Seiki Oshiro committed 9 months ago
Phillip Wood committed 9 months ago
worktree list: fix column spacing
Phillip Wood committed 9 months ago
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