aboutsummaryrefslogtreecommitdiff
path: root/refs/packed-backend.c
AgeCommit message (Expand)Author
2026-03-09Merge branch 'ps/refs-for-each'Junio C Hamano
2026-03-04Merge branch 'kn/ref-location'Junio C Hamano
2026-02-25refs: receive and use the reference storage payloadKarthik Nayak
2026-02-23refs: rename `do_for_each_ref_flags`Patrick Steinhardt
2026-01-25refs: skip to next ref when current ref is rejectedKarthik Nayak
2025-11-21Merge branch 'kn/maintenance-is-needed'Junio C Hamano
2025-11-19Merge branch 'ps/ref-peeled-tags-fixes'Junio C Hamano
2025-11-10refs: add a `optimize_required` field to `struct ref_storage_be`Karthik Nayak
2025-11-06object: fix performance regression when peeling tagsPatrick Steinhardt
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: don't store peeled object IDs for invalid tagsPatrick Steinhardt
2025-11-04object: add flag to `peel_object()` to verify object typePatrick Steinhardt
2025-11-04refs: drop infrastructure to peel via iteratorsPatrick Steinhardt
2025-11-04refs: expose peeled object ID via the iteratorPatrick Steinhardt
2025-11-04refs: fully reset `struct ref_iterator::ref` on iterationPatrick Steinhardt
2025-11-04refs: introduce `.ref` field for the base iteratorPatrick Steinhardt
2025-08-04Merge branch 'ps/config-wo-the-repository'Junio C Hamano
2025-07-23config: drop `git_config_get_int()` wrapperPatrick Steinhardt
2025-07-15refs: selectively set prefix in the seek functionsKarthik Nayak
2025-05-14packed-backend: mmap large "packed-refs" file during fsckshejialuo
2025-05-14packed-backend: extract snapshot allocation in `load_contents`shejialuo
2025-05-14packed-backend: fsck should warn when "packed-refs" file is emptyshejialuo
2025-04-17Merge branch 'ps/refname-avail-check-optim'Junio C Hamano
2025-04-16Merge branch 'kn/non-transactional-batch-updates'Junio C Hamano
2025-04-09refs/packed: fix BUG when seeking refs with UTF-8 charactersPatrick Steinhardt
2025-04-08refs: implement batch reference update supportKarthik Nayak
2025-04-08refs: introduce enum-based transaction error typesKarthik Nayak
2025-04-08refs: move duplicate refname update check to generic layerKarthik Nayak
2025-03-29Merge branch 'ps/refname-avail-check-optim'Junio C Hamano
2025-03-12refs/iterator: implement seeking for packed-ref iteratorsPatrick Steinhardt
2025-03-12refs/iterator: separate lifecycle from iterationPatrick Steinhardt
2025-02-27packed-backend: check whether the "packed-refs" is sortedshejialuo
2025-02-27packed-backend: add "packed-refs" entry consistency checkshejialuo
2025-02-27packed-backend: check whether the refname contains NUL charactersshejialuo
2025-02-27packed-backend: add "packed-refs" header consistency checkshejialuo
2025-02-27packed-backend: check if header starts with "# pack-refs with: "shejialuo
2025-02-27packed-backend: check whether the "packed-refs" is regular fileshejialuo
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-12-04Merge branch 'sj/ref-contents-check'Junio C Hamano
2024-11-21ref: support multiple worktrees check for refsshejialuo
2024-11-21refs: introduce "initial" transaction flagPatrick Steinhardt
2024-09-12Merge branch 'ps/pack-refs-auto-heuristics'Junio C Hamano
2024-09-04refs/files: use heuristic to decide whether to repack with `--auto`Patrick Steinhardt
2024-08-26Merge branch 'jk/mark-unused-parameters'Junio C Hamano
2024-08-23Merge branch 'ps/config-wo-the-repository'Junio C Hamano
2024-08-17refs: mark unused parameters in ref_store fsck callbacksJeff King
2024-08-16Merge branch 'sj/ref-fsck'Junio C Hamano
2024-08-13global: prepare for hiding away repo-less config functionsPatrick Steinhardt
2024-08-08refs: set up ref consistency check infrastructureshejialuo