| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-05-16 | t/helper: add zlib test-tool | Jeff King | 1 | -0/+1 |
| 2025-04-28 | test-tool: add pack-deltas helper | Derrick Stolee | 1 | -0/+1 |
| 2025-02-12 | Merge branch 'ds/name-hash-tweaks' | Junio C Hamano | 1 | -0/+1 |
| 2025-02-03 | Merge branch 'tb/unsafe-hash-cleanup' | Junio C Hamano | 1 | -0/+1 |
| 2025-01-29 | Merge branch 'ds/path-walk-1' | Junio C Hamano | 1 | -0/+1 |
| 2025-01-27 | test-tool: add helper for name-hash values | Derrick Stolee | 1 | -0/+1 |
| 2025-01-23 | t/helper/test-tool: implement sha1-unsafe helper | Taylor Blau | 1 | -0/+1 |
| 2024-12-20 | t6601: add helper for testing path-walk API | Derrick Stolee | 1 | -0/+1 |
| 2024-12-06 | global: trivial conversions to fix `-Wsign-compare` warnings | Patrick Steinhardt | 1 | -4/+1 |
| 2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 1 | -0/+2 |
| 2024-09-16 | Merge branch 'cp/unit-test-reftable-stack' | Junio C Hamano | 1 | -2/+1 |
| 2024-09-12 | Merge branch 'gt/unit-test-oid-array' | Junio C Hamano | 1 | -1/+0 |
| 2024-09-08 | t: move reftable/stack_test.c to the unit testing framework | Chandra Pratap | 1 | -2/+1 |
| 2024-09-01 | t: port helper/test-oid-array.c to unit-tests/t-oid-array.c | Ghanshyam Thakkar | 1 | -1/+0 |
| 2024-08-20 | t: migrate t0110-urlmatch-normalization to the new framework | Ghanshyam Thakkar | 1 | -1/+0 |
| 2024-07-03 | t: migrate helper/test-oidmap.c to unit-tests/t-oidmap.c | Ghanshyam Thakkar | 1 | -1/+0 |
| 2024-06-20 | Merge branch 'gt/unit-test-oidtree' | Junio C Hamano | 1 | -1/+0 |
| 2024-06-12 | Merge branch 'gt/decorate-unit-test' | Junio C Hamano | 1 | -1/+0 |
| 2024-06-12 | t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.c | Ghanshyam Thakkar | 1 | -1/+0 |
| 2024-05-28 | t/: migrate helper/test-example-decorate to the unit testing framework | Ghanshyam Thakkar | 1 | -1/+0 |
| 2024-05-20 | t/: port helper/test-strcmp-offset.c to unit-tests/t-strcmp-offset.c | Ghanshyam Thakkar | 1 | -1/+0 |
| 2024-05-15 | Merge branch 'js/unit-test-suite-runner' | Junio C Hamano | 1 | -0/+1 |
| 2024-05-06 | t0080: turn t-basic unit test into a helper | Josh Steadmon | 1 | -0/+1 |
| 2024-03-28 | Merge branch 'eb/hash-transition' | Junio C Hamano | 1 | -0/+1 |
| 2024-02-08 | Merge branch 'cp/unit-test-prio-queue' | Junio C Hamano | 1 | -1/+0 |
| 2024-01-22 | tests: move t0009-prio-queue.sh to the new unit testing framework | Chandra Pratap | 1 | -1/+0 |
| 2024-01-16 | unit-tests: rewrite t/helper/test-ctype.c as a unit test | Achu Luma | 1 | -1/+0 |
| 2023-11-26 | replay: introduce new builtin | Elijah Newren | 1 | -1/+0 |
| 2023-10-23 | Merge branch 'bc/racy-4gb-files' | Junio C Hamano | 1 | -0/+1 |
| 2023-10-13 | t: add a test helper to truncate files | brian m. carlson | 1 | -0/+1 |
| 2023-10-02 | t1016-compatObjectFormat: add tests to verify the conversion between objects | Eric W. Biederman | 1 | -0/+1 |
| 2023-10-02 | t/helper: add 'find-pack' test-tool | Christian Couder | 1 | -0/+1 |
| 2023-09-12 | test-tool: retire "index-version" | Junio C Hamano | 1 | -1/+0 |
| 2023-01-14 | env-helper: move this built-in to "test-tool env-helper" | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2022-11-18 | Merge branch 'vd/skip-cache-tree-update' | Taylor Blau | 1 | -0/+1 |
| 2022-11-10 | cache-tree: add perf test comparing update and prime | Victoria Dye | 1 | -0/+1 |
| 2022-11-07 | Makefile & test-tool: replace "DC_SHA1" variable with a "define" | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2022-10-30 | Merge branch 'ds/bundle-uri-3' | Taylor Blau | 1 | -0/+1 |
| 2022-10-12 | bundle-uri: unit test "key=value" parsing | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2022-09-13 | Merge branch 'ab/submodule-helper-prep' | Junio C Hamano | 1 | -5/+2 |
| 2022-09-02 | submodule--helper: move "is-active" to a test-tool | Ævar Arnfjörð Bjarmason | 1 | -5/+2 |
| 2022-09-01 | Merge branch 'sg/parse-options-subcommand' | Junio C Hamano | 1 | -0/+2 |
| 2022-08-19 | parse-options: add support for parsing subcommands | SZEDER Gábor | 1 | -0/+1 |
| 2022-08-19 | t0040-parse-options: test parse_options() with various 'parse_opt_flags' | SZEDER Gábor | 1 | -0/+1 |
| 2022-08-14 | t0021: implementation the rot13-filter.pl script in C | Matheus Tavares | 1 | -0/+1 |
| 2022-06-10 | Merge branch 'jh/builtin-fsmonitor-part3' | Junio C Hamano | 1 | -0/+1 |
| 2022-05-26 | t/helper/hexdump: add helper to print hexdump of stdin | Jeff Hostetler | 1 | -0/+1 |
| 2022-05-26 | t/helper: add 'pack-mtimes' test-tool | Taylor Blau | 1 | -0/+1 |
| 2022-03-25 | t/helper/fsmonitor-client: create IPC client to talk to FSMonitor Daemon | Jeff Hostetler | 1 | -0/+1 |
| 2022-01-17 | wrapper: add a helper to generate numbers from a CSPRNG | brian m. carlson | 1 | -0/+1 |
| 2021-10-08 | Add "test-tool dump-reftable" command. | Han-Wen Nienhuys | 1 | -0/+1 |
| 2021-10-08 | reftable: utility functions | Han-Wen Nienhuys | 1 | -1/+2 |
| 2021-08-04 | Merge branch 'ab/getcwd-test' | Junio C Hamano | 1 | -0/+1 |
| 2021-07-30 | t0001: fix broken not-quite getcwd(3) test in bed67874e2 | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2021-07-28 | Merge branch 'ew/many-alternate-optim' | Junio C Hamano | 1 | -0/+1 |
| 2021-07-07 | oidtree: a crit-bit tree for odb_loose_cache | Eric Wong | 1 | -0/+1 |
| 2021-06-28 | promisor-remote: teach lazy-fetch in any repo | Jonathan Tan | 1 | -0/+1 |
| 2021-04-20 | Merge branch 'ab/userdiff-tests' | Junio C Hamano | 1 | -0/+1 |
| 2021-04-13 | Merge branch 'tb/pack-preferred-tips-to-give-bitmap' | Junio C Hamano | 1 | -0/+1 |
| 2021-04-08 | userdiff tests: list builtin drivers via test-tool | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2021-04-02 | Merge branch 'jh/simple-ipc' | Junio C Hamano | 1 | -0/+1 |
| 2021-03-31 | t/helper/test-bitmap.c: initial commit | Taylor Blau | 1 | -0/+1 |
| 2021-03-22 | t0052: add simple-ipc tests and t/helper/test-simple-ipc tool | Jeff Hostetler | 1 | -0/+1 |
| 2021-01-24 | grep/pcre2: better support invalid UTF-8 haystacks | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2020-11-18 | Merge branch 'en/merge-ort-api-null-impl' | Junio C Hamano | 1 | -0/+1 |
| 2020-11-18 | Merge branch 'ds/maintenance-part-3' | Junio C Hamano | 1 | -0/+1 |
| 2020-10-29 | fast-rebase: demonstrate merge-ort's API via new test-tool command | Elijah Newren | 1 | -0/+1 |
| 2020-09-25 | maintenance: add start/stop subcommands | Derrick Stolee | 1 | -0/+1 |
| 2020-08-27 | receive-pack: add new proc-receive hook | Jiang Xin | 1 | -0/+1 |
| 2020-05-01 | Merge branch 'gs/commit-graph-path-filter' | Junio C Hamano | 1 | -0/+1 |
| 2020-04-22 | Merge branch 'jk/oid-array-cleanups' | Junio C Hamano | 1 | -1/+1 |
| 2020-04-22 | Merge branch 'js/trace2-env-vars' | Junio C Hamano | 1 | -0/+1 |
| 2020-03-30 | test-tool: rename sha1-array to oid-array | Jeff King | 1 | -1/+1 |
| 2020-03-30 | bloom.c: add the murmur3 hash implementation | Garima Singh | 1 | -0/+1 |
| 2020-03-25 | Merge branch 'hw/advise-ng' | Junio C Hamano | 1 | -0/+1 |
| 2020-03-23 | trace2: teach Git to log environment variables | Josh Steadmon | 1 | -0/+1 |
| 2020-03-05 | advice: revamp advise API | Heba Waly | 1 | -0/+1 |
| 2020-01-15 | t: directly test parse_pathspec_file() | Alexandr Miloslavskiy | 1 | -0/+1 |
| 2019-11-13 | test-tool: use 'read-graph' helper | Derrick Stolee | 1 | -0/+1 |
| 2019-09-17 | Test the progress display | SZEDER Gábor | 1 | -0/+1 |
| 2019-07-25 | Merge branch 'mt/dir-iterator-updates' | Junio C Hamano | 1 | -0/+1 |
| 2019-07-11 | dir-iterator: add tests for dir-iterator API | Daniel Ferreira | 1 | -0/+1 |
| 2019-06-17 | t/helper: add test-oidmap.c | Christian Couder | 1 | -0/+1 |
| 2019-05-09 | Merge branch 'js/misc-doc-fixes' | Junio C Hamano | 1 | -0/+20 |
| 2019-04-19 | Turn `git serve` into a test helper | Johannes Schindelin | 1 | -0/+1 |
| 2019-04-19 | test-tool: handle the `-C <directory>` option just like `git` | Johannes Schindelin | 1 | -0/+19 |
| 2019-02-22 | trace2: t/helper/test-trace2, t0210.sh, t0211.sh, t0212.sh | Jeff Hostetler | 1 | -0/+1 |
| 2019-02-22 | trace2: create new combined trace facility | Jeff Hostetler | 1 | -0/+3 |
| 2019-02-19 | tests: teach the test-tool to generate NUL bytes and use it | Johannes Schindelin | 1 | -0/+1 |
| 2019-02-06 | Merge branch 'js/vsts-ci' | Junio C Hamano | 1 | -0/+1 |
| 2019-01-29 | Merge branch 'bc/sha-256' | Junio C Hamano | 1 | -0/+2 |
| 2019-01-29 | tests: optionally write results as JUnit-style .xml | Johannes Schindelin | 1 | -0/+1 |
| 2018-11-14 | Add a base implementation of SHA-256 support | brian m. carlson | 1 | -0/+1 |
| 2018-11-14 | t/helper: add a test helper to compute hash speed | brian m. carlson | 1 | -0/+1 |
| 2018-11-13 | Merge branch 'ao/submodule-wo-gitmodules-checked-out' | Junio C Hamano | 1 | -0/+1 |
| 2018-10-31 | t/helper: add test-submodule-nested-repo-config | Antonio Ospite | 1 | -0/+1 |
| 2018-10-18 | test-tool: show tool list on error | Jeff King | 1 | -2/+13 |
| 2018-10-10 | Merge branch 'nd/test-tool' | Junio C Hamano | 1 | -1/+5 |
| 2018-09-24 | Merge branch 'js/mingw-o-append' | Junio C Hamano | 1 | -0/+3 |
| 2018-09-17 | Merge branch 'ds/reachable' | Junio C Hamano | 1 | -0/+1 |
| 2018-09-11 | t0051: test GIT_TRACE to a windows named pipe | Jeff Hostetler | 1 | -0/+3 |
| 2018-09-11 | t/helper: merge test-dump-fsmonitor into test-tool | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-09-11 | t/helper: merge test-parse-options into test-tool | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-09-11 | t/helper: merge test-pkt-line into test-tool | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-09-11 | t/helper: merge test-dump-untracked-cache into test-tool | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-09-11 | t/helper: keep test-tool command list sorted | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2018-08-20 | Sync 'ds/multi-pack-index' to v2.19.0-rc0 | Junio C Hamano | 1 | -0/+1 |
| 2018-08-15 | Merge branch 'jh/json-writer' | Junio C Hamano | 1 | -0/+1 |
| 2018-07-20 | test-reach: create new test tool for ref_newer | Derrick Stolee | 1 | -0/+1 |
| 2018-07-20 | multi-pack-index: load into memory | Derrick Stolee | 1 | -0/+1 |
| 2018-07-17 | commit-graph: add repo arg to graph readers | Jonathan Tan | 1 | -0/+1 |
| 2018-07-16 | json_writer: new routines to create JSON data | Jeff Hostetler | 1 | -0/+1 |
| 2018-05-10 | BUG_exit_code: fix sparse "symbol not declared" warning | Ramsay Jones | 1 | -1/+0 |
| 2018-05-06 | test-tool: help verifying BUG() code paths | Johannes Schindelin | 1 | -0/+2 |
| 2018-03-27 | t/helper: merge test-write-cache into test-tool | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-03-27 | t/helper: merge test-wildmatch into test-tool | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-03-27 | t/helper: merge test-urlmatch-normalization into test-tool | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-03-27 | t/helper: merge test-subprocess into test-tool | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-03-27 | t/helper: merge test-submodule-config into test-tool | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-03-27 | t/helper: merge test-string-list into test-tool | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-03-27 | t/helper: merge test-strcmp-offset into test-tool | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-03-27 | t/helper: merge test-sigchain into test-tool | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-03-27 | t/helper: merge test-sha1-array into test-tool | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-03-27 | t/helper: merge test-scrap-cache-tree into test-tool | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-03-27 | t/helper: merge test-run-command into test-tool | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-03-27 | t/helper: merge test-revision-walking into test-tool | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-03-27 | t/helper: merge test-regex into test-tool | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-03-27 | t/helper: merge test-ref-store into test-tool | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-03-27 | t/helper: merge test-read-cache into test-tool | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-03-27 | t/helper: merge test-prio-queue into test-tool | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-03-27 | t/helper: merge test-path-utils into test-tool | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-03-27 | t/helper: merge test-online-cpus into test-tool | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-03-27 | t/helper: merge test-mktemp into test-tool | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-03-27 | t/helper: merge (unused) test-mergesort into test-tool | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-03-27 | t/helper: merge (unused) test-match-trees into test-tool | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-03-27 | t/helper: merge test-index-version into test-tool | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-03-27 | t/helper: merge test-hashmap into test-tool | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-03-27 | t/helper: merge test-genrandom into test-tool | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-03-27 | t/helper: merge test-example-decorate into test-tool | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-03-27 | t/helper: merge test-dump-split-index into test-tool | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-03-27 | t/helper: merge test-dump-cache-tree into test-tool | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-03-27 | t/helper: merge test-drop-caches into test-tool | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-03-27 | t/helper: merge (unused) test-delta into test-tool | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-03-27 | t/helper: merge test-date into test-tool | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-03-27 | t/helper: merge test-ctype into test-tool | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-03-27 | t/helper: merge test-config into test-tool | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-03-27 | t/helper: merge test-lazy-init-name-hash into test-tool | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-03-27 | t/helper: merge test-sha1 into test-tool | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-03-27 | t/helper: merge test-chmtime into test-tool | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2018-03-27 | t/helper: add an empty test-tool program | Nguyễn Thái Ngọc Duy | 1 | -0/+27 |