]> git.ipfire.org Git - thirdparty/git.git/commit
reftable/block: rename `block_writer::buf` variable
authorPatrick Steinhardt <ps@pks.im>
Wed, 20 Nov 2024 07:51:38 +0000 (08:51 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 Nov 2024 22:59:17 +0000 (07:59 +0900)
commitaa248b8ab2ec0dd6e22373b504cfd4ec4b9b970a
tree60cceb7032829991118478f3ff55734e4eb6f396
parent66ed011bf73e6503059a44698f83fd8a6b0f7726
reftable/block: rename `block_writer::buf` variable

Adapt the name of the `block_writer::buf` variable to instead be called
`block`. This aligns it with the existing `block_len` variable, which
tracks the length of this buffer, and is generally a bit more tied to
the actual context where this variable gets used.

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