| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-01 | Merge branch 'sk/reftable-clarify-tests' | Junio C Hamano | 11 | -1288/+1097 |
| 2025-07-28 | Merge branch 'rs/pop-recent-commit-with-prio-queue' | Junio C Hamano | 1 | -0/+23 |
| 2025-07-24 | t/unit-tests: finalize migration of reftable-related tests | Seyi Kuforiji | 12 | -154/+35 |
| 2025-07-24 | t/unit-tests: convert reftable stack test to use clar | Seyi Kuforiji | 1 | -450/+330 |
| 2025-07-24 | t/unit-tests: convert reftable record test to use clar | Seyi Kuforiji | 1 | -120/+130 |
| 2025-07-24 | t/unit-tests: convert reftable readwrite test to use clar | Seyi Kuforiji | 1 | -228/+177 |
| 2025-07-24 | t/unit-tests: convert reftable table test to use clar | Seyi Kuforiji | 1 | -40/+35 |
| 2025-07-24 | t/unit-tests: convert reftable pq test to use clar | Seyi Kuforiji | 1 | -32/+27 |
| 2025-07-24 | t/unit-tests: convert reftable merged test to use clar | Seyi Kuforiji | 1 | -92/+70 |
| 2025-07-24 | t/unit-tests: convert reftable block test to use clar | Seyi Kuforiji | 1 | -86/+78 |
| 2025-07-24 | t/unit-tests: convert reftable basics test to use clar test framework | Seyi Kuforiji | 2 | -219/+227 |
| 2025-07-24 | t/unit-tests: implement clar specific reftable test helper functions | Seyi Kuforiji | 2 | -0/+121 |
| 2025-07-22 | prio-queue: add prio_queue_replace() | René Scharfe | 1 | -0/+23 |
| 2025-07-07 | u-string-list: move "remove duplicates" test to "u-string-list.c" | shejialuo | 1 | -0/+62 |
| 2025-07-07 | u-string-list: move "filter string" test to "u-string-list.c" | shejialuo | 1 | -0/+73 |
| 2025-07-07 | u-string-list: move "test_split_in_place" to "u-string-list.c" | shejialuo | 1 | -0/+37 |
| 2025-07-07 | u-string-list: move "test_split" into "u-string-list.c" | shejialuo | 1 | -0/+55 |
| 2025-05-19 | Merge branch 'ps/reftable-read-block-perffix' | Junio C Hamano | 1 | -5/+10 |
| 2025-05-12 | oidmap: rename oidmap_free() to oidmap_clear() | Jeff King | 1 | -1/+1 |
| 2025-05-12 | reftable: fix perf regression when reading blocks of unwanted type | Patrick Steinhardt | 1 | -5/+10 |
| 2025-04-29 | Merge branch 'ps/reftable-api-revamp' | Junio C Hamano | 8 | -318/+506 |
| 2025-04-16 | Merge branch 'sk/clar-trailer-urlmatch-norm-test' | Junio C Hamano | 3 | -359/+338 |
| 2025-04-15 | Merge branch 'js/comma-semicolon-confusion' | Junio C Hamano | 1 | -2/+8 |
| 2025-04-08 | Merge branch 'ps/reftable-sans-compat-util' | Junio C Hamano | 3 | -25/+67 |
| 2025-04-07 | reftable/constants: make block types part of the public interface | Patrick Steinhardt | 5 | -48/+48 |
| 2025-04-07 | reftable/table: introduce iterator for table blocks | Patrick Steinhardt | 1 | -0/+110 |
| 2025-04-07 | reftable/block: expose a generic iterator over reftable records | Patrick Steinhardt | 1 | -0/+78 |
| 2025-04-07 | reftable/block: make block iterators reseekable | Patrick Steinhardt | 1 | -15/+11 |
| 2025-04-07 | reftable/block: rename `block_reader` to `reftable_block` | Patrick Steinhardt | 1 | -51/+51 |
| 2025-04-07 | reftable/block: rename `block` to `block_data` | Patrick Steinhardt | 1 | -5/+5 |
| 2025-04-07 | reftable/table: move reading block into block reader | Patrick Steinhardt | 1 | -36/+40 |
| 2025-04-07 | reftable/blocksource: consolidate code into a single file | Patrick Steinhardt | 2 | -6/+6 |
| 2025-04-07 | reftable/reader: rename data structure to "table" | Patrick Steinhardt | 4 | -131/+131 |
| 2025-04-01 | Merge branch 'ps/reftable-sans-compat-util' into ps/reftable-api-revamp | Junio C Hamano | 3 | -25/+67 |
| 2025-03-28 | clar: avoid using the comma operator unnecessarily | Johannes Schindelin | 1 | -2/+8 |
| 2025-03-04 | t/unit-tests: convert urlmatch-normalization test to clar | Seyi Kuforiji | 1 | -42/+18 |
| 2025-03-04 | t/unit-tests: convert trailer test to use clar | Seyi Kuforiji | 2 | -317/+320 |
| 2025-02-25 | t/unit-tests: convert oidtree test to use clar test framework | Seyi Kuforiji | 2 | -122/+107 |
| 2025-02-25 | t/unit-tests: convert oidmap test to use clar test framework | Seyi Kuforiji | 2 | -181/+136 |
| 2025-02-25 | t/unit-tests: convert oid-array test to use clar test framework | Seyi Kuforiji | 2 | -126/+129 |
| 2025-02-25 | t/unit-tests: implement clar specific oid helper functions | Seyi Kuforiji | 3 | -24/+19 |
| 2025-02-18 | reftable/basics: provide wrappers for big endian conversion | Patrick Steinhardt | 1 | -5/+23 |
| 2025-02-18 | reftable/record: don't `BUG()` in `reftable_record_cmp()` | Patrick Steinhardt | 2 | -16/+40 |
| 2025-02-18 | reftable/record: stop using `BUG()` in `reftable_record_init()` | Patrick Steinhardt | 2 | -4/+4 |
| 2025-02-14 | Merge branch 'kn/reflog-migration-fix-followup' | Junio C Hamano | 1 | -3/+51 |
| 2025-02-10 | Merge branch 'sk/unit-tests-0130' | Junio C Hamano | 7 | -345/+340 |
| 2025-01-31 | t/unit-tests: convert strcmp-offset test to use clar test framework | Seyi Kuforiji | 2 | -35/+45 |
| 2025-01-31 | t/unit-tests: convert strbuf test to use clar test framework | Seyi Kuforiji | 2 | -122/+119 |
| 2025-01-31 | t/unit-tests: adapt example decorate test to use clar test framework | Seyi Kuforiji | 2 | -74/+64 |
| 2025-01-31 | t/unit-tests: convert hashmap test to use clar test framework | Seyi Kuforiji | 1 | -114/+112 |
| 2025-01-31 | global: adapt callers to use generic hash context helpers | Patrick Steinhardt | 1 | -2/+2 |
| 2025-01-31 | hash: stop typedeffing the hash context | Patrick Steinhardt | 1 | -1/+1 |
| 2025-01-28 | Merge branch 'ps/reftable-sign-compare' | Junio C Hamano | 3 | -3/+20 |
| 2025-01-28 | Merge branch 'sk/unit-tests' | Junio C Hamano | 6 | -141/+131 |
| 2025-01-22 | reftable: prevent 'update_index' changes after adding records | Karthik Nayak | 1 | -3/+51 |
| 2025-01-21 | reftable/block: adapt header and footer size to return a `size_t` | Patrick Steinhardt | 1 | -1/+1 |
| 2025-01-21 | reftable/basics: adjust `hash_size()` to return `uint32_t` | Patrick Steinhardt | 1 | -1/+1 |
| 2025-01-21 | reftable/basics: adjust `common_prefix_size()` to return `size_t` | Patrick Steinhardt | 1 | -1/+1 |
| 2025-01-21 | reftable/record: handle overflows when decoding varints | Patrick Steinhardt | 1 | -0/+17 |
| 2025-01-21 | Merge branch 'sk/unit-test-hash' | Junio C Hamano | 1 | -23/+48 |
| 2025-01-21 | Merge branch 'ps/reftable-get-random-fix' | Junio C Hamano | 1 | -3/+3 |
| 2025-01-17 | t/unit-tests: convert reftable tree test to use clar test framework | Seyi Kuforiji | 1 | -19/+11 |
| 2025-01-17 | t/unit-tests: adapt priority queue test to use clar test framework | Seyi Kuforiji | 2 | -91/+94 |
| 2025-01-17 | t/unit-tests: convert mem-pool test to use clar test framework | Seyi Kuforiji | 2 | -31/+25 |
| 2025-01-17 | t/unit-tests: handle dashes in test suite filenames | Seyi Kuforiji | 1 | -0/+1 |
| 2025-01-09 | t/unit-tests: convert hash to use clar test framework | Seyi Kuforiji | 1 | -23/+48 |
| 2025-01-08 | t-reftable-basics: allow for `malloc` to be `#define`d | Johannes Schindelin | 1 | -4/+4 |
| 2025-01-07 | wrapper: allow generating insecure random bytes | Patrick Steinhardt | 1 | -3/+3 |
| 2024-12-28 | t-reftable-merged: handle realloc errors | René Scharfe | 1 | -2/+2 |
| 2024-12-28 | reftable: fix allocation count on realloc error | René Scharfe | 1 | -0/+26 |
| 2024-12-28 | reftable: avoid leaks on realloc error | René Scharfe | 1 | -0/+30 |
| 2024-12-23 | Merge branch 'ps/ci-meson' | Junio C Hamano | 4 | -2/+22 |
| 2024-12-23 | Merge branch 'ps/build-sign-compare' | Junio C Hamano | 7 | -3/+13 |
| 2024-12-23 | Merge branch 'kn/reftable-writer-log-write-verify' | Junio C Hamano | 2 | -4/+51 |
| 2024-12-15 | Merge branch 'rj/strvec-splice-fix' | Junio C Hamano | 1 | -0/+10 |
| 2024-12-13 | t: introduce compatibility options to clar-based tests | Patrick Steinhardt | 1 | -1/+18 |
| 2024-12-13 | t/unit-tests: rename clar-based unit tests to have a common prefix | Patrick Steinhardt | 3 | -1/+4 |
| 2024-12-10 | Merge branch 'ps/reftable-iterator-reuse' | Junio C Hamano | 1 | -0/+73 |
| 2024-12-10 | Merge branch 'ps/reftable-detach' | Junio C Hamano | 9 | -105/+113 |
| 2024-12-10 | strvec: `strvec_splice()` to a statically initialized vector | Rubén Justo | 1 | -0/+10 |
| 2024-12-07 | reftable/writer: ensure valid range for log's update_index | Karthik Nayak | 2 | -4/+51 |
| 2024-12-06 | global: trivial conversions to fix `-Wsign-compare` warnings | Patrick Steinhardt | 2 | -6/+3 |
| 2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 7 | -0/+13 |
| 2024-12-04 | Merge branch 'ps/leakfixes-part-10' | Junio C Hamano | 1 | -0/+65 |
| 2024-11-26 | reftable/merged: drain priority queue on reseek | Patrick Steinhardt | 1 | -0/+73 |
| 2024-11-21 | strvec: introduce new `strvec_splice()` function | Patrick Steinhardt | 1 | -0/+65 |
| 2024-11-19 | Merge branch 'ps/reftable-detach' into ps/reftable-iterator-reuse | Junio C Hamano | 9 | -105/+113 |
| 2024-11-19 | reftable/system: provide thin wrapper for lockfile subsystem | Patrick Steinhardt | 5 | -0/+6 |
| 2024-11-19 | reftable/system: stop depending on "hash.h" | Patrick Steinhardt | 9 | -105/+106 |
| 2024-11-19 | reftable/system: move "dir.h" to its only user | Patrick Steinhardt | 1 | -0/+1 |
| 2024-11-18 | t/unit-tests: convert "clar-generate.awk" into a shell script | Patrick Steinhardt | 2 | -50/+63 |
| 2024-11-08 | Merge branch 'ps/upgrade-clar' | Junio C Hamano | 12 | -124/+205 |
| 2024-10-30 | Merge branch 'ps/reftable-strbuf' | Taylor Blau | 9 | -210/+218 |
| 2024-10-25 | Merge branch 'ak/typofixes' | Taylor Blau | 2 | -2/+2 |
| 2024-10-21 | Makefile: extract script to generate clar declarations | Patrick Steinhardt | 1 | -0/+16 |
| 2024-10-21 | t/unit-tests: update clar to 206accb | Patrick Steinhardt | 11 | -124/+189 |
| 2024-10-17 | t/unit-tests: check for `reftable_buf` allocation errors | Patrick Steinhardt | 5 | -44/+44 |
| 2024-10-17 | reftable/blocksource: adapt interface name | Patrick Steinhardt | 4 | -21/+21 |
| 2024-10-17 | reftable: convert from `strbuf` to `reftable_buf` | Patrick Steinhardt | 9 | -179/+180 |
| 2024-10-17 | reftable: stop using `strbuf_addf()` | Patrick Steinhardt | 3 | -31/+38 |
| 2024-10-10 | Merge branch 'ps/reftable-alloc-failures' | Junio C Hamano | 7 | -51/+89 |
| 2024-10-10 | t/unit-tests: fix typos | Andrew Kreimer | 2 | -2/+2 |
| 2024-10-02 | reftable: introduce `REFTABLE_FREE_AND_NULL()` | Patrick Steinhardt | 1 | -1/+1 |
| 2024-10-02 | reftable: fix calls to free(3P) | Patrick Steinhardt | 1 | -2/+2 |
| 2024-10-02 | reftable: handle trivial allocation failures | Patrick Steinhardt | 3 | -11/+24 |
| 2024-10-02 | reftable/tree: handle allocation failures | Patrick Steinhardt | 1 | -4/+6 |
| 2024-10-02 | reftable/block: handle allocation failures | Patrick Steinhardt | 1 | -8/+12 |
| 2024-10-02 | reftable/reader: handle allocation failures in `reader_init_iter()` | Patrick Steinhardt | 1 | -12/+22 |
| 2024-10-02 | reftable/merged: handle allocation failures in `merged_table_init_iter()` | Patrick Steinhardt | 2 | -5/+11 |
| 2024-10-02 | reftable/writer: handle allocation failures in `reftable_new_writer()` | Patrick Steinhardt | 1 | -3/+5 |
| 2024-10-02 | reftable/basics: handle allocation failures in `parse_names()` | Patrick Steinhardt | 1 | -5/+6 |
| 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 | Merge branch 'ps/reftable-exclude' into ps/reftable-alloc-failures | Junio C Hamano | 6 | -179/+348 |
| 2024-09-16 | Merge branch 'cp/unit-test-reftable-stack' into ps/reftable-alloc-failures | 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 |