summaryrefslogtreecommitdiff
path: root/refs
AgeCommit message (Expand)AuthorFilesLines
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
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano4-2/+5
2024-12-19Merge branch 'bf/set-head-symref'Junio C Hamano3-15/+33
2024-12-16refs: allow multiple reflog entries for the same refnameKarthik Nayak2-7/+30
2024-12-16refs: introduce the `ref_transaction_update_reflog` functionKarthik Nayak1-8/+16
2024-12-16refs: add `committer_info` to `ref_transaction_add_update()`Karthik Nayak3-8/+13
2024-12-16refs/files: add count field to ref_lockKarthik Nayak1-19/+39
2024-12-16refs: add `index` field to `struct ref_udpate`Karthik Nayak2-2/+18
2024-12-16refs: include committer info in `ref_update` structKarthik Nayak3-11/+26
2024-12-10Merge branch 'ps/reftable-iterator-reuse'Junio C Hamano1-148/+261
2024-12-10Merge branch 'ps/reftable-detach'Junio C Hamano1-1/+18
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt1-4/+1