summaryrefslogtreecommitdiffstats
path: root/refs
AgeCommit message (Expand)AuthorLines
2024-06-06refs: allow to skip creation of reflog entriesPatrick Steinhardt-1/+6
2024-05-30Merge branch 'ps/refs-without-the-repository-updates'Junio C Hamano-111/+141
2024-05-30Merge branch 'ps/reftable-reusable-iterator'Junio C Hamano-27/+21
2024-05-30Merge branch 'ps/reftable-write-options'Junio C Hamano-4/+45
2024-05-28Merge branch 'ps/pseudo-ref-terminology'Junio C Hamano-4/+2
2024-05-23Merge branch 'it/refs-name-conflict'Junio C Hamano-1/+3
2024-05-23Merge branch 'kn/ref-transaction-symref' into kn/update-ref-symrefJunio C Hamano-236/+209
2024-05-23Merge branch 'ps/pseudo-ref-terminology' into ps/ref-storage-migrationJunio C Hamano-4/+2
2024-05-23Merge branch 'ps/refs-without-the-repository-updates' into ps/ref-storage-mig...Junio C Hamano-111/+141
2024-05-20Merge branch 'kn/ref-transaction-symref'Junio C Hamano-255/+209
2024-05-17refs/packed: remove references to `the_hash_algo`Patrick Steinhardt-12/+20
2024-05-17refs/files: remove references to `the_hash_algo`Patrick Steinhardt-2/+2
2024-05-17refs/files: use correct repositoryPatrick Steinhardt-10/+13
2024-05-17refs: pass repo when peeling objectsPatrick Steinhardt-11/+8
2024-05-17refs: move object peeling into "object.c"Patrick Steinhardt-34/+0
2024-05-17refs: convert iteration over replace refs to accept ref storePatrick Steinhardt-6/+5
2024-05-17refs: pass repo when retrieving submodule ref storePatrick Steinhardt-1/+1
2024-05-17refs: implement releasing ref storagesPatrick Steinhardt-0/+57
2024-05-17refs: rename `init_db` callback to avoid confusionPatrick Steinhardt-23/+23
2024-05-17refs: adjust names for `init` and `init_db` callbacksPatrick Steinhardt-16/+16
2024-05-15refs: classify HEAD as a root refPatrick Steinhardt-4/+2
2024-05-15refs: do not check ref existence in `is_root_ref()`Patrick Steinhardt-3/+3
2024-05-15refs: rename `is_pseudoref()` to `is_root_ref()`Patrick Steinhardt-2/+2
2024-05-13reftable/stack: provide convenience functions to create iteratorsPatrick Steinhardt-27/+21
2024-05-13refs/reftable: allow configuring geometric factorPatrick Steinhardt-0/+5
2024-05-13refs/reftable: allow disabling writing the object indexPatrick Steinhardt-0/+2
2024-05-13refs/reftable: allow configuring restart intervalPatrick Steinhardt-0/+5
2024-05-13refs/reftable: allow configuring block sizePatrick Steinhardt-1/+30
2024-05-13reftable: pass opts as constant pointerPatrick Steinhardt-3/+3
2024-05-08Merge branch 'ps/reftable-write-optim'Junio C Hamano-22/+53
2024-05-07refs: remove `create_symref` and associated dead codeKarthik Nayak-172/+0
2024-05-07refs: add support for transactional symref updatesKarthik Nayak-38/+162
2024-05-07refs: move `original_update_refname` to 'refs.c'Karthik Nayak-33/+17
2024-05-07files-backend: extract out `create_symref_lock()`Karthik Nayak-14/+37
2024-05-07refs: accept symref values in `ref_transaction_update()`Karthik Nayak-8/+22
2024-05-06refs: return conflict error when checking packed refsIvan Tse-1/+3
2024-04-09Merge branch 'ps/pack-refs-auto'Junio C Hamano-2/+9
2024-04-08refs/reftable: don't recompute committer identPatrick Steinhardt-18/+34
2024-04-08reftable: remove name checksPatrick Steinhardt-5/+0
2024-04-08refs/reftable: skip duplicate name checksPatrick Steinhardt-0/+5
2024-04-08refs/reftable: perform explicit D/F check when writing symrefsPatrick Steinhardt-3/+17
2024-04-08refs/reftable: fix D/F conflict error message on ref copyPatrick Steinhardt-1/+2
2024-04-08reftable/stack: add env to disable autocompactionJustin Tobler-0/+3
2024-04-05Merge branch 'ps/pack-refs-auto' into jt/reftable-geometric-compactionJunio C Hamano-2/+9
2024-03-25refs/reftable: expose auto compaction via new flagPatrick Steinhardt-1/+4
2024-03-25refs/reftable: print errors on compaction failurePatrick Steinhardt-1/+5
2024-03-21Merge branch 'ps/reftable-reflog-iteration-perf'Junio C Hamano-36/+16
2024-03-14Merge branch 'ps/reftable-iteration-perf-part2'Junio C Hamano-2/+4
2024-03-07Merge branch 'ps/reftable-repo-init-fix'Junio C Hamano-0/+1
2024-03-05Merge branch 'kn/for-all-refs'Junio C Hamano-38/+106