aboutsummaryrefslogtreecommitdiff
path: root/refs/reftable-backend.c
AgeCommit message (Expand)Author
2024-09-12environment: stop storing "core.logAllRefUpdates" globallyPatrick Steinhardt
2024-09-12refs: stop modifying global `log_all_ref_updates` variablePatrick Steinhardt
2024-08-26Merge branch 'jk/mark-unused-parameters'Junio C Hamano
2024-08-23Merge branch 'ps/config-wo-the-repository'Junio C Hamano
2024-08-17reftable: mark unused parameters in virtual functionsJeff King
2024-08-17refs: mark unused parameters in ref_store fsck callbacksJeff King
2024-08-16Merge branch 'sj/ref-fsck'Junio C Hamano
2024-08-15Merge branch 'jc/refs-symref-referent'Junio C Hamano
2024-08-13global: prepare for hiding away repo-less config functionsPatrick Steinhardt
2024-08-09refs: keep track of unresolved reference value in iteratorsJohn Cai
2024-08-08refs: set up ref consistency check infrastructureshejialuo
2024-07-30refs/reftable: stop using `the_repository`Patrick Steinhardt
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano
2024-06-20Merge branch 'kn/update-ref-symref'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-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt
2024-06-13Merge branch 'ps/ref-storage-migration' into ps/use-the-repositoryJunio C Hamano
2024-06-07refs/reftable: stop micro-optimizing refname allocations on copyPatrick Steinhardt
2024-06-07reftable: pick either 'oid' or 'target' for new updatesKarthik Nayak
2024-06-07refs: specify error for regular refs with `old_target`Karthik Nayak
2024-06-07refs: create and use `ref_update_expects_existing_old_ref()`Karthik Nayak
2024-06-06refs: implement removal of ref storagesPatrick Steinhardt
2024-06-06refs: allow to skip creation of reflog entriesPatrick Steinhardt
2024-05-30Merge branch 'ps/refs-without-the-repository-updates'Junio C Hamano
2024-05-30Merge branch 'ps/reftable-reusable-iterator'Junio C Hamano
2024-05-30Merge branch 'ps/reftable-write-options'Junio C Hamano
2024-05-28Merge branch 'ps/pseudo-ref-terminology'Junio C Hamano
2024-05-23Merge branch 'kn/ref-transaction-symref' into kn/update-ref-symrefJunio C Hamano
2024-05-23Merge branch 'ps/pseudo-ref-terminology' into ps/ref-storage-migrationJunio C Hamano
2024-05-23Merge branch 'ps/refs-without-the-repository-updates' into ps/ref-storage-mig...Junio C Hamano
2024-05-20Merge branch 'kn/ref-transaction-symref'Junio C Hamano
2024-05-17refs: pass repo when peeling objectsPatrick Steinhardt
2024-05-17refs: implement releasing ref storagesPatrick Steinhardt
2024-05-17refs: rename `init_db` callback to avoid confusionPatrick Steinhardt
2024-05-15refs: classify HEAD as a root refPatrick Steinhardt
2024-05-15refs: do not check ref existence in `is_root_ref()`Patrick Steinhardt
2024-05-15refs: rename `is_pseudoref()` to `is_root_ref()`Patrick Steinhardt
2024-05-13reftable/stack: provide convenience functions to create iteratorsPatrick Steinhardt
2024-05-13refs/reftable: allow configuring geometric factorPatrick Steinhardt
2024-05-13refs/reftable: allow disabling writing the object indexPatrick Steinhardt
2024-05-13refs/reftable: allow configuring restart intervalPatrick Steinhardt
2024-05-13refs/reftable: allow configuring block sizePatrick Steinhardt
2024-05-13reftable: pass opts as constant pointerPatrick Steinhardt
2024-05-08Merge branch 'ps/reftable-write-optim'Junio C Hamano
2024-05-07refs: remove `create_symref` and associated dead codeKarthik Nayak
2024-05-07refs: add support for transactional symref updatesKarthik Nayak
2024-05-07refs: move `original_update_refname` to 'refs.c'Karthik Nayak
2024-05-07refs: accept symref values in `ref_transaction_update()`Karthik Nayak