aboutsummaryrefslogtreecommitdiffstats
path: root/t/helper (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-11-04Merge branch 'jk/test-delete-gpgsig-leakfix'Junio C Hamano1-3/+4
2025-10-30Merge branch 'ps/remove-packfile-store-get-packs'Junio C Hamano2-2/+3
2025-10-29test-tool: fix leak in delete-gpgsig commandJeff King1-3/+4
2025-10-16packfile: introduce macro to iterate through packsPatrick Steinhardt2-2/+3
2025-10-07Merge branch 'ps/odb-clean-stale-wrappers'Junio C Hamano1-6/+4
2025-09-24packfile: refactor `get_all_packs()` to work on packfile storePatrick Steinhardt2-2/+2
2025-09-11odb: drop deprecated wrapper functionsPatrick Steinhardt1-6/+4
2025-09-02Merge branch 'ps/object-store-midx-dedup-info' into ps/packfile-storeJunio C Hamano1-13/+18
2025-08-25Merge branch 'ps/commit-graph-wo-globals'Junio C Hamano1-1/+1
2025-08-21Merge branch 'jc/string-list-split'Junio C Hamano4-6/+7
2025-08-21Merge branch 'ps/remote-rename-fix'Junio C Hamano1-1/+2
2025-08-15commit-graph: stop passing in redundant repositoryPatrick Steinhardt1-1/+1
2025-08-11midx: stop duplicating info redundant with its owning sourcePatrick Steinhardt1-1/+1
2025-08-11midx: load multi-pack indices via their sourcePatrick Steinhardt1-10/+15
2025-08-11midx: drop redundant `struct repository` parameterPatrick Steinhardt1-2/+2
2025-08-06refs: pass refname when invoking reflog entry callbackPatrick Steinhardt1-1/+2
2025-08-04Merge branch 'jc/test-hashmap-is-still-here'Junio C Hamano1-0/+5
2025-08-04Merge branch 'ps/config-wo-the-repository'Junio C Hamano4-13/+15
2025-08-03Merge branch 'hl/test-helper-fd-close'Junio C Hamano2-53/+27
2025-08-02string-list: split-then-remove-empty can be done while splittingJunio C Hamano2-4/+4
2025-08-02string-list: align string_list_split() with its _in_place() counterpartJunio C Hamano2-2/+3
2025-07-30test-hashmap: document why it is no longer used but still thereJunio C Hamano1-0/+5
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