summaryrefslogtreecommitdiff
path: root/t/helper
AgeCommit message (Expand)AuthorFilesLines
2025-07-24test-delta: close output descriptor after useJeff King1-0/+2
2025-07-24test-delta: use strbufs to hold input filesJeff King1-26/+14
2025-07-24test-delta: handle errors with die()Jeff King1-37/+18
2025-07-23Merge branch 'ly/changed-paths-traversal'Junio C Hamano1-4/+4
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt2-0/+2
2025-07-23config: drop `git_config_get_bool()` wrapperPatrick Steinhardt1-1/+1
2025-07-23config: drop `git_config_get_int()` wrapperPatrick Steinhardt1-1/+1
2025-07-23config: drop `git_config_get_string()` wrapperPatrick Steinhardt1-1/+1
2025-07-23config: drop `git_config_get_value()` wrapperPatrick Steinhardt1-1/+1
2025-07-23config: drop `git_config_get_value()` wrapperPatrick Steinhardt1-1/+1
2025-07-23config: drop `git_config_get()` wrapperPatrick Steinhardt1-1/+1
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt4-7/+7
2025-07-22t/helper/test-truncate: close file descriptor after truncationHoyoung Lee1-0/+3
2025-07-16Merge branch 'rs/parse-options-precision'Junio C Hamano1-3/+14
2025-07-15Merge branch 'ly/load-bitmap-leakfix'Junio C Hamano1-0/+8
2025-07-15Merge branch 'ps/object-store'Junio C Hamano6-11/+11
2025-07-14Merge branch 'sj/string-list'Junio C Hamano1-96/+0
2025-07-14bloom: rename function operates on bloom_keyLidong Yan1-2/+2
2025-07-14bloom: add test helper to return murmur3 hashLidong Yan1-2/+2
2025-07-09parse-options: add precision handling for OPTION_COUNTUPRené Scharfe1-0/+3
2025-07-09parse-options: add precision handling for OPTION_SET_INTRené Scharfe1-0/+1
2025-07-09parse-options: add precision handling for PARSE_OPT_CMDMODERené Scharfe1-3/+10
2025-07-07u-string-list: move "remove duplicates" test to "u-string-list.c"shejialuo1-39/+0
2025-07-07u-string-list: move "filter string" test to "u-string-list.c"shejialuo1-21/+0
2025-07-07u-string-list: move "test_split_in_place" to "u-string-list.c"shejialuo1-22/+0
2025-07-07u-string-list: move "test_split" into "u-string-list.c"shejialuo1-14/+0
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt1-1/+1
2025-07-01odb: get rid of `the_repository` when handling alternatesPatrick Steinhardt1-1/+1
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt6-6/+6
2025-07-01object-store: rename `object_directory` to `odb_source`Patrick Steinhardt1-3/+3
2025-07-01pack-bitmap: add load corrupt bitmap testLidong Yan1-0/+8
2025-06-17Merge branch 'ds/path-walk-2'Junio C Hamano1-0/+2
2025-05-16path-walk: add new 'edge_aggressive' optionDerrick Stolee1-0/+2
2025-05-16t/helper: add zlib test-toolJeff King4-0/+65
2025-05-12Merge branch 'ds/fix-thin-fix'Junio C Hamano4-0/+151
2025-04-29Merge branch 'ps/reftable-api-revamp'Junio C Hamano1-7/+74
2025-04-29Merge branch 'az/tighten-string-array-constness'Junio C Hamano9-13/+13
2025-04-28test-tool: add pack-deltas helperDerrick Stolee4-0/+151
2025-04-24Merge branch 'ps/parse-options-integers'Junio C Hamano1-11/+39
2025-04-24Merge branch 'ps/object-file-cleanup'Junio C Hamano5-5/+5
2025-04-21global: mark usage strings and string tables constAhelenia Ziemiańska9-13/+13
2025-04-17parse-options: introduce precision handling for `OPTION_UNSIGNED`Patrick Steinhardt1-0/+3
2025-04-17parse-options: introduce precision handling for `OPTION_INTEGER`Patrick Steinhardt1-0/+3
2025-04-17parse-options: rename `OPT_MAGNITUDE()` to `OPT_UNSIGNED()`Patrick Steinhardt1-3/+3
2025-04-17global: use designated initializers for optionsPatrick Steinhardt1-8/+30
2025-04-16Merge branch 'ps/test-wo-perl-prereq'Junio C Hamano2-2/+15
2025-04-15Merge branch 'ps/object-wo-the-repository'Junio C Hamano2-2/+2
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt5-5/+5
2025-04-08Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanupJunio C Hamano2-2/+2
2025-04-07reftable/table: move printing logic into test helperPatrick Steinhardt1-1/+68