aboutsummaryrefslogtreecommitdiffstats
path: root/refs/refs-internal.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-19refs: add a generic 'optimize' APIMeet Soni1-0/+3
2025-08-21Merge branch 'ps/reflog-migrate-fixes'Junio C Hamano1-1/+2
2025-08-06refs: stop unsetting REF_HAVE_OLD for log-only updatesPatrick Steinhardt1-1/+2
2025-07-15refs: selectively set prefix in the seek functionsKarthik Nayak1-3/+4
2025-07-15refs: expose `ref_iterator` via 'refs.h'Karthik Nayak1-143/+2
2025-04-08refs: support rejection in batch updates during F/D checksKarthik Nayak1-0/+16
2025-04-08refs: implement batch reference update supportKarthik Nayak1-0/+26
2025-04-08refs: introduce enum-based transaction error typesKarthik Nayak1-2/+3
2025-04-08refs/files: remove duplicate duplicates checkKarthik Nayak1-8/+0
2025-04-08refs: move duplicate refname update check to generic layerKarthik Nayak1-0/+2
2025-03-12refs/iterator: provide infrastructure to re-seek iteratorsPatrick Steinhardt1-0/+24
2025-03-12refs/iterator: separate lifecycle from iterationPatrick Steinhardt1-20/+9
2025-01-22refs: use 'uint64_t' for 'ref_update.index'Karthik Nayak1-2/+2
2025-01-17Merge branch 'kn/reflog-migration-fix' into kn/reflog-migration-fix-followupJunio C Hamano1-0/+1
2025-01-15reftable: write correct max_update_index to headerKarthik Nayak1-0/+1
2024-12-23Merge branch 'kn/reflog-migration'Junio C Hamano1-0/+9
2024-12-19Merge branch 'bf/set-head-symref'Junio C Hamano1-0/+5
2024-12-16refs: add `committer_info` to `ref_transaction_add_update()`Karthik Nayak1-0/+1
2024-12-16refs: add `index` field to `struct ref_udpate`Karthik Nayak1-0/+7
2024-12-16refs: include committer info in `ref_update` structKarthik Nayak1-0/+1
2024-12-04Merge branch 'sj/ref-contents-check'Junio C Hamano1-2/+3
2024-11-25refs: standardize output of refs_read_symbolic_refBence Ferdinandy1-0/+5
2024-11-21ref: add more strict checks for regular refsshejialuo1-1/+1
2024-11-21ref: support multiple worktrees check for refsshejialuo1-1/+2
2024-11-21refs: introduce "initial" transaction flagPatrick Steinhardt1-1/+0
2024-11-21refs: allow passing flags when setting up a transactionPatrick Steinhardt1-0/+1
2024-08-16Merge branch 'sj/ref-fsck'Junio C Hamano1-0/+6
2024-08-15Merge branch 'jc/refs-symref-referent'Junio C Hamano1-0/+1
2024-08-09refs: keep track of unresolved reference value in iteratorsJohn Cai1-0/+1
2024-08-08refs: set up ref consistency check infrastructureshejialuo1-0/+6
2024-07-30refs/files: stop using `the_repository` in `parse_loose_ref_contents()`Patrick Steinhardt1-1/+2
2024-06-20Merge branch 'kn/update-ref-symref'Junio C Hamano1-0/+6
2024-06-07refs: create and use `ref_update_expects_existing_old_ref()`Karthik Nayak1-0/+6
2024-06-06refs: implement removal of ref storagesPatrick Steinhardt1-0/+7
2024-05-23Merge branch 'ps/refs-without-the-repository-updates' into ps/ref-storage-mig...Junio C Hamano1-42/+12
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 Steinhardt1-3/+2
2024-05-17refs: pass repo when retrieving submodule ref storePatrick Steinhardt1-1/+1
2024-05-17refs: implement releasing ref storagesPatrick Steinhardt1-0/+5
2024-05-17refs: rename `init_db` callback to avoid confusionPatrick Steinhardt1-4/+4
2024-05-07refs: remove `create_symref` and associated dead codeKarthik Nayak1-5/+0
2024-05-07refs: add support for transactional symref updatesKarthik Nayak1-0/+16
2024-05-07refs: move `original_update_refname` to 'refs.c'Karthik Nayak1-0/+5
2024-05-07refs: accept symref values in `ref_transaction_update()`Karthik Nayak1-0/+14
2024-03-05Merge branch 'kn/for-all-refs'Junio C Hamano1-0/+6
2024-02-23refs: introduce `refs_for_each_include_root_refs()`Karthik Nayak1-0/+6
2024-02-21refs: always treat iterators as orderedPatrick Steinhardt1-16/+2
2024-02-21refs/files: sort merged worktree and common reflogsPatrick Steinhardt1-0/+9
2024-02-07refs: introduce reftable backendPatrick Steinhardt1-0/+1
2024-01-08refs: prepare `refs_init_db()` for initializing worktree refsPatrick Steinhardt1-1/+3