aboutsummaryrefslogtreecommitdiff
path: root/refs/refs-internal.h
AgeCommit message (Expand)Author
2026-03-04Merge branch 'kn/ref-location'Junio C Hamano
2026-02-25refs: receive and use the reference storage payloadKarthik Nayak
2026-01-25refs: skip to next ref when current ref is rejectedKarthik Nayak
2025-11-10refs: add a `optimize_required` field to `struct ref_storage_be`Karthik Nayak
2025-11-04refs: rename 'pack_refs_opts' to 'refs_optimize_opts'Karthik Nayak
2025-11-04refs: move to using the '.optimize' functionsKarthik Nayak
2025-11-04refs: drop infrastructure to peel via iteratorsPatrick Steinhardt
2025-11-04refs: drop `current_ref_iter` hackPatrick Steinhardt
2025-11-04refs: introduce `.ref` field for the base iteratorPatrick Steinhardt
2025-09-19refs: add a generic 'optimize' APIMeet Soni
2025-08-21Merge branch 'ps/reflog-migrate-fixes'Junio C Hamano
2025-08-06refs: stop unsetting REF_HAVE_OLD for log-only updatesPatrick Steinhardt
2025-07-15refs: selectively set prefix in the seek functionsKarthik Nayak
2025-07-15refs: expose `ref_iterator` via 'refs.h'Karthik Nayak
2025-04-08refs: support rejection in batch updates during F/D checksKarthik Nayak
2025-04-08refs: implement batch reference update supportKarthik Nayak
2025-04-08refs: introduce enum-based transaction error typesKarthik Nayak
2025-04-08refs/files: remove duplicate duplicates checkKarthik Nayak
2025-04-08refs: move duplicate refname update check to generic layerKarthik Nayak
2025-03-12refs/iterator: provide infrastructure to re-seek iteratorsPatrick Steinhardt
2025-03-12refs/iterator: separate lifecycle from iterationPatrick Steinhardt
2025-01-22refs: use 'uint64_t' for 'ref_update.index'Karthik Nayak
2025-01-17Merge branch 'kn/reflog-migration-fix' into kn/reflog-migration-fix-followupJunio C Hamano
2025-01-15reftable: write correct max_update_index to headerKarthik Nayak
2024-12-23Merge branch 'kn/reflog-migration'Junio C Hamano
2024-12-19Merge branch 'bf/set-head-symref'Junio C Hamano
2024-12-16refs: add `committer_info` to `ref_transaction_add_update()`Karthik Nayak
2024-12-16refs: add `index` field to `struct ref_udpate`Karthik Nayak
2024-12-16refs: include committer info in `ref_update` structKarthik Nayak
2024-12-04Merge branch 'sj/ref-contents-check'Junio C Hamano
2024-11-25refs: standardize output of refs_read_symbolic_refBence Ferdinandy
2024-11-21ref: add more strict checks for regular refsshejialuo
2024-11-21ref: support multiple worktrees check for refsshejialuo
2024-11-21refs: introduce "initial" transaction flagPatrick Steinhardt
2024-11-21refs: allow passing flags when setting up a transactionPatrick Steinhardt
2024-08-16Merge branch 'sj/ref-fsck'Junio C Hamano
2024-08-15Merge branch 'jc/refs-symref-referent'Junio C Hamano
2024-08-09refs: keep track of unresolved reference value in iteratorsJohn Cai
2024-08-08refs: set up ref consistency check infrastructureshejialuo
2024-07-30refs/files: stop using `the_repository` in `parse_loose_ref_contents()`Patrick Steinhardt
2024-06-20Merge branch 'kn/update-ref-symref'Junio C Hamano
2024-06-07refs: create and use `ref_update_expects_existing_old_ref()`Karthik Nayak
2024-06-06refs: implement removal of ref storagesPatrick Steinhardt
2024-05-23Merge branch 'ps/refs-without-the-repository-updates' into ps/ref-storage-mig...Junio C Hamano
2024-05-17refs: move object peeling into "object.c"Patrick Steinhardt
2024-05-17refs: convert iteration over replace refs to accept ref storePatrick Steinhardt
2024-05-17refs: pass repo when retrieving submodule ref storePatrick Steinhardt
2024-05-17refs: implement releasing ref storagesPatrick Steinhardt
2024-05-17refs: rename `init_db` callback to avoid confusionPatrick Steinhardt
2024-05-07refs: remove `create_symref` and associated dead codeKarthik Nayak