From: Junio C Hamano Date: Tue, 1 Apr 2025 10:05:13 +0000 (+0900) Subject: Merge branch 'ps/reftable-sans-compat-util' into ps/reftable-api-revamp X-Git-Tag: v2.50.0-rc0~72^2~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c7c4e5e419952908e98d29d4eb418f91074a8c8a;p=thirdparty%2Fgit.git Merge branch 'ps/reftable-sans-compat-util' into ps/reftable-api-revamp * ps/reftable-sans-compat-util: Makefile: skip reftable library for Coccinelle reftable: decouple from Git codebase by pulling in "compat/posix.h" git-compat-util.h: split out POSIX-emulating bits compat/mingw: split out POSIX-related bits reftable/basics: introduce `REFTABLE_UNUSED` annotation reftable/basics: stop using `SWAP()` macro reftable/stack: stop using `sleep_millisec()` reftable/system: introduce `reftable_rand()` reftable/reader: stop using `ARRAY_SIZE()` macro reftable/basics: provide wrappers for big endian conversion reftable/basics: stop using `st_mult()` in array allocators reftable: stop using `BUG()` in trivial cases reftable/record: don't `BUG()` in `reftable_record_cmp()` reftable/record: stop using `BUG()` in `reftable_record_init()` reftable/record: stop using `COPY_ARRAY()` reftable/blocksource: stop using `xmmap()` reftable/stack: stop using `write_in_full()` reftable/stack: stop using `read_in_full()` --- c7c4e5e419952908e98d29d4eb418f91074a8c8a