aboutsummaryrefslogtreecommitdiffstats
path: root/t/helper/test-json-writer.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-02string-list: split-then-remove-empty can be done while splittingJunio C Hamano1-2/+2
2024-08-05set errno=0 before strtoX callsKyle Lippincott1-0/+2
2024-06-07global: improve const correctness when assigning string constantsPatrick Steinhardt1-5/+5
2023-04-24t/helper/test-json-writer.c: avoid using `strtok()`Taylor Blau1-28/+48
2023-02-23treewide: remove unnecessary cache.h includes in source filesElijah Newren1-1/+0
2022-07-01test-tool json-writer: fix memory leaksÆvar Arnfjörð Bjarmason1-4/+12
2018-07-16json_writer: new routines to create JSON dataJeff Hostetler1-0/+565