| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-09-30 | Merge branch 'ps/reftable-concurrent-writes' | Junio C Hamano | 1 | -2/+65 |
| 2024-09-25 | Merge branch 'ps/reftable-exclude' | Junio C Hamano | 6 | -179/+348 |
| 2024-09-24 | reftable/stack: allow locking of outdated stacks | Patrick Steinhardt | 1 | -2/+65 |
| 2024-09-18 | Merge branch 'ps/clar-unit-test' | Junio C Hamano | 25 | -221/+3357 |
| 2024-09-16 | Merge branch 'cp/unit-test-reftable-stack' | Junio C Hamano | 1 | -0/+1324 |
| 2024-09-16 | reftable/reader: make table iterator reseekable | Patrick Steinhardt | 2 | -0/+172 |
| 2024-09-16 | t/unit-tests: introduce reftable library | Patrick Steinhardt | 5 | -179/+176 |
| 2024-09-12 | Merge branch 'gt/unit-test-oid-array' | Junio C Hamano | 3 | -1/+135 |
| 2024-09-09 | Merge branch 'cp/unit-test-reftable-stack' into ps/reftable-exclude | Junio C Hamano | 1 | -0/+1324 |
| 2024-09-09 | t-reftable-stack: add test for stack iterators | Chandra Pratap | 1 | -0/+83 |
| 2024-09-09 | t-reftable-stack: add test for non-default compaction factor | Chandra Pratap | 1 | -4/+37 |
| 2024-09-09 | t-reftable-stack: use reftable_ref_record_equal() to compare ref records | Chandra Pratap | 1 | -2/+2 |
| 2024-09-08 | t-reftable-stack: use Git's tempfile API instead of mkstemp() | Chandra Pratap | 1 | -1/+3 |
| 2024-09-08 | t: harmonize t-reftable-stack.c with coding guidelines | Chandra Pratap | 1 | -57/+53 |
| 2024-09-08 | t: move reftable/stack_test.c to the unit testing framework | Chandra Pratap | 1 | -0/+1210 |
| 2024-09-06 | Merge branch 'jk/unused-parameters' | Junio C Hamano | 1 | -1/+1 |
| 2024-09-04 | t/unit-tests: convert ctype tests to use clar | Patrick Steinhardt | 2 | -10/+68 |
| 2024-09-04 | t/unit-tests: convert strvec tests to use clar | Patrick Steinhardt | 2 | -211/+241 |
| 2024-09-04 | t/unit-tests: implement test driver | Patrick Steinhardt | 1 | -2/+43 |
| 2024-09-04 | Makefile: wire up the clar unit testing framework | Patrick Steinhardt | 4 | -0/+61 |
| 2024-09-04 | clar: stop including `shellapi.h` unnecessarily | Johannes Schindelin | 1 | -1/+1 |
| 2024-09-04 | clar(win32): avoid compile error due to unused `fs_copy()` | Johannes Schindelin | 1 | -0/+2 |
| 2024-09-04 | clar: avoid compile error with mingw-w64 | Johannes Schindelin | 1 | -1/+1 |
| 2024-09-04 | t/clar: fix compatibility with NonStop | Patrick Steinhardt | 1 | -0/+6 |
| 2024-09-04 | t: import the clar unit testing framework | Patrick Steinhardt | 18 | -0/+2938 |
| 2024-09-03 | Merge branch 'ps/reftable-concurrent-compaction' | Junio C Hamano | 3 | -51/+54 |
| 2024-09-01 | t: port helper/test-oid-array.c to unit-tests/t-oid-array.c | Ghanshyam Thakkar | 3 | -1/+135 |
| 2024-08-29 | Merge branch 'cp/unit-test-reftable-block' | Junio C Hamano | 1 | -0/+370 |
| 2024-08-29 | Merge branch 'ps/reftable-drop-generic' | Junio C Hamano | 1 | -13/+4 |
| 2024-08-28 | Merge branch 'gt/unit-test-urlmatch-normalization' | Junio C Hamano | 1 | -0/+271 |
| 2024-08-28 | t-reftable-block: mark unused argv/argc | Jeff King | 1 | -1/+1 |
| 2024-08-28 | t-reftable-readwrite: mark unused parameter in callback function | Jeff King | 1 | -1/+1 |
| 2024-08-26 | Merge branch 'jk/mark-unused-parameters' | Junio C Hamano | 15 | -17/+17 |
| 2024-08-23 | Merge branch 'cp/unit-test-reftable-readwrite' | Junio C Hamano | 1 | -0/+974 |
| 2024-08-23 | reftable/reader: introduce refcounting | Patrick Steinhardt | 1 | -2/+2 |
| 2024-08-23 | reftable/reader: rename `reftable_new_reader()` | Patrick Steinhardt | 1 | -3/+3 |
| 2024-08-22 | reftable/generic: drop interface | Patrick Steinhardt | 1 | -1/+0 |
| 2024-08-22 | reftable/merged: stop using generic tables in the merged table | Patrick Steinhardt | 1 | -12/+4 |
| 2024-08-22 | reftable/merged: rename `reftable_new_merged_table()` | Patrick Steinhardt | 1 | -4/+4 |
| 2024-08-21 | t-reftable-block: add tests for index blocks | Chandra Pratap | 1 | -0/+88 |
| 2024-08-21 | t-reftable-block: add tests for obj blocks | Chandra Pratap | 1 | -0/+82 |
| 2024-08-21 | t-reftable-block: add tests for log blocks | Chandra Pratap | 1 | -2/+91 |
| 2024-08-21 | t-reftable-block: remove unnecessary variable 'j' | Chandra Pratap | 1 | -4/+2 |
| 2024-08-21 | t-reftable-block: use xstrfmt() instead of xstrdup() | Chandra Pratap | 1 | -4/+1 |
| 2024-08-21 | t-reftable-block: use block_iter_reset() instead of block_iter_close() | Chandra Pratap | 1 | -6/+2 |
| 2024-08-21 | t-reftable-block: use reftable_record_key() instead of strbuf_addstr() | Chandra Pratap | 1 | -2/+1 |
| 2024-08-21 | t-reftable-block: use reftable_record_equal() instead of check_str() | Chandra Pratap | 1 | -9/+9 |
| 2024-08-21 | t-reftable-block: release used block reader | Chandra Pratap | 1 | -0/+1 |
| 2024-08-21 | t: harmonize t-reftable-block.c with coding guidelines | Chandra Pratap | 1 | -26/+26 |
| 2024-08-21 | t: move reftable/block_test.c to the unit testing framework | Chandra Pratap | 1 | -0/+120 |
| 2024-08-20 | t: migrate t0110-urlmatch-normalization to the new framework | Ghanshyam Thakkar | 1 | -0/+271 |
| 2024-08-20 | t-hashmap: stop calling setup() for t_intern() test | Jeff King | 1 | -3/+2 |
| 2024-08-19 | Merge branch 'rs/unit-tests-test-run' | Junio C Hamano | 5 | -356/+348 |
| 2024-08-17 | t-hashmap: mark unused parameters in callback function | Jeff King | 1 | -1/+2 |
| 2024-08-17 | reftable: mark unused parameters in virtual functions | Jeff King | 1 | -1/+1 |
| 2024-08-17 | unit-tests: ignore unused argc/argv | Jeff King | 13 | -13/+13 |
| 2024-08-15 | Merge branch 'gt/unit-test-hashmap' | Junio C Hamano | 1 | -0/+361 |
| 2024-08-15 | Merge branch 'rs/t-example-simplify' | Junio C Hamano | 1 | -16/+8 |
| 2024-08-14 | Merge branch 'cp/unit-test-reftable-tree' | Junio C Hamano | 1 | -0/+84 |
| 2024-08-14 | Merge branch 'cp/unit-test-reftable-pq' | Junio C Hamano | 1 | -0/+152 |
| 2024-08-13 | t-reftable-readwrite: add test for known error | Chandra Pratap | 1 | -0/+5 |
| 2024-08-13 | t-reftable-readwrite: use 'for' in place of infinite 'while' loops | Chandra Pratap | 1 | -9/+3 |
| 2024-08-13 | t-reftable-readwrite: use free_names() instead of a for loop | Chandra Pratap | 1 | -7/+3 |
| 2024-08-13 | t: move reftable/readwrite_test.c to the unit testing framework | Chandra Pratap | 1 | -0/+979 |
| 2024-08-08 | Merge branch 'ks/unit-test-comment-typofix' | Junio C Hamano | 1 | -2/+3 |
| 2024-08-06 | t: port helper/test-hashmap.c to unit-tests/t-hashmap.c | Ghanshyam Thakkar | 1 | -0/+361 |
| 2024-08-04 | t-reftable-tree: improve the test for infix_walk() | Chandra Pratap | 1 | -7/+15 |
| 2024-08-04 | t-reftable-tree: add test for non-existent key | Chandra Pratap | 1 | -0/+1 |
| 2024-08-04 | t-reftable-tree: split test_tree() into two sub-test functions | Chandra Pratap | 1 | -4/+19 |
| 2024-08-04 | t: move reftable/tree_test.c to the unit testing framework | Chandra Pratap | 1 | -0/+60 |
| 2024-08-01 | t-reftable-pq: add tests for merged_iter_pqueue_top() | Chandra Pratap | 1 | -0/+49 |
| 2024-08-01 | t-reftable-pq: add test for index based comparison | Chandra Pratap | 1 | -6/+42 |
| 2024-08-01 | t-reftable-pq: make merged_iter_pqueue_check() callable by reference | Chandra Pratap | 1 | -5/+5 |
| 2024-08-01 | t-reftable-pq: make merged_iter_pqueue_check() static | Chandra Pratap | 1 | -1/+1 |
| 2024-08-01 | t: move reftable/pq_test.c to the unit testing framework | Chandra Pratap | 1 | -0/+67 |
| 2024-07-31 | Merge branch 'cp/unit-test-reftable-merged' | Junio C Hamano | 1 | -0/+463 |
| 2024-07-31 | Merge branch 'rs/t-strvec-use-test-msg' | Junio C Hamano | 1 | -32/+15 |
| 2024-07-30 | t-strvec: use if_test | René Scharfe | 1 | -200/+156 |
| 2024-07-30 | t-reftable-basics: use if_test | René Scharfe | 1 | -122/+106 |
| 2024-07-30 | t-ctype: use if_test | René Scharfe | 1 | -3/+1 |
| 2024-07-30 | unit-tests: add if_test | René Scharfe | 2 | -0/+49 |
| 2024-07-30 | unit-tests: show location of checks outside of tests | René Scharfe | 1 | -1/+6 |
| 2024-07-30 | t-example-decorate: remove test messages | René Scharfe | 1 | -16/+8 |
| 2024-07-29 | unit-tests/test-lib: fix typo in check_pointer_eq() description | Kousik Sanagavarapu | 1 | -2/+3 |
| 2024-07-16 | t-strvec: fix type mismatch in check_strvec | René Scharfe | 1 | -1/+2 |
| 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-15 | t-strvec: improve check_strvec() output | René Scharfe | 1 | -32/+14 |
| 2024-07-12 | t-reftable-merged: add test for REFTABLE_FORMAT_ERROR | Chandra Pratap | 1 | -0/+3 |
| 2024-07-12 | t-reftable-merged: use reftable_ref_record_equal to compare ref records | Chandra Pratap | 1 | -1/+1 |
| 2024-07-12 | t-reftable-merged: add tests for reftable_merged_table_max_update_index | Chandra Pratap | 1 | -0/+2 |
| 2024-07-12 | t-reftable-merged: improve the const-correctness of helper functions | Chandra Pratap | 1 | -10/+9 |
| 2024-07-12 | t-reftable-merged: improve the test t_merged_single_record() | Chandra Pratap | 1 | -5/+10 |
| 2024-07-12 | t: harmonize t-reftable-merged.c with coding guidelines | Chandra Pratap | 1 | -40/+28 |
| 2024-07-12 | t: move reftable/merged_test.c to the unit testing framework | Chandra Pratap | 1 | -0/+466 |
| 2024-07-06 | t-strvec: use test_msg() | René Scharfe | 1 | -6/+6 |
| 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 |