diff options
author | Patrick Steinhardt <ps@pks.im> | 2024-08-23 16:12:37 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-08-23 08:04:46 -0700 |
commit | 2de3c0d34555685a0502e81a37436a7db41a2ddf (patch) | |
tree | 88c8e9793c241732e933c7bff9d00b579876f572 /git-gui/lib/commit.tcl | |
parent | a0218203cdbcc4feb494074ec3d95c7c52670d09 (diff) |
reftable/reader: inline `init_reader()`
Most users use an allocated version of the `reftable_reader`, except for
some tests. We are about to convert the reader to become refcounted
though, and providing the ability to keep a reader on the stack makes
this conversion harder than necessary.
Update the tests to use `reftable_reader_new()` instead to prepare for
this change.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-gui/lib/commit.tcl')
0 files changed, 0 insertions, 0 deletions