summaryrefslogtreecommitdiff
path: root/refs/reftable-backend.c
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge branch 'kn/reftable-optimize-reloading'Junio C Hamano1-14/+8
2026-08-25Merge branch 'ch/chdir-notify-drop-name'Junio C Hamano1-4/+3
2026-08-24reftable/stack: rename reftable_stack_new_addition()Karthik Nayak1-2/+2
2026-08-24reftable/stack: remove `REFTABLE_STACK_NEW_ADDITION_RELOAD`Karthik Nayak1-12/+6
2026-08-14chdir-notify.h: Removed unused param 'name'Colin Hinton1-4/+3
2026-07-10reftable: fix quadratic behavior in the presence of tombstonesKristofer Karlsson1-11/+43
2026-07-06Merge branch 'ps/refs-onbranch-fixes'Junio C Hamano1-65/+112
2026-06-26refs/reftable: lazy-load configuration to fix chicken-and-eggPatrick Steinhardt1-61/+85
2026-06-26reftable: split up write optionsPatrick Steinhardt1-11/+18
2026-06-26refs: move parsing of "core.logAllRefUpdates" back into ref storesPatrick Steinhardt1-9/+11
2026-06-26refs: unregister reference stores from "chdir_notify"Patrick Steinhardt1-1/+15
2026-06-11treewide: drop USE_THE_REPOSITORY_VARIABLEPatrick Steinhardt1-3/+1
2026-06-11environment: stop using `the_repository` in `is_bare_repository()`Patrick Steinhardt1-1/+1
2026-05-21Merge branch 'kn/refs-generic-helpers'Junio C Hamano1-32/+8
2026-05-11Merge branch 'sp/refs-reduce-the-repository'Junio C Hamano1-3/+3
2026-05-05refs: use peeled tag values in reference backendsKarthik Nayak1-7/+2
2026-05-05refs: add peeled object ID to the `ref_update` structKarthik Nayak1-3/+3
2026-05-05refs: move object parsing to the generic layerKarthik Nayak1-19/+0
2026-05-05refs: extract out reflog config to generic layerKarthik Nayak1-1/+1
2026-05-05refs: introduce `ref_store_init_options`Karthik Nayak1-2/+2
2026-04-08refs/reftable-backend: drop uses of the_repositoryShreyansh Paliwal1-3/+3
2026-04-02reftable/stack: provide fsync(3p) via system headerPatrick Steinhardt1-6/+0
2026-03-09Merge branch 'ps/refs-for-each'Junio C Hamano1-5/+5
2026-03-04Merge branch 'kn/ref-location'Junio C Hamano1-47/+14
2026-02-25refs: receive and use the reference storage payloadKarthik Nayak1-10/+14
2026-02-25refs: move out stub modification to generic layerKarthik Nayak1-27/+0
2026-02-25refs: extract out `refs_create_refdir_stubs()`Karthik Nayak1-12/+2
2026-02-23refs: rename `do_for_each_ref_flags`Patrick Steinhardt1-5/+5
2026-02-09Merge branch 'kn/ref-batch-output-error-reporting-fix'Junio C Hamano1-3/+2
2026-01-25refs: skip to next ref when current ref is rejectedKarthik Nayak1-3/+2
2026-01-12refs/reftable: introduce generic checks for refsPatrick Steinhardt1-6/+76
2026-01-12refs/reftable: fix consistency checks with worktreesPatrick Steinhardt1-15/+14
2026-01-12refs/reftable: extract function to retrieve backend for worktreePatrick Steinhardt1-27/+43
2026-01-12refs/reftable: adapt includes to become consistentPatrick Steinhardt1-2/+2
2025-11-21Merge branch 'kn/maintenance-is-needed'Junio C Hamano1-0/+25
2025-11-19Merge branch 'ps/ref-peeled-tags-fixes'Junio C Hamano1-1/+1
2025-11-19Merge branch 'kn/refs-optim-cleanup'Junio C Hamano1-11/+4
2025-11-19Merge branch 'ps/ref-peeled-tags'Junio C Hamano1-32/+15
2025-11-10refs: add a `optimize_required` field to `struct ref_storage_be`Karthik Nayak1-0/+25
2025-11-06Merge branch 'pk/reflog-migrate-message-fix'Junio C Hamano1-1/+1
2025-11-06object: fix performance regression when peeling tagsPatrick Steinhardt1-1/+1
2025-11-05refs: add missing space in messagesPeter Krefting1-1/+1
2025-11-04refs: rename 'pack_refs_opts' to 'refs_optimize_opts'Karthik Nayak1-2/+2
2025-11-04refs: move to using the '.optimize' functionsKarthik Nayak1-10/+3
2025-11-04refs: don't store peeled object IDs for invalid tagsPatrick Steinhardt1-1/+2
2025-11-04object: add flag to `peel_object()` to verify object typePatrick Steinhardt1-2/+2
2025-11-04refs: drop infrastructure to peel via iteratorsPatrick Steinhardt1-24/+0
2025-11-04refs: expose peeled object ID via the iteratorPatrick Steinhardt1-0/+5
2025-11-04refs: fully reset `struct ref_iterator::ref` on iterationPatrick Steinhardt1-0/+1
2025-11-04refs: introduce `.ref` field for the base iteratorPatrick Steinhardt1-6/+6