summaryrefslogtreecommitdiffstats
path: root/t/t0610-reftable-basics.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ps/leakfixes-part-10'Junio C Hamano2024-12-041-1/+0
|\
| * t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt2024-11-211-1/+0
* | compat/mingw: support POSIX semantics for atomic renamesPatrick Steinhardt2024-11-061-3/+5
|/
* t0610: work around flaky test with concurrent writersPatrick Steinhardt2024-10-041-5/+12
* refs/reftable: reload locked stack when preparing transactionPatrick Steinhardt2024-09-241-0/+31
* refs/reftable: introduce "reftable.lockTimeout"Patrick Steinhardt2024-09-241-0/+27
* reftable/stack: handle locked tables during auto-compactionPatrick Steinhardt2024-08-081-7/+14
* t: mark a bunch of tests as leak-freePatrick Steinhardt2024-05-271-0/+1
* Merge branch 'ps/ci-test-with-jgit'Junio C Hamano2024-05-081-8/+5
|\
| * t0610: fix non-portable variable assignmentPatrick Steinhardt2024-04-121-3/+3
| * t06xx: always execute backend-specific testsPatrick Steinhardt2024-04-121-6/+3
* | Merge branch 'ps/reftable-write-optim'Junio C Hamano2024-05-081-1/+34
|\ \
| * | refs/reftable: perform explicit D/F check when writing symrefsPatrick Steinhardt2024-04-091-1/+1
| * | refs/reftable: fix D/F conflict error message on ref copyPatrick Steinhardt2024-04-091-0/+33
| |/
* | Merge branch 'jt/reftable-geometric-compaction'Junio C Hamano2024-04-161-14/+57
|\ \
| * | reftable/stack: use geometric table compactionJustin Tobler2024-04-081-14/+36
| * | reftable/stack: add env to disable autocompactionJustin Tobler2024-04-081-0/+21
* | | Merge branch 'jc/local-extern-shell-rules'Junio C Hamano2024-04-161-1/+1
|\ \ \
| * | | t0610: local VAR="VAL" fixJunio C Hamano2024-04-061-1/+1
| | |/ | |/|
* | | Merge branch 'ps/t0610-umask-fix'Junio C Hamano2024-04-151-28/+39
|\ \ \ | |_|/ |/| |
| * | t0610: execute git-pack-refs(1) with specified umaskPatrick Steinhardt2024-04-091-6/+14
| * | t0610: make `--shared=` tests reusablePatrick Steinhardt2024-04-091-27/+30
* | | builtin/gc: pack refs when using `git maintenance run --auto`Patrick Steinhardt2024-03-251-1/+1
* | | builtin/gc: forward git-gc(1)'s `--auto` flag when packing refsPatrick Steinhardt2024-03-251-3/+16
* | | builtin/pack-refs: introduce new "--auto" flagPatrick Steinhardt2024-03-251-0/+34
* | | refs/reftable: print errors on compaction failurePatrick Steinhardt2024-03-251-0/+12
* | | reftable/stack: gracefully handle failed auto-compaction due to locksPatrick Steinhardt2024-03-251-0/+20
| |/ |/|
* | t0610: remove unused variable assignmentPatrick Steinhardt2024-03-061-1/+0
* | refs/reftable: don't fail empty transactions in repo without HEADPatrick Steinhardt2024-02-271-0/+13
|/
* refs: introduce reftable backendPatrick Steinhardt2024-02-071-0/+887