summaryrefslogtreecommitdiff
path: root/refs/refs-internal.h
AgeCommit message (Expand)AuthorFilesLines
2026-06-26refs: move parsing of "core.logAllRefUpdates" back into ref storesPatrick Steinhardt1-6/+0
2026-05-21Merge branch 'kn/refs-generic-helpers'Junio C Hamano1-5/+30
2026-05-05refs: add peeled object ID to the `ref_update` structKarthik Nayak1-0/+14
2026-05-05refs: extract out reflog config to generic layerKarthik Nayak1-0/+6
2026-05-05refs: introduce `ref_store_init_options`Karthik Nayak1-1/+10
2026-05-05refs: remove unused typedef 'ref_transaction_commit_fn'Karthik Nayak1-4/+0
2026-04-08refs: add struct repository parameter in get_files_ref_lock_timeout_ms()Shreyansh Paliwal1-1/+1
2026-03-04Merge branch 'kn/ref-location'Junio C Hamano1-0/+14
2026-02-25refs: receive and use the reference storage payloadKarthik Nayak1-0/+14
2026-01-25refs: skip to next ref when current ref is rejectedKarthik Nayak1-1/+3
2025-11-10refs: add a `optimize_required` field to `struct ref_storage_be`Karthik Nayak1-0/+6
2025-11-04refs: rename 'pack_refs_opts' to 'refs_optimize_opts'Karthik Nayak1-1/+1
2025-11-04refs: move to using the '.optimize' functionsKarthik Nayak1-3/+0
2025-11-04refs: drop infrastructure to peel via iteratorsPatrick Steinhardt1-7/+0
2025-11-04refs: drop `current_ref_iter` hackPatrick Steinhardt1-13/+0
2025-11-04refs: introduce `.ref` field for the base iteratorPatrick Steinhardt1-4/+1
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