summaryrefslogtreecommitdiff
path: root/refs
AgeCommit message (Expand)AuthorFilesLines
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano4-21/+36
2024-06-20Merge branch 'kn/update-ref-symref'Junio C Hamano3-11/+29
2024-06-17Merge branch 'ps/no-writable-strings'Junio C Hamano1-12/+16
2024-06-17Merge branch 'ps/ref-storage-migration'Junio C Hamano5-15/+188
2024-06-14hash-ll: merge with "hash.h"Patrick Steinhardt1-1/+1
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt3-0/+6
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt3-20/+29
2024-06-13Merge branch 'ps/ref-storage-migration' into ps/use-the-repositoryJunio C Hamano5-15/+188
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 Nayak2-6/+18
2024-06-07refs: create and use `ref_update_expects_existing_old_ref()`Karthik Nayak3-3/+8
2024-06-06refs: implement removal of ref storagesPatrick Steinhardt4-0/+136
2024-06-06refs/files: fix NULL pointer deref when releasing ref storePatrick Steinhardt1-0/+2
2024-06-06refs/files: extract function to iterate through root refsPatrick Steinhardt1-9/+42
2024-06-06refs/files: refactor `add_pseudoref_and_head_entries()`Patrick Steinhardt1-9/+6
2024-06-06refs: allow to skip creation of reflog entriesPatrick Steinhardt2-1/+6
2024-05-30Merge branch 'ps/refs-without-the-repository-updates'Junio C Hamano8-111/+141
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 Hamano2-4/+2
2024-05-23Merge branch 'it/refs-name-conflict'Junio C Hamano1-1/+3
2024-05-23Merge branch 'kn/ref-transaction-symref' into kn/update-ref-symrefJunio C Hamano5-235/+208
2024-05-23Merge branch 'ps/pseudo-ref-terminology' into ps/ref-storage-migrationJunio C Hamano2-4/+2
2024-05-23Merge branch 'ps/refs-without-the-repository-updates' into ps/ref-storage-mig...Junio C Hamano8-111/+141
2024-05-20Merge branch 'kn/ref-transaction-symref'Junio C Hamano5-254/+208
2024-05-17refs/packed: remove references to `the_hash_algo`Patrick Steinhardt1-12/+20
2024-05-17refs/files: remove references to `the_hash_algo`Patrick Steinhardt1-2/+2
2024-05-17refs/files: use correct repositoryPatrick Steinhardt1-10/+13
2024-05-17refs: pass repo when peeling objectsPatrick Steinhardt3-11/+8
2024-05-17refs: move object peeling into "object.c"Patrick Steinhardt1-34/+0
2024-05-17refs: convert iteration over replace refs to accept ref storePatrick Steinhardt2-6/+5
2024-05-17refs: pass repo when retrieving submodule ref storePatrick Steinhardt1-1/+1
2024-05-17refs: implement releasing ref storagesPatrick Steinhardt5-0/+57
2024-05-17refs: rename `init_db` callback to avoid confusionPatrick Steinhardt5-23/+23
2024-05-17refs: adjust names for `init` and `init_db` callbacksPatrick Steinhardt3-16/+16
2024-05-15refs: classify HEAD as a root refPatrick Steinhardt2-4/+2
2024-05-15refs: do not check ref existence in `is_root_ref()`Patrick Steinhardt2-3/+3
2024-05-15refs: rename `is_pseudoref()` to `is_root_ref()`Patrick Steinhardt2-2/+2
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 Nayak5-172/+0
2024-05-07refs: add support for transactional symref updatesKarthik Nayak3-37/+161
2024-05-07refs: move `original_update_refname` to 'refs.c'Karthik Nayak3-33/+17
2024-05-07files-backend: extract out `create_symref_lock()`Karthik Nayak1-14/+37