aboutsummaryrefslogtreecommitdiffstats
path: root/t/t0610-reftable-basics.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-24test-lib: teach test_seq the -f optionJeff King1-5/+1
2025-04-16Merge branch 'ps/test-wo-perl-prereq'Junio C Hamano1-3/+2
2025-04-07t: refactor tests depending on Perl to print dataPatrick Steinhardt1-4/+3
2025-04-07t: introduce PERL_TEST_HELPERS prerequisitePatrick Steinhardt1-1/+1
2025-03-07builtin/pack-refs: stop using `the_repository`Usman Akinyemi1-0/+7
2024-12-04Merge branch 'ps/leakfixes-part-10'Junio C Hamano1-1/+0
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-11-06compat/mingw: support POSIX semantics for atomic renamesPatrick Steinhardt1-3/+5
2024-10-04t0610: work around flaky test with concurrent writersPatrick Steinhardt1-5/+12
2024-09-24refs/reftable: reload locked stack when preparing transactionPatrick Steinhardt1-0/+31
2024-09-24refs/reftable: introduce "reftable.lockTimeout"Patrick Steinhardt1-0/+27
2024-08-08reftable/stack: handle locked tables during auto-compactionPatrick Steinhardt1-7/+14
2024-05-27t: mark a bunch of tests as leak-freePatrick Steinhardt1-0/+1
2024-05-08Merge branch 'ps/ci-test-with-jgit'Junio C Hamano1-8/+5
2024-05-08Merge branch 'ps/reftable-write-optim'Junio C Hamano1-1/+34
2024-04-16Merge branch 'jt/reftable-geometric-compaction'Junio C Hamano1-14/+57
2024-04-16Merge branch 'jc/local-extern-shell-rules'Junio C Hamano1-1/+1
2024-04-15Merge branch 'ps/t0610-umask-fix'Junio C Hamano1-28/+39
2024-04-12t0610: fix non-portable variable assignmentPatrick Steinhardt1-3/+3
2024-04-12t06xx: always execute backend-specific testsPatrick Steinhardt1-6/+3
2024-04-09t0610: execute git-pack-refs(1) with specified umaskPatrick Steinhardt1-6/+14
2024-04-09t0610: make `--shared=` tests reusablePatrick Steinhardt1-27/+30
2024-04-08refs/reftable: perform explicit D/F check when writing symrefsPatrick Steinhardt1-1/+1
2024-04-08refs/reftable: fix D/F conflict error message on ref copyPatrick Steinhardt1-0/+33
2024-04-08reftable/stack: use geometric table compactionJustin Tobler1-14/+36
2024-04-08reftable/stack: add env to disable autocompactionJustin Tobler1-0/+21
2024-04-05t0610: local VAR="VAL" fixJunio C Hamano1-1/+1
2024-03-25builtin/gc: pack refs when using `git maintenance run --auto`Patrick Steinhardt1-1/+1
2024-03-25builtin/gc: forward git-gc(1)'s `--auto` flag when packing refsPatrick Steinhardt1-3/+16
2024-03-25builtin/pack-refs: introduce new "--auto" flagPatrick Steinhardt1-0/+34
2024-03-25refs/reftable: print errors on compaction failurePatrick Steinhardt1-0/+12
2024-03-25reftable/stack: gracefully handle failed auto-compaction due to locksPatrick Steinhardt1-0/+20
2024-03-06t0610: remove unused variable assignmentPatrick Steinhardt1-1/+0
2024-02-27refs/reftable: don't fail empty transactions in repo without HEADPatrick Steinhardt1-0/+13
2024-02-07refs: introduce reftable backendPatrick Steinhardt1-0/+887