summaryrefslogtreecommitdiff
path: root/refs
AgeCommit message (Expand)AuthorFilesLines
2025-06-03Merge branch 'sj/ref-contents-check-fix'Junio C Hamano1-0/+3
2025-06-02fsck: ignore missing "refs" directory for linked worktreesshejialuo1-0/+3
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-24Merge branch 'ps/object-file-cleanup'Junio C Hamano1-2/+2
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 Hamano4-462/+472
2025-04-15Merge branch 'ps/object-wo-the-repository'Junio C Hamano2-2/+2
2025-04-15object-file: move `safe_create_leading_directories()` into "path.c"Patrick Steinhardt1-2/+2
2025-04-09refs/packed: fix BUG when seeking refs with UTF-8 charactersPatrick Steinhardt1-2/+2
2025-04-08Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanupJunio C Hamano2-2/+2
2025-04-08refs: support rejection in batch updates during F/D checksKarthik Nayak3-12/+42
2025-04-08refs: implement batch reference update supportKarthik Nayak4-4/+73
2025-04-08refs: introduce enum-based transaction error typesKarthik Nayak4-142/+150
2025-04-08refs/reftable: extract code from the transaction preparationKarthik Nayak1-226/+237
2025-04-08refs/files: remove duplicate duplicates checkKarthik Nayak2-14/+0
2025-04-08refs: move duplicate refname update check to generic layerKarthik Nayak4-114/+34
2025-04-08refs/files: remove redundant check in split_symref_update()Karthik Nayak1-17/+3
2025-03-29Merge branch 'ps/refname-avail-check-optim'Junio C Hamano7-245/+359
2025-03-26Merge branch 'sj/ref-consistency-checks-more'Junio C Hamano1-12/+351
2025-03-12refs/iterator: implement seeking for files iteratorsPatrick Steinhardt1-0/+16
2025-03-12refs/iterator: implement seeking for packed-ref iteratorsPatrick Steinhardt1-22/+43
2025-03-12refs/iterator: implement seeking for ref-cache iteratorsPatrick Steinhardt1-28/+51
2025-03-12refs/iterator: implement seeking for reftable iteratorsPatrick Steinhardt1-5/+30
2025-03-12refs/iterator: implement seeking for merged iteratorsPatrick Steinhardt1-9/+29
2025-03-12refs/iterator: provide infrastructure to re-seek iteratorsPatrick Steinhardt3-0/+59
2025-03-12refs/iterator: separate lifecycle from iterationPatrick Steinhardt7-163/+81
2025-03-12refs/files: batch refname availability checks for initial transactionsPatrick Steinhardt1-7/+16
2025-03-12refs/files: batch refname availability checks for normal transactionsPatrick Steinhardt1-11/+31
2025-03-12refs/reftable: batch refname availability checksPatrick Steinhardt1-6/+9
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt2-2/+2
2025-03-05Merge branch 'ps/path-sans-the-repository'Junio C Hamano2-10/+10
2025-02-28path: adjust last remaining users of `the_repository`Patrick Steinhardt2-10/+10
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
2025-02-14Merge branch 'kn/reflog-migration-fix-followup'Junio C Hamano2-8/+18
2025-02-03Merge branch 'kn/reflog-migration-fix-fix'Junio C Hamano2-10/+11
2025-01-29Merge branch 'kn/reflog-symref-fix'Junio C Hamano1-3/+0
2025-01-27refs/reftable: fix uninitialized memory access of `max_index`Karthik Nayak1-3/+3
2025-01-23refs: fix creation of reflog entries for symrefsKarthik Nayak1-3/+0
2025-01-22reftable: prevent 'update_index' changes after adding recordsKarthik Nayak1-5/+15
2025-01-22refs: use 'uint64_t' for 'ref_update.index'Karthik Nayak2-3/+3
2025-01-17Merge branch 'kn/reflog-migration-fix' into kn/reflog-migration-fix-followupJunio C Hamano2-10/+11
2025-01-15reftable: write correct max_update_index to headerKarthik Nayak2-10/+11
2024-12-23Merge branch 'kn/reflog-migration'Junio C Hamano3-53/+140