summaryrefslogtreecommitdiff
path: root/t/helper
AgeCommit message (Expand)Author
2024-08-05set errno=0 before strtoX callsKyle Lippincott
2024-07-15Merge branch 'cp/unit-test-reftable-record'Junio C Hamano
2024-07-15Merge branch 'gt/unit-test-oidmap'Junio C Hamano
2024-07-08Merge branch 'ps/leakfixes-more'Junio C Hamano
2024-07-08Merge branch 'tb/path-filter-fix'Junio C Hamano
2024-07-03t: migrate helper/test-oidmap.c to unit-tests/t-oidmap.cGhanshyam Thakkar
2024-07-02Merge branch 'jk/remote-wo-url'Junio C Hamano
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano
2024-07-02t: move reftable/record_test.c to the unit testing frameworkChandra Pratap
2024-06-25commit-graph: new Bloom filter version that fixes murmur3Taylor Blau
2024-06-25t/helper/test-read-graph: implement `bloom-filters` modeTaylor Blau
2024-06-25t/helper/test-read-graph.c: extract `dump_graph_info()`Taylor Blau
2024-06-24Merge branch 'tb/pseudo-merge-reachability-bitmap'Junio C Hamano
2024-06-20Merge branch 'gt/unit-test-oidtree'Junio C Hamano
2024-06-17Merge branch 'ps/no-writable-strings'Junio C Hamano
2024-06-17Merge branch 'ps/ref-storage-migration'Junio C Hamano
2024-06-14t/helper: remove dependency on `the_repository` in "proc-receive"Patrick Steinhardt
2024-06-14t/helper: fix segfault in "oid-array" command without repositoryPatrick Steinhardt
2024-06-14t/helper: use correct object hash in partial-clone helperPatrick Steinhardt
2024-06-14hash-ll: merge with "hash.h"Patrick Steinhardt
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt
2024-06-14remote: drop checks for zero-url caseJeff King
2024-06-14remote: use strvecs to store remote url/pushurlJeff King
2024-06-13Merge branch 'gt/unit-test-oidtree' into ps/use-the-repositoryJunio C Hamano
2024-06-13Merge branch 'ps/ref-storage-migration' into ps/use-the-repositoryJunio C Hamano
2024-06-12Merge branch 'gt/decorate-unit-test'Junio C Hamano
2024-06-12Merge branch 'cp/reftable-unit-test'Junio C Hamano
2024-06-12t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.cGhanshyam Thakkar
2024-06-11parse-options: fix leaks for users of OPT_FILENAMEPatrick Steinhardt
2024-06-07global: improve const correctness when assigning string constantsPatrick Steinhardt
2024-06-06refs: allow to skip creation of reflog entriesPatrick Steinhardt
2024-05-30Merge branch 'jc/fix-2.45.1-and-friends-for-maint'Junio C Hamano
2024-05-30Merge branch 'gt/unit-test-strcmp-offset'Junio C Hamano
2024-05-30Merge branch 'ps/refs-without-the-repository-updates'Junio C Hamano
2024-05-30t: move reftable/basics_test.c to the unit testing frameworkChandra Pratap
2024-05-28t/: migrate helper/test-example-decorate to the unit testing frameworkGhanshyam Thakkar
2024-05-24Merge branch 'fixes/2.45.1/2.44' into jc/fix-2.45.1-and-friends-for-maintJunio C Hamano
2024-05-24Merge branch 'fixes/2.45.1/2.43' into fixes/2.45.1/2.44Junio C Hamano
2024-05-24Merge branch 'fixes/2.45.1/2.42' into fixes/2.45.1/2.43Junio C Hamano
2024-05-24Merge branch 'fixes/2.45.1/2.41' into fixes/2.45.1/2.42Junio C Hamano
2024-05-24Merge branch 'fixes/2.45.1/2.40' into fixes/2.45.1/2.41Junio C Hamano
2024-05-24Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into fixes/2.45.1/2.40Junio C Hamano
2024-05-24pack-bitmap: implement test helpers for pseudo-mergeTaylor Blau
2024-05-23Merge branch 'ps/refs-without-the-repository-updates' into ps/ref-storage-mig...Junio C Hamano
2024-05-21Revert "Add a helper function to compare file contents"Johannes Schindelin
2024-05-20t/: port helper/test-strcmp-offset.c to unit-tests/t-strcmp-offset.cGhanshyam Thakkar
2024-05-20Merge branch 'kn/ref-transaction-symref'Junio C Hamano
2024-05-17refs: pass repo when peeling objectsPatrick Steinhardt
2024-05-17refs: pass repo when retrieving submodule ref storePatrick Steinhardt