summaryrefslogtreecommitdiff
path: root/refs/packed-backend.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-11-17refs: remove `delete_refs` callback from backendsPatrick Steinhardt1-7/+0
2023-11-17refs: deduplicate code to delete referencesPatrick Steinhardt1-44/+1
2023-07-21Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano1-22/+182
2023-07-10refs/packed-backend.c: add trace2 counters for jump listTaylor Blau1-0/+2
2023-07-10refs/packed-backend.c: implement jump lists to avoid excluded pattern(s)Taylor Blau1-6/+157
2023-07-10refs/packed-backend.c: refactor `find_reference_location()`Taylor Blau1-16/+22
2023-07-10refs: plumb `exclude_patterns` argument throughoutTaylor Blau1-2/+3
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-1/+1
2023-06-21statinfo: move stat_{data,validity} functions from cache/read-cacheElijah Newren1-0/+1
2023-06-13Merge branch 'jc/pack-ref-exclude-include'Junio C Hamano1-1/+1
2023-05-12pack-refs: teach --exclude option to exclude refs from being packedJohn Cai1-1/+1
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano1-0/+1
2023-05-02Merge branch 'tb/ban-strtok'Junio C Hamano1-1/+1
2023-04-24string-list: multi-delimiter `string_list_split_in_place()`Taylor Blau1-1/+1
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren1-0/+1
2023-04-11treewide: remove double forward declaration of read_in_fullElijah Newren1-0/+1
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren1-1/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-1/+2
2023-01-02Merge branch 'ps/fsync-refs-fix'Junio C Hamano1-1/+2
2022-12-25refs: fix corruption by not correctly syncing packed-refs to diskPatrick Steinhardt1-1/+2