aboutsummaryrefslogtreecommitdiffstats
path: root/reftable/merged_test.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-05reftable/record: convert old and new object IDs to arraysPatrick Steinhardt1-7/+4
2024-02-12Merge branch 'ps/reftable-styles'Junio C Hamano1-29/+23
2024-02-06reftable/stack: use `size_t` to track stack lengthPatrick Steinhardt1-8/+6
2024-02-06reftable: introduce macros to allocate arraysPatrick Steinhardt1-9/+13
2024-02-06reftable: introduce macros to grow arraysPatrick Steinhardt1-14/+6
2024-01-23reftable: honor core.fsyncJohn Cai1-3/+3
2024-01-16Merge branch 'ps/reftable-fixes-and-optims'Junio C Hamano1-10/+6
2024-01-03reftable/record: store "val1" hashes as static arraysPatrick Steinhardt1-10/+6
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2022-01-13reftable tests: avoid "int" overflow, use "uint64_t"Ævar Arnfjörð Bjarmason1-2/+2
2022-01-13reftable: avoid initializing structs from structsHan-Wen Nienhuys1-11/+11
2021-10-08reftable: add merged table viewHan-Wen Nienhuys1-0/+468