aboutsummaryrefslogtreecommitdiff
path: root/t/helper
AgeCommit message (Expand)Author
2025-08-06refs: pass refname when invoking reflog entry callbackPatrick Steinhardt
2025-08-04Merge branch 'jc/test-hashmap-is-still-here'Junio C Hamano
2025-08-04Merge branch 'ps/config-wo-the-repository'Junio C Hamano
2025-08-03Merge branch 'hl/test-helper-fd-close'Junio C Hamano
2025-08-02string-list: split-then-remove-empty can be done while splittingJunio C Hamano
2025-08-02string-list: align string_list_split() with its _in_place() counterpartJunio C Hamano
2025-07-30test-hashmap: document why it is no longer used but still thereJunio C Hamano
2025-07-24test-delta: close output descriptor after useJeff King
2025-07-24test-delta: use strbufs to hold input filesJeff King
2025-07-24test-delta: handle errors with die()Jeff King
2025-07-23Merge branch 'ly/changed-paths-traversal'Junio C Hamano
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt
2025-07-23config: drop `git_config_get_bool()` wrapperPatrick Steinhardt
2025-07-23config: drop `git_config_get_int()` wrapperPatrick Steinhardt
2025-07-23config: drop `git_config_get_string()` wrapperPatrick Steinhardt
2025-07-23config: drop `git_config_get_value()` wrapperPatrick Steinhardt
2025-07-23config: drop `git_config_get_value()` wrapperPatrick Steinhardt
2025-07-23config: drop `git_config_get()` wrapperPatrick Steinhardt
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2025-07-22t/helper/test-truncate: close file descriptor after truncationHoyoung Lee
2025-07-16Merge branch 'rs/parse-options-precision'Junio C Hamano
2025-07-15Merge branch 'ly/load-bitmap-leakfix'Junio C Hamano
2025-07-15Merge branch 'ps/object-store'Junio C Hamano
2025-07-14Merge branch 'sj/string-list'Junio C Hamano
2025-07-14bloom: rename function operates on bloom_keyLidong Yan
2025-07-14bloom: add test helper to return murmur3 hashLidong Yan
2025-07-09parse-options: add precision handling for OPTION_COUNTUPRené Scharfe
2025-07-09parse-options: add precision handling for OPTION_SET_INTRené Scharfe
2025-07-09parse-options: add precision handling for PARSE_OPT_CMDMODERené Scharfe
2025-07-07u-string-list: move "remove duplicates" test to "u-string-list.c"shejialuo
2025-07-07u-string-list: move "filter string" test to "u-string-list.c"shejialuo
2025-07-07u-string-list: move "test_split_in_place" to "u-string-list.c"shejialuo
2025-07-07u-string-list: move "test_split" into "u-string-list.c"shejialuo
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt
2025-07-01odb: get rid of `the_repository` when handling alternatesPatrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-07-01object-store: rename `object_directory` to `odb_source`Patrick Steinhardt
2025-07-01pack-bitmap: add load corrupt bitmap testLidong Yan
2025-06-17Merge branch 'ds/path-walk-2'Junio C Hamano
2025-05-16path-walk: add new 'edge_aggressive' optionDerrick Stolee
2025-05-16t/helper: add zlib test-toolJeff King
2025-05-12Merge branch 'ds/fix-thin-fix'Junio C Hamano
2025-04-29Merge branch 'ps/reftable-api-revamp'Junio C Hamano
2025-04-29Merge branch 'az/tighten-string-array-constness'Junio C Hamano
2025-04-28test-tool: add pack-deltas helperDerrick Stolee
2025-04-24Merge branch 'ps/parse-options-integers'Junio C Hamano
2025-04-24Merge branch 'ps/object-file-cleanup'Junio C Hamano
2025-04-21global: mark usage strings and string tables constAhelenia Ziemiańska
2025-04-17parse-options: introduce precision handling for `OPTION_UNSIGNED`Patrick Steinhardt
2025-04-17parse-options: introduce precision handling for `OPTION_INTEGER`Patrick Steinhardt