| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-07-15 | Merge branch 'cp/unit-test-reftable-record' | Junio C Hamano | 1 | -0/+551 |
| 2024-07-15 | Merge branch 'gt/unit-test-oidmap' | Junio C Hamano | 1 | -0/+181 |
| 2024-07-03 | t: migrate helper/test-oidmap.c to unit-tests/t-oidmap.c | Ghanshyam Thakkar | 1 | -0/+181 |
| 2024-07-02 | Merge branch 'ps/use-the-repository' | Junio C Hamano | 2 | -1/+3 |
| 2024-07-02 | t-reftable-record: add tests for reftable_log_record_compare_key() | Chandra Pratap | 1 | -0/+30 |
| 2024-07-02 | t-reftable-record: add tests for reftable_ref_record_compare_name() | Chandra Pratap | 1 | -0/+20 |
| 2024-07-02 | t-reftable-record: add index tests for reftable_record_is_deletion() | Chandra Pratap | 1 | -0/+1 |
| 2024-07-02 | t-reftable-record: add obj tests for reftable_record_is_deletion() | Chandra Pratap | 1 | -0/+1 |
| 2024-07-02 | t-reftable-record: add log tests for reftable_record_is_deletion() | Chandra Pratap | 1 | -0/+4 |
| 2024-07-02 | t-reftable-record: add ref tests for reftable_record_is_deletion() | Chandra Pratap | 1 | -0/+2 |
| 2024-07-02 | t-reftable-record: add comparison tests for obj records | Chandra Pratap | 1 | -0/+39 |
| 2024-07-02 | t-reftable-record: add comparison tests for index records | Chandra Pratap | 1 | -0/+38 |
| 2024-07-02 | t-reftable-record: add comparison tests for ref records | Chandra Pratap | 1 | -0/+33 |
| 2024-07-02 | t-reftable-record: add reftable_record_cmp() tests for log records | Chandra Pratap | 1 | -13/+25 |
| 2024-07-02 | t: move reftable/record_test.c to the unit testing framework | Chandra Pratap | 1 | -0/+371 |
| 2024-06-20 | Merge branch 'gt/unit-test-oidtree' | Junio C Hamano | 3 | -0/+191 |
| 2024-06-17 | Merge branch 'ps/no-writable-strings' | Junio C Hamano | 2 | -8/+10 |
| 2024-06-14 | hash-ll: merge with "hash.h" | Patrick Steinhardt | 1 | -1/+1 |
| 2024-06-14 | global: introduce `USE_THE_REPOSITORY_VARIABLE` macro | Patrick Steinhardt | 1 | -0/+2 |
| 2024-06-13 | Merge branch 'gt/unit-test-oidtree' into ps/use-the-repository | Junio C Hamano | 3 | -0/+191 |
| 2024-06-12 | Merge branch 'gt/decorate-unit-test' | Junio C Hamano | 1 | -0/+80 |
| 2024-06-12 | Merge branch 'gt/t-hash-unit-test' | Junio C Hamano | 1 | -0/+84 |
| 2024-06-12 | Merge branch 'cp/reftable-unit-test' | Junio C Hamano | 1 | -0/+160 |
| 2024-06-12 | t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.c | Ghanshyam Thakkar | 3 | -0/+191 |
| 2024-06-10 | Merge branch 'jk/leakfixes' | Junio C Hamano | 1 | -0/+3 |
| 2024-06-07 | global: improve const correctness when assigning string constants | Patrick Steinhardt | 1 | -4/+6 |
| 2024-06-06 | Merge branch 'ps/leakfixes' | Junio C Hamano | 3 | -0/+295 |
| 2024-05-30 | Merge branch 'gt/unit-test-strcmp-offset' | Junio C Hamano | 1 | -0/+35 |
| 2024-05-30 | t-strvec: mark variable-arg helper with LAST_ARG_MUST_BE_NULL | Jeff King | 1 | -0/+1 |
| 2024-05-30 | t-strvec: use va_end() to match va_start() | Jeff King | 1 | -0/+2 |
| 2024-05-30 | Merge branch 'ps/leakfixes' into jk/leakfixes | Junio C Hamano | 3 | -0/+295 |
| 2024-05-30 | t: improve the test-case for parse_names() | Chandra Pratap | 1 | -2/+4 |
| 2024-05-30 | t: add test for put_be16() | Chandra Pratap | 1 | -0/+11 |
| 2024-05-30 | t: move tests from reftable/record_test.c to the new unit test | Chandra Pratap | 1 | -7/+33 |
| 2024-05-30 | t: move tests from reftable/stack_test.c to the new unit test | Chandra Pratap | 1 | -3/+22 |
| 2024-05-30 | t: move reftable/basics_test.c to the unit testing framework | Chandra Pratap | 1 | -0/+102 |
| 2024-05-29 | Merge branch 'ps/leakfixes' into ps/no-writable-strings | Junio C Hamano | 3 | -0/+295 |
| 2024-05-29 | t/: migrate helper/test-{sha1, sha256} to unit-tests/t-hash | Ghanshyam Thakkar | 1 | -0/+84 |
| 2024-05-28 | t/: migrate helper/test-example-decorate to the unit testing framework | Ghanshyam Thakkar | 1 | -0/+80 |
| 2024-05-27 | strvec: add functions to replace and remove strings | Patrick Steinhardt | 3 | -0/+295 |
| 2024-05-23 | Merge branch 'la/hide-trailer-info' | Junio C Hamano | 1 | -0/+315 |
| 2024-05-20 | t/: port helper/test-strcmp-offset.c to unit-tests/t-strcmp-offset.c | Ghanshyam Thakkar | 1 | -0/+35 |
| 2024-05-15 | Merge branch 'js/unit-test-suite-runner' | Junio C Hamano | 1 | -95/+0 |
| 2024-05-06 | t0080: turn t-basic unit test into a helper | Josh Steadmon | 1 | -95/+0 |
| 2024-05-02 | trailer unit tests: inspect iterator contents | Linus Arver | 1 | -13/+148 |
| 2024-05-02 | trailer: teach iterator about non-trailer lines | Linus Arver | 1 | -5/+11 |
| 2024-05-02 | trailer: add unit tests for trailer iterator | Linus Arver | 1 | -0/+174 |
| 2024-04-02 | t-prio-queue: simplify using compound literals | René Scharfe | 1 | -34/+17 |
| 2024-03-18 | t-prio-queue: check result array bounds | René Scharfe | 1 | -3/+11 |
| 2024-03-18 | t-prio-queue: shorten array index message | René Scharfe | 1 | -4/+6 |
| 2024-03-03 | t-ctype: avoid duplicating class names | René Scharfe | 1 | -40/+24 |
| 2024-03-03 | t-ctype: align output of i | René Scharfe | 1 | -1/+1 |
| 2024-03-03 | t-ctype: simplify EOF check | René Scharfe | 1 | -2/+1 |
| 2024-03-03 | t-ctype: allow NUL anywhere in the specification string | René Scharfe | 1 | -14/+4 |
| 2024-02-13 | Merge branch 'jc/unit-tests-make-relative-fix' | Junio C Hamano | 1 | -14/+47 |
| 2024-02-12 | unit-tests: do show relative file paths on non-Windows, too | Junio C Hamano | 1 | -14/+47 |
| 2024-02-08 | Merge branch 'cp/unit-test-prio-queue' | Junio C Hamano | 1 | -0/+98 |
| 2024-01-26 | Merge branch 'al/unit-test-ctype' | Junio C Hamano | 1 | -0/+80 |
| 2024-01-22 | tests: move t0009-prio-queue.sh to the new unit testing framework | Chandra Pratap | 1 | -0/+98 |
| 2024-01-16 | unit-tests: rewrite t/helper/test-ctype.c as a unit test | Achu Luma | 1 | -0/+80 |
| 2023-12-28 | mem-pool: fix big allocations | René Scharfe | 1 | -0/+31 |
| 2023-11-10 | unit-tests: do show relative file paths | Johannes Schindelin | 1 | -4/+48 |
| 2023-11-10 | unit tests: add TAP unit test framework | Phillip Wood | 5 | -0/+695 |