summaryrefslogtreecommitdiff
path: root/refs/packed-backend.c
AgeCommit message (Expand)Author
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
2024-07-30refs/packed: stop using `the_repository`Patrick Steinhardt
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt
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/packed: remove references to `the_hash_algo`Patrick Steinhardt
2024-05-17refs: pass repo when peeling objectsPatrick Steinhardt
2024-05-17refs: implement releasing ref storagesPatrick Steinhardt
2024-05-17refs: rename `init_db` callback to avoid confusionPatrick Steinhardt
2024-05-17refs: adjust names for `init` and `init_db` callbacksPatrick Steinhardt
2024-05-07refs: remove `create_symref` and associated dead codeKarthik Nayak
2024-02-21refs: always treat iterators as orderedPatrick Steinhardt
2024-01-26Merge branch 'ps/worktree-refdb-initialization'Junio C Hamano
2024-01-16Merge branch 'ps/refstorage-extension'Junio C Hamano
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano
2024-01-08refs: prepare `refs_init_db()` for initializing worktree refsPatrick Steinhardt
2024-01-02refs: refactor logic to look up storage backendsPatrick Steinhardt