summaryrefslogtreecommitdiff
path: root/refs
AgeCommit message (Expand)AuthorFilesLines
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
2024-05-07refs: accept symref values in `ref_transaction_update()`Karthik Nayak3-8/+22
2024-05-06refs: return conflict error when checking packed refsIvan Tse1-1/+3
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
2024-03-07Merge branch 'ps/reftable-repo-init-fix'Junio C Hamano1-0/+1
2024-03-05Merge branch 'kn/for-all-refs'Junio C Hamano3-38/+106
2024-03-05refs/reftable: track last log record name via strbufPatrick Steinhardt1-5/+6
2024-03-05reftable/record: convert old and new object IDs to arraysPatrick Steinhardt1-30/+9
2024-03-05refs/reftable: reload correct stack when creating reflog iterPatrick Steinhardt1-1/+1
2024-03-05Merge branch 'ps/reftable-iteration-perf-part2' into ps/reftable-reflog-itera...Junio C Hamano1-2/+4
2024-03-04refs/reftable: precompute prefix lengthPatrick Steinhardt1-2/+4
2024-02-27refs/reftable: don't fail empty transactions in repo without HEADPatrick Steinhardt1-0/+1
2024-02-23for-each-ref: add new option to include root refsKarthik Nayak1-4/+7
2024-02-23refs: introduce `refs_for_each_include_root_refs()`Karthik Nayak2-5/+66
2024-02-23refs: extract out `loose_fill_ref_dir_regular_file()`Karthik Nayak1-29/+33
2024-02-21refs: stop resolving ref corresponding to reflogsPatrick Steinhardt2-14/+4
2024-02-21refs: drop unused params from the reflog iterator callbackPatrick Steinhardt2-14/+2
2024-02-21refs: always treat iterators as orderedPatrick Steinhardt7-46/+20
2024-02-21refs/files: sort merged worktree and common reflogsPatrick Steinhardt4-73/+56
2024-02-21refs/files: sort reflogs returned by the reflog iteratorPatrick Steinhardt1-2/+2
2024-02-07refs/reftable: fix leak when copying reflog failsPatrick Steinhardt1-1/+1
2024-02-07refs: introduce reftable backendPatrick Steinhardt2-0/+2298