aboutsummaryrefslogtreecommitdiffstats
path: root/refs/reftable-backend.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano1-14/+25
2024-06-20Merge branch 'kn/update-ref-symref'Junio C Hamano1-3/+14
2024-06-17Merge branch 'ps/no-writable-strings'Junio C Hamano1-12/+16
2024-06-17Merge branch 'ps/ref-storage-migration'Junio C Hamano1-1/+54
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt1-14/+23
2024-06-13Merge branch 'ps/ref-storage-migration' into ps/use-the-repositoryJunio C Hamano1-1/+54
2024-06-07refs/reftable: stop micro-optimizing refname allocations on copyPatrick Steinhardt1-12/+16
2024-06-07reftable: pick either 'oid' or 'target' for new updatesKarthik Nayak1-2/+3
2024-06-07refs: specify error for regular refs with `old_target`Karthik Nayak1-0/+10
2024-06-07refs: create and use `ref_update_expects_existing_old_ref()`Karthik Nayak1-1/+1
2024-06-06refs: implement removal of ref storagesPatrick Steinhardt1-0/+52
2024-06-06refs: allow to skip creation of reflog entriesPatrick Steinhardt1-1/+2
2024-05-30Merge branch 'ps/refs-without-the-repository-updates'Junio C Hamano1-7/+32
2024-05-30Merge branch 'ps/reftable-reusable-iterator'Junio C Hamano1-27/+21
2024-05-30Merge branch 'ps/reftable-write-options'Junio C Hamano1-4/+45
2024-05-28Merge branch 'ps/pseudo-ref-terminology'Junio C Hamano1-2/+1
2024-05-23Merge branch 'kn/ref-transaction-symref' into kn/update-ref-symrefJunio C Hamano1-121/+62
2024-05-23Merge branch 'ps/pseudo-ref-terminology' into ps/ref-storage-migrationJunio C Hamano1-2/+1
2024-05-23Merge branch 'ps/refs-without-the-repository-updates' into ps/ref-storage-mig...Junio C Hamano1-7/+32
2024-05-20Merge branch 'kn/ref-transaction-symref'Junio C Hamano1-140/+62
2024-05-17refs: pass repo when peeling objectsPatrick Steinhardt1-2/+4
2024-05-17refs: implement releasing ref storagesPatrick Steinhardt1-0/+23
2024-05-17refs: rename `init_db` callback to avoid confusionPatrick Steinhardt1-5/+5
2024-05-15refs: classify HEAD as a root refPatrick Steinhardt1-2/+1
2024-05-15refs: do not check ref existence in `is_root_ref()`Patrick Steinhardt1-1/+1
2024-05-15refs: rename `is_pseudoref()` to `is_root_ref()`Patrick Steinhardt1-1/+1
2024-05-13reftable/stack: provide convenience functions to create iteratorsPatrick Steinhardt1-27/+21
2024-05-13refs/reftable: allow configuring geometric factorPatrick Steinhardt1-0/+5
2024-05-13refs/reftable: allow disabling writing the object indexPatrick Steinhardt1-0/+2
2024-05-13refs/reftable: allow configuring restart intervalPatrick Steinhardt1-0/+5
2024-05-13refs/reftable: allow configuring block sizePatrick Steinhardt1-1/+30
2024-05-13reftable: pass opts as constant pointerPatrick Steinhardt1-3/+3
2024-05-08Merge branch 'ps/reftable-write-optim'Junio C Hamano1-22/+53
2024-05-07refs: remove `create_symref` and associated dead codeKarthik Nayak1-86/+0
2024-05-07refs: add support for transactional symref updatesKarthik Nayak1-17/+54
2024-05-07refs: move `original_update_refname` to 'refs.c'Karthik Nayak1-17/+7
2024-05-07refs: accept symref values in `ref_transaction_update()`Karthik Nayak1-2/+2
2024-04-09Merge branch 'ps/pack-refs-auto'Junio C Hamano1-2/+9
2024-04-08refs/reftable: don't recompute committer identPatrick Steinhardt1-18/+34
2024-04-08reftable: remove name checksPatrick Steinhardt1-5/+0
2024-04-08refs/reftable: skip duplicate name checksPatrick Steinhardt1-0/+5
2024-04-08refs/reftable: perform explicit D/F check when writing symrefsPatrick Steinhardt1-3/+17
2024-04-08refs/reftable: fix D/F conflict error message on ref copyPatrick Steinhardt1-1/+2
2024-04-08reftable/stack: add env to disable autocompactionJustin Tobler1-0/+3
2024-04-05Merge branch 'ps/pack-refs-auto' into jt/reftable-geometric-compactionJunio C Hamano1-2/+9
2024-03-25refs/reftable: expose auto compaction via new flagPatrick Steinhardt1-1/+4
2024-03-25refs/reftable: print errors on compaction failurePatrick Steinhardt1-1/+5
2024-03-21Merge branch 'ps/reftable-reflog-iteration-perf'Junio C Hamano1-36/+16
2024-03-14Merge branch 'ps/reftable-iteration-perf-part2'Junio C Hamano1-2/+4