Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reftable/basics: merge "publicbasics" into "basics" | Patrick Steinhardt | 2024-10-02 | 1 | -1/+0 |
* | Merge branch 'ps/reftable-exclude' into ps/reftable-alloc-failures | Junio C Hamano | 2024-09-16 | 1 | -4/+4 |
|\ | |||||
| * | reftable/reader: make table iterator reseekable | Patrick Steinhardt | 2024-09-16 | 1 | -0/+1 |
| * | t/unit-tests: introduce reftable library | Patrick Steinhardt | 2024-09-16 | 1 | -0/+1 |
| * | Makefile: stop listing test library objects twice | Patrick Steinhardt | 2024-09-16 | 1 | -4/+2 |
* | | Merge branch 'cp/unit-test-reftable-stack' into ps/reftable-alloc-failures | Junio C Hamano | 2024-09-16 | 1 | -9/+3 |
|\| | |||||
| * | t: move reftable/stack_test.c to the unit testing framework | Chandra Pratap | 2024-09-08 | 1 | -9/+3 |
* | | Merge branch 'gt/unit-test-oid-array' | Junio C Hamano | 2024-09-12 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | t: port helper/test-oid-array.c to unit-tests/t-oid-array.c | Ghanshyam Thakkar | 2024-09-02 | 1 | -1/+1 |
* | | Merge branch 'dh/runtime-prefix-on-zos' | Junio C Hamano | 2024-09-03 | 1 | -0/+8 |
|\ \ | |||||
| * | | exec_cmd: RUNTIME_PREFIX on z/OS systems | D Harithamma | 2024-08-22 | 1 | -0/+8 |
* | | | Merge branch 'cp/unit-test-reftable-block' | Junio C Hamano | 2024-08-29 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | t: move reftable/block_test.c to the unit testing framework | Chandra Pratap | 2024-08-21 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge branch 'ps/reftable-drop-generic' | Junio C Hamano | 2024-08-29 | 1 | -2/+0 |
|\ \ \ | |||||
| * | | | reftable/generic: drop interface | Patrick Steinhardt | 2024-08-22 | 1 | -1/+0 |
| * | | | t/helper: inline `reftable_dump_main()` | Patrick Steinhardt | 2024-08-22 | 1 | -1/+0 |
* | | | | Merge branch 'gt/unit-test-urlmatch-normalization' | Junio C Hamano | 2024-08-28 | 1 | -1/+1 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | t: migrate t0110-urlmatch-normalization to the new framework | Ghanshyam Thakkar | 2024-08-20 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge branch 'cp/unit-test-reftable-readwrite' | Junio C Hamano | 2024-08-23 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | |||||
| * | | t: move reftable/readwrite_test.c to the unit testing framework | Chandra Pratap | 2024-08-13 | 1 | -1/+1 |
| |/ | |||||
* | | Merge branch 'gt/unit-test-hashmap' | Junio C Hamano | 2024-08-15 | 1 | -0/+1 |
|\ \ | |||||
| * | | t: port helper/test-hashmap.c to unit-tests/t-hashmap.c | Ghanshyam Thakkar | 2024-08-06 | 1 | -0/+1 |
* | | | Merge branch 'cp/unit-test-reftable-tree' | Junio C Hamano | 2024-08-14 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | t: move reftable/tree_test.c to the unit testing framework | Chandra Pratap | 2024-08-04 | 1 | -1/+1 |
* | | | | Merge branch 'cp/unit-test-reftable-pq' | Junio C Hamano | 2024-08-14 | 1 | -1/+1 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | t: move reftable/pq_test.c to the unit testing framework | Chandra Pratap | 2024-08-01 | 1 | -1/+1 |
* | | | | Merge branch 'cp/unit-test-reftable-merged' | Junio C Hamano | 2024-07-31 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | t: move reftable/merged_test.c to the unit testing framework | Chandra Pratap | 2024-07-12 | 1 | -1/+1 |
| | |_|/ | |/| | | |||||
* | | | | Makefile: drop -Wno-universal-initializer from SP_EXTRA_FLAGS | Ramsay Jones | 2024-07-18 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | Merge branch 'cp/unit-test-reftable-record' | Junio C Hamano | 2024-07-15 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | t: move reftable/record_test.c to the unit testing framework | Chandra Pratap | 2024-07-02 | 1 | -1/+1 |
* | | | | t: migrate helper/test-oidmap.c to unit-tests/t-oidmap.c | Ghanshyam Thakkar | 2024-07-03 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | Merge branch 'tb/pseudo-merge-reachability-bitmap' | Junio C Hamano | 2024-06-25 | 1 | -0/+1 |
|\ \ \ | |||||
| * | | | pseudo-merge.ch: initial commit | Taylor Blau | 2024-05-24 | 1 | -0/+1 |
* | | | | Merge branch 'gt/unit-test-oidtree' | Junio C Hamano | 2024-06-21 | 1 | -2/+6 |
|\ \ \ \ | |||||
| * | | | | t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.c | Ghanshyam Thakkar | 2024-06-12 | 1 | -2/+6 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'ps/make-append-to-cflags' | Junio C Hamano | 2024-06-21 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | Makefile: add ability to append to CFLAGS and LDFLAGS | Patrick Steinhardt | 2024-06-12 | 1 | -2/+2 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'ps/ref-storage-migration' | Junio C Hamano | 2024-06-18 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | builtin/refs: new command to migrate ref storage formats | Patrick Steinhardt | 2024-06-06 | 1 | -0/+1 |
* | | | | | Merge branch 'ps/check-docs-fix' | Junio C Hamano | 2024-06-18 | 1 | -36/+0 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | Makefile: extract script to lint missing/extraneous manpages | Patrick Steinhardt | 2024-06-06 | 1 | -36/+0 |
* | | | | | Merge branch 'gt/decorate-unit-test' | Junio C Hamano | 2024-06-12 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | t/: migrate helper/test-example-decorate to the unit testing framework | Ghanshyam Thakkar | 2024-05-28 | 1 | -1/+1 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'gt/t-hash-unit-test' | Junio C Hamano | 2024-06-12 | 1 | -0/+1 |
|\ \ \ \ \ | |||||
| * | | | | | t/: migrate helper/test-{sha1, sha256} to unit-tests/t-hash | Ghanshyam Thakkar | 2024-05-29 | 1 | -0/+1 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge branch 'cp/reftable-unit-test' | Junio C Hamano | 2024-06-12 | 1 | -1/+1 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | t: move reftable/basics_test.c to the unit testing framework | Chandra Pratap | 2024-05-30 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge branch 'ps/leakfixes' | Junio C Hamano | 2024-06-06 | 1 | -0/+1 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | strvec: add functions to replace and remove strings | Patrick Steinhardt | 2024-05-27 | 1 | -0/+1 |
| | |/ | |/| |