aboutsummaryrefslogtreecommitdiffstats
path: root/refs/packed-backend.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2024-11-21refs: introduce "initial" transaction flagPatrick Steinhardt1-8/+0
2024-09-12Merge branch 'ps/pack-refs-auto-heuristics'Junio C Hamano1-0/+18
2024-09-04refs/files: use heuristic to decide whether to repack with `--auto`Patrick Steinhardt1-0/+18
2024-08-26Merge branch 'jk/mark-unused-parameters'Junio C Hamano1-2/+2
2024-08-23Merge branch 'ps/config-wo-the-repository'Junio C Hamano1-0/+2
2024-08-17refs: mark unused parameters in ref_store fsck callbacksJeff King1-2/+2
2024-08-16Merge branch 'sj/ref-fsck'Junio C Hamano1-0/+8
2024-08-13global: prepare for hiding away repo-less config functionsPatrick Steinhardt1-0/+2
2024-08-08refs: set up ref consistency check infrastructureshejialuo1-0/+8
2024-07-30refs/packed: stop using `the_repository`Patrick Steinhardt1-8/+6
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt1-3/+3
2024-06-06refs: implement removal of ref storagesPatrick Steinhardt1-0/+15
2024-05-23Merge branch 'ps/refs-without-the-repository-updates' into ps/ref-storage-mig...Junio C Hamano1-25/+42
2024-05-17refs/packed: remove references to `the_hash_algo`Patrick Steinhardt1-12/+20
2024-05-17refs: pass repo when peeling objectsPatrick Steinhardt1-5/+3
2024-05-17refs: implement releasing ref storagesPatrick Steinhardt1-0/+11
2024-05-17refs: rename `init_db` callback to avoid confusionPatrick Steinhardt1-4/+4
2024-05-17refs: adjust names for `init` and `init_db` callbacksPatrick Steinhardt1-8/+8
2024-05-07refs: remove `create_symref` and associated dead codeKarthik Nayak1-1/+0
2024-02-21refs: always treat iterators as orderedPatrick Steinhardt1-1/+1
2024-01-26Merge branch 'ps/worktree-refdb-initialization'Junio C Hamano1-0/+1
2024-01-16Merge branch 'ps/refstorage-extension'Junio C Hamano1-1/+0
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano1-1/+0
2024-01-08refs: prepare `refs_init_db()` for initializing worktree refsPatrick Steinhardt1-0/+1
2024-01-02refs: refactor logic to look up storage backendsPatrick Steinhardt1-1/+0