aboutsummaryrefslogtreecommitdiffstats
path: root/refs (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-09-24refs/reftable: introduce "reftable.lockTimeout"Patrick Steinhardt1-0/+8
2024-09-23Merge branch 'ps/environ-wo-the-repository'Junio C Hamano2-21/+33
2024-09-16Merge branch 'ps/reftable-exclude' into ps/reftable-alloc-failuresJunio C Hamano1-3/+130
2024-09-16refs/reftable: wire up support for exclude patternsPatrick Steinhardt1-3/+130
2024-09-12Merge branch 'ps/pack-refs-auto-heuristics'Junio C Hamano3-0/+90
2024-09-12environment: stop storing "core.preferSymlinkRefs" globallyPatrick Steinhardt1-1/+4
2024-09-12environment: stop storing "core.logAllRefUpdates" globallyPatrick Steinhardt2-6/+10
2024-09-12refs: stop modifying global `log_all_ref_updates` variablePatrick Steinhardt2-16/+19
2024-09-12environment: guard state depending on a repositoryPatrick Steinhardt1-0/+2
2024-09-04refs/files: use heuristic to decide whether to repack with `--auto`Patrick Steinhardt3-0/+90
2024-08-30refs/files-backend: work around -Wunused-parameterJunio C Hamano1-2/+5
2024-08-26Merge branch 'jk/mark-unused-parameters'Junio C Hamano2-11/+11
2024-08-26Merge branch 'jk/drop-unused-parameters'Junio C Hamano1-5/+3
2024-08-23Merge branch 'ps/config-wo-the-repository'Junio C Hamano2-0/+4
2024-08-17reftable: mark unused parameters in virtual functionsJeff King1-7/+7
2024-08-17refs: mark unused parameters in ref_store fsck callbacksJeff King2-4/+4
2024-08-17refs: drop some unused parameters from create_symref_lock()Jeff King1-5/+3
2024-08-16Merge branch 'sj/ref-fsck'Junio C Hamano5-1/+147
2024-08-15Merge branch 'jc/refs-symref-referent'Junio C Hamano6-7/+31
2024-08-14Merge branch 'ss/packed-ref-store-leakfix'Junio C Hamano1-0/+1
2024-08-13global: prepare for hiding away repo-less config functionsPatrick Steinhardt2-0/+4
2024-08-09refs: add referent to each_ref_fnJohn Cai2-2/+2
2024-08-09refs: keep track of unresolved reference value in iteratorsJohn Cai6-5/+30
2024-08-08fsck: add ref name check for files backendshejialuo1-0/+31
2024-08-08files-backend: add unified interface for refs scanningshejialuo1-1/+72
2024-08-08refs: set up ref consistency check infrastructureshejialuo5-1/+45
2024-08-05refs/files: prevent memory leak by freeing packed_ref_storeSven Strickroth1-0/+1
2024-07-30refs/reftable: stop using `the_repository`Patrick Steinhardt1-25/+26
2024-07-30refs/packed: stop using `the_repository`Patrick Steinhardt1-8/+6
2024-07-30refs/files: stop using `the_repository`Patrick Steinhardt1-5/+3
2024-07-30refs/files: stop using `the_repository` in `parse_loose_ref_contents()`Patrick Steinhardt2-10/+14
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano4-21/+36
2024-06-20Merge branch 'kn/update-ref-symref'Junio C Hamano3-11/+29
2024-06-17Merge branch 'ps/no-writable-strings'Junio C Hamano1-12/+16
2024-06-17Merge branch 'ps/ref-storage-migration'Junio C Hamano5-15/+188
2024-06-14hash-ll: merge with "hash.h"Patrick Steinhardt1-1/+1
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt3-0/+6
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt3-20/+29
2024-06-13Merge branch 'ps/ref-storage-migration' into ps/use-the-repositoryJunio C Hamano5-15/+188
2024-06-07refs/reftable: stop micro-optimizing refname allocations on copyPatrick Steinhardt1-12/+16
2024-06-07reftable: pick either 'oid' or 'target' for new updatesKarthik Nayak1-2/+3
2024-06-07refs: specify error for regular refs with `old_target`Karthik Nayak2-6/+18
2024-06-07refs: create and use `ref_update_expects_existing_old_ref()`Karthik Nayak3-3/+8
2024-06-06refs: implement removal of ref storagesPatrick Steinhardt4-0/+136
2024-06-06refs/files: fix NULL pointer deref when releasing ref storePatrick Steinhardt1-0/+2
2024-06-06refs/files: extract function to iterate through root refsPatrick Steinhardt1-9/+42
2024-06-06refs/files: refactor `add_pseudoref_and_head_entries()`Patrick Steinhardt1-9/+6
2024-06-06refs: allow to skip creation of reflog entriesPatrick Steinhardt2-1/+6
2024-05-30Merge branch 'ps/refs-without-the-repository-updates'Junio C Hamano8-111/+141
2024-05-30Merge branch 'ps/reftable-reusable-iterator'Junio C Hamano1-27/+21