diff options
author | Patrick Steinhardt <ps@pks.im> | 2024-05-13 10:18:04 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-05-13 17:02:38 -0700 |
commit | e0cf3d8f8bc0480e67ac83502c10d6e6c38e1e11 (patch) | |
tree | afdc101793cba23cd28108b22d3b0448c36347e8 /commit.h | |
parent | 799237852bd265feb1e1a8d4a19780e20991b4fd (diff) |
reftable/writer: drop static variable used to initialize strbuf
We have a static variable in the reftable writer code that is merely
used to initialize the `last_key` of the writer. Convert the code to
instead use `strbuf_init()` and drop the variable.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.h')
0 files changed, 0 insertions, 0 deletions