]> git.ipfire.org Git - thirdparty/git.git/commit
reftable/stack: stop using `write_in_full()`
authorPatrick Steinhardt <ps@pks.im>
Tue, 18 Feb 2025 09:20:38 +0000 (10:20 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Feb 2025 18:55:35 +0000 (10:55 -0800)
commite31db89558b7f1d622e5a64cf37779b721099814
tree91fdf4530a78f12563d977c04521a02477d94837
parentcb3e368b6913a2446f245e7ae7a7e4ae4a2e6794
reftable/stack: stop using `write_in_full()`

Similar to the preceding commit, drop our use of `write_in_full()` and
implement a new wrapper `reftable_write_full()` that handles this logic
for us. This is done to reduce our dependency on the Git library.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
reftable/stack.c