summaryrefslogtreecommitdiffstats
path: root/t (follow)
Commit message (Expand)AuthorAgeFilesLines
* t-hashmap: stop calling setup() for t_intern() testJeff King2024-08-201-3/+2
* test-mergesort: mark unused parameters in trivial callbackJeff King2024-08-171-1/+1
* t-hashmap: mark unused parameters in callback functionJeff King2024-08-171-1/+2
* reftable: mark unused parameters in virtual functionsJeff King2024-08-171-1/+1
* unit-tests: ignore unused argc/argvJeff King2024-08-1713-13/+13
* t/helper: mark more unused argv/argc argumentsJeff King2024-08-172-2/+2
* Merge branch 'sj/ref-fsck'Junio C Hamano2024-08-161-0/+92
|\
| * fsck: add ref name check for files backendshejialuo2024-08-081-0/+92
* | Merge branch 'xx/diff-tree-remerge-diff-fix'Junio C Hamano2024-08-151-0/+35
|\ \
| * | diff-tree: fix crash when used with --remerge-diffXing Xin2024-08-091-0/+35
* | | Merge branch 'jc/refs-symref-referent'Junio C Hamano2024-08-151-1/+1
|\ \ \
| * | | refs: add referent to each_ref_fnJohn Cai2024-08-091-1/+1
| | |/ | |/|
* | | Merge branch 'ps/submodule-ref-format'Junio C Hamano2024-08-153-0/+146
|\ \ \
| * | | object: fix leaking packfiles when closing object storePatrick Steinhardt2024-08-081-0/+1
| * | | submodule: fix leaking seen submodule namesPatrick Steinhardt2024-08-082-0/+2
| * | | builtin/submodule: allow "add" to use different ref storage formatPatrick Steinhardt2024-08-081-0/+11
| * | | refs: fix ref storage format for submodule ref storesPatrick Steinhardt2024-08-081-1/+69
| * | | builtin/clone: propagate ref storage format to submodulesPatrick Steinhardt2024-08-081-0/+23
| * | | builtin/submodule: allow cloning with different ref storage formatPatrick Steinhardt2024-08-081-0/+41
* | | | Merge branch 'ag/t7004-modernize'Junio C Hamano2024-08-151-595/+549
|\ \ \ \
| * | | | t7004: make use of write_scriptAbdAlRahman Gad2024-08-081-6/+2
| * | | | t7004: use single quotes instead of double quotesAbdAlRahman Gad2024-08-081-35/+35
| * | | | t7004: begin the test body on the same line as test_expect_successAbdAlRahman Gad2024-08-081-54/+71
| * | | | t7004: description on the same line as test_expect_successAbdAlRahman Gad2024-08-081-166/+83
| * | | | t7004: do not prepare things outside test_expect_successAbdAlRahman Gad2024-08-081-338/+360
| * | | | t7004: use indented here-docAbdAlRahman Gad2024-08-081-19/+19
| * | | | t7004: one command per lineAbdAlRahman Gad2024-08-081-2/+4
| * | | | t7004: remove space after redirect operatorsAbdAlRahman Gad2024-08-081-25/+25
| |/ / /
* | | | Merge branch 'ps/reftable-stack-compaction'Junio C Hamano2024-08-151-7/+14
|\ \ \ \
| * | | | reftable/stack: handle locked tables during auto-compactionPatrick Steinhardt2024-08-081-7/+14
| |/ / /
* | | | Merge branch 'gt/unit-test-hashmap'Junio C Hamano2024-08-153-357/+362
|\ \ \ \
| * | | | t: port helper/test-hashmap.c to unit-tests/t-hashmap.cGhanshyam Thakkar2024-08-063-357/+362
* | | | | Merge branch 'jc/t3206-test-when-finished-fix'Junio C Hamano2024-08-151-26/+26
|\ \ \ \ \
| * | | | | t3206: test_when_finished before dirtying operations, not afterJunio C Hamano2024-08-061-26/+26
| | |/ / / | |/| | |
* | | | | Merge branch 'rs/t-example-simplify'Junio C Hamano2024-08-151-16/+8
|\ \ \ \ \
| * | | | | t-example-decorate: remove test messagesRené Scharfe2024-07-301-16/+8
| | |_|/ / | |/| | |
* | | | | Merge branch 'jc/safe-directory'Junio C Hamano2024-08-151-0/+178
|\ \ \ \ \
| * | | | | safe.directory: setting safe.directory="." allows the "current" directoryJunio C Hamano2024-07-301-0/+64
| * | | | | safe.directory: normalize the configured pathJunio C Hamano2024-07-301-0/+57
| * | | | | safe.directory: normalize the checked pathJunio C Hamano2024-07-301-0/+57
* | | | | | Merge branch 'tb/t7704-deflake'Junio C Hamano2024-08-141-1/+1
|\ \ \ \ \ \
| * | | | | | t/t7704-repack-cruft.sh: avoid failures during long-running testsTaylor Blau2024-08-051-1/+1
* | | | | | | Merge branch 'cp/unit-test-reftable-tree'Junio C Hamano2024-08-142-1/+84
|\ \ \ \ \ \ \
| * | | | | | | t-reftable-tree: improve the test for infix_walk()Chandra Pratap2024-08-041-7/+15
| * | | | | | | t-reftable-tree: add test for non-existent keyChandra Pratap2024-08-041-0/+1
| * | | | | | | t-reftable-tree: split test_tree() into two sub-test functionsChandra Pratap2024-08-041-4/+19
| * | | | | | | t: move reftable/tree_test.c to the unit testing frameworkChandra Pratap2024-08-042-1/+60
* | | | | | | | Merge branch 'kl/test-fixes'Junio C Hamano2024-08-143-6/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | t6421: fix test to work when repo dir contains d0Kyle Lippincott2024-08-051-6/+9
| * | | | | | | | set errno=0 before strtoX callsKyle Lippincott2024-08-052-0/+3
| | |_|_|/ / / / | |/| | | | | |