summaryrefslogtreecommitdiff
path: root/t/helper
AgeCommit message (Expand)AuthorFilesLines
2025-04-07reftable/reader: rename data structure to "table"Patrick Steinhardt1-7/+7
2025-04-07t: refactor tests depending on Perl transliteration operatorPatrick Steinhardt1-2/+2
2025-04-07t: adapt `test_readlink()` to not use PerlPatrick Steinhardt1-0/+13
2025-04-07Merge branch 'js/mingw-admins-are-special'Junio C Hamano1-0/+19
2025-03-29Merge branch 'ps/refname-avail-check-optim'Junio C Hamano1-0/+1
2025-03-25test-tool path-utils: support debugging "dubious ownership" issuesJohannes Schindelin1-0/+19
2025-03-12refs/iterator: separate lifecycle from iterationPatrick Steinhardt1-0/+1
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt2-2/+2
2025-03-06Merge branch 'tz/doc-txt-to-adoc-fixes'Junio C Hamano1-1/+1
2025-03-05Merge branch 'ps/path-sans-the-repository'Junio C Hamano1-4/+3
2025-03-03t/helper/test-rot13-filter.c: *.txt -> *.adoc fixesTodd Zullinger1-1/+1
2025-03-03Merge branch 'ps/build-meson-fixes-0130'Junio C Hamano1-2/+2
2025-02-26meson: simplify use of the common-main libraryPatrick Steinhardt1-2/+2
2025-02-18Merge branch 'ds/backfill'Junio C Hamano1-1/+21
2025-02-12Merge branch 'ds/name-hash-tweaks'Junio C Hamano4-0/+26
2025-02-07path: refactor `repo_submodule_path()` family of functionsPatrick Steinhardt1-4/+3
2025-02-03backfill: add --sparse optionDerrick Stolee1-1/+21
2025-02-03Merge branch 'tb/unsafe-hash-cleanup'Junio C Hamano6-20/+35
2025-01-31global: adapt callers to use generic hash context helpersPatrick Steinhardt2-4/+4
2025-01-31hash: stop typedeffing the hash contextPatrick Steinhardt2-3/+3
2025-01-31Merge branch 'tb/unsafe-hash-cleanup' into ps/hash-cleanupJunio C Hamano6-20/+35
2025-01-29Merge branch 'ds/path-walk-1'Junio C Hamano4-0/+115
2025-01-28Merge branch 'jc/show-usage-help'Junio C Hamano1-2/+2
2025-01-27test-tool: add helper for name-hash valuesDerrick Stolee3-0/+25
2025-01-23t/helper/test-hash.c: use unsafe_hash_algo()Taylor Blau1-12/+5
2025-01-23t/helper/test-tool: implement sha1-unsafe helperTaylor Blau6-23/+45
2025-01-21Merge branch 'ps/the-repository'Junio C Hamano2-3/+10
2025-01-21Merge branch 'ps/reftable-get-random-fix'Junio C Hamano1-1/+1
2025-01-17builtins: send usage_with_options() help text to standard outputJunio C Hamano1-2/+2
2025-01-07wrapper: allow generating insecure random bytesPatrick Steinhardt1-1/+1
2024-12-27commit-reach: use `size_t` to track indices when computing merge basesPatrick Steinhardt1-3/+3
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano20-29/+30
2024-12-20path-walk: mark trees and blobs as UNINTERESTINGDerrick Stolee1-3/+9
2024-12-20path-walk: visit tags and cached objectsDerrick Stolee1-2/+13
2024-12-20path-walk: allow consumer to specify object typesDerrick Stolee1-2/+13
2024-12-20t6601: add helper for testing path-walk APIDerrick Stolee3-0/+86
2024-12-18serve: stop using `the_repository`Patrick Steinhardt1-2/+5
2024-12-18progress: stop using `the_repository`Patrick Steinhardt1-1/+5
2024-12-18Merge branch 'ps/build-sign-compare' into ps/the-repositoryJunio C Hamano20-29/+30
2024-12-15Merge branch 'ps/build'Junio C Hamano1-0/+91
2024-12-13Merge branch 'kn/midx-wo-the-repository'Junio C Hamano1-4/+4
2024-12-10Merge branch 'ps/reftable-detach'Junio C Hamano1-2/+2
2024-12-07Introduce support for the Meson build systemPatrick Steinhardt1-0/+91
2024-12-06t/helper: don't depend on implicit wraparoundPatrick Steinhardt2-7/+2
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt9-38/+14
2024-12-06diff.h: fix index used to loop through unsigned integerPatrick Steinhardt1-1/+0
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt21-0/+31
2024-12-04midx: pass `repository` to `load_multi_pack_index`Karthik Nayak1-4/+4
2024-12-04Merge branch 'kn/pass-repo-to-builtin-sub-sub-commands'Junio C Hamano1-3/+5
2024-12-04Merge branch 'ps/ref-backend-migration-optim'Junio C Hamano1-1/+1