Files
git/reftable
Patrick Steinhardt 7f0969febf reftable: introduce reftable_strdup()
The reftable library provides the ability to swap out allocators. There
is a gap here though, because we continue to use `xstrdup()` even in the
case where all the other allocators have been swapped out.

Introduce `reftable_strdup()` that uses `reftable_malloc()` to do the
allocation.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2024-10-02 07:53:51 -07:00
..
2024-10-02 07:53:51 -07:00
2024-10-02 07:53:51 -07:00
2024-08-29 11:08:16 -07:00
2024-08-22 07:59:48 -07:00
2024-08-22 07:59:48 -07:00
2024-06-14 10:26:33 -07:00