summaryrefslogtreecommitdiff
path: root/refs/packed-backend.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-25Merge branch 'ch/chdir-notify-drop-name'Junio C Hamano1-4/+3
2026-08-14chdir-notify.h: Removed unused param 'name'Colin Hinton1-4/+3
2026-07-30Merge branch 'rs/tempfile-wo-the-repository'Junio C Hamano1-5/+4
2026-07-16refs/packed: de-globalize handling of "core.packedRefsTimeout"Patrick Steinhardt1-7/+13
2026-07-14use repo_hold_lock_file_for_update{,_mode,_timeout}() with custom reposRené Scharfe1-4/+3
2026-07-14refs/packed: use repo_create_tempfile()René Scharfe1-1/+1
2026-06-26refs: unregister reference stores from "chdir_notify"Patrick Steinhardt1-1/+15
2026-05-05refs: use peeled tag values in reference backendsKarthik Nayak1-4/+2
2026-05-05refs: introduce `ref_store_init_options`Karthik Nayak1-2/+2
2026-03-09Merge branch 'ps/refs-for-each'Junio C Hamano1-4/+4
2026-03-04Merge branch 'kn/ref-location'Junio C Hamano1-0/+5
2026-02-25refs: receive and use the reference storage payloadKarthik Nayak1-0/+5
2026-02-23refs: rename `do_for_each_ref_flags`Patrick Steinhardt1-4/+4
2026-01-25refs: skip to next ref when current ref is rejectedKarthik Nayak1-6/+6
2025-11-21Merge branch 'kn/maintenance-is-needed'Junio C Hamano1-0/+13
2025-11-19Merge branch 'ps/ref-peeled-tags-fixes'Junio C Hamano1-1/+1
2025-11-10refs: add a `optimize_required` field to `struct ref_storage_be`Karthik Nayak1-0/+13
2025-11-06object: fix performance regression when peeling tagsPatrick Steinhardt1-1/+1
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/+3
2025-11-04refs: don't store peeled object IDs for invalid tagsPatrick Steinhardt1-1/+1
2025-11-04object: add flag to `peel_object()` to verify object typePatrick Steinhardt1-3/+2
2025-11-04refs: drop infrastructure to peel via iteratorsPatrick Steinhardt1-23/+1
2025-11-04refs: expose peeled object ID via the iteratorPatrick Steinhardt1-0/+1
2025-11-04refs: fully reset `struct ref_iterator::ref` on iterationPatrick Steinhardt1-1/+2
2025-11-04refs: introduce `.ref` field for the base iteratorPatrick Steinhardt1-23/+23
2025-08-04Merge branch 'ps/config-wo-the-repository'Junio C Hamano1-1/+1
2025-07-23config: drop `git_config_get_int()` wrapperPatrick Steinhardt1-1/+1
2025-07-15refs: selectively set prefix in the seek functionsKarthik Nayak1-6/+11
2025-05-14packed-backend: mmap large "packed-refs" file during fsckshejialuo1-12/+7
2025-05-14packed-backend: extract snapshot allocation in `load_contents`shejialuo1-22/+31
2025-05-14packed-backend: fsck should warn when "packed-refs" file is emptyshejialuo1-0/+9
2025-04-17Merge branch 'ps/refname-avail-check-optim'Junio C Hamano1-2/+2
2025-04-16Merge branch 'kn/non-transactional-batch-updates'Junio C Hamano1-32/+37
2025-04-09refs/packed: fix BUG when seeking refs with UTF-8 charactersPatrick Steinhardt1-2/+2
2025-04-08refs: implement batch reference update supportKarthik Nayak1-2/+25
2025-04-08refs: introduce enum-based transaction error typesKarthik Nayak1-9/+14
2025-04-08refs: move duplicate refname update check to generic layerKarthik Nayak1-24/+1
2025-03-29Merge branch 'ps/refname-avail-check-optim'Junio C Hamano1-37/+55
2025-03-12refs/iterator: implement seeking for packed-ref iteratorsPatrick Steinhardt1-22/+43
2025-03-12refs/iterator: separate lifecycle from iterationPatrick Steinhardt1-15/+12
2025-02-27packed-backend: check whether the "packed-refs" is sortedshejialuo1-16/+100
2025-02-27packed-backend: add "packed-refs" entry consistency checkshejialuo1-1/+121
2025-02-27packed-backend: check whether the refname contains NUL charactersshejialuo1-0/+18
2025-02-27packed-backend: add "packed-refs" header consistency checkshejialuo1-0/+73
2025-02-27packed-backend: check if header starts with "# pack-refs with: "shejialuo1-1/+1
2025-02-27packed-backend: check whether the "packed-refs" is regular fileshejialuo1-4/+48
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-12-04Merge branch 'sj/ref-contents-check'Junio C Hamano1-1/+7
2024-11-21ref: support multiple worktrees check for refsshejialuo1-1/+7