]> git.ipfire.org Git - thirdparty/git.git/commit
reftable/basics: provide wrappers for big endian conversion
authorPatrick Steinhardt <ps@pks.im>
Tue, 18 Feb 2025 09:20:45 +0000 (10:20 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Feb 2025 18:55:37 +0000 (10:55 -0800)
commite676694298c4a8d9f6fdf3844cbfb03bbee552cc
tree240a48efda75564f0b248d1a15230a52ba7fec1e
parent6e3ea71639a3541523f2be8f950325c8a0aa6768
reftable/basics: provide wrappers for big endian conversion

We're using a mixture of big endian conversion functions provided by
both the reftable library, but also by the Git codebase. Refactor the
code so that we exclusively use reftable-provided wrappers in order to
untangle us from the Git codebase.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
reftable/basics.c
reftable/basics.h
reftable/block.c
reftable/reader.c
reftable/record.c
reftable/writer.c
t/unit-tests/t-reftable-basics.c