summaryrefslogtreecommitdiffstats
path: root/refs
AgeCommit message (Expand)AuthorLines
2025-05-14packed-backend: fsck should warn when "packed-refs" file is emptyshejialuo-0/+9
2025-04-24Merge branch 'ps/object-file-cleanup'Junio C Hamano-2/+2
2025-04-17Merge branch 'ps/refname-avail-check-optim'Junio C Hamano-2/+2
2025-04-16Merge branch 'kn/non-transactional-batch-updates'Junio C Hamano-463/+473
2025-04-15Merge branch 'ps/object-wo-the-repository'Junio C Hamano-2/+2
2025-04-15object-file: move `safe_create_leading_directories()` into "path.c"Patrick Steinhardt-2/+2
2025-04-09refs/packed: fix BUG when seeking refs with UTF-8 charactersPatrick Steinhardt-2/+2
2025-04-08Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanupJunio C Hamano-2/+2
2025-04-08refs: support rejection in batch updates during F/D checksKarthik Nayak-12/+42
2025-04-08refs: implement batch reference update supportKarthik Nayak-4/+73
2025-04-08refs: introduce enum-based transaction error typesKarthik Nayak-143/+151
2025-04-08refs/reftable: extract code from the transaction preparationKarthik Nayak-226/+237
2025-04-08refs/files: remove duplicate duplicates checkKarthik Nayak-14/+0
2025-04-08refs: move duplicate refname update check to generic layerKarthik Nayak-114/+34
2025-04-08refs/files: remove redundant check in split_symref_update()Karthik Nayak-17/+3
2025-03-29Merge branch 'ps/refname-avail-check-optim'Junio C Hamano-245/+359
2025-03-26Merge branch 'sj/ref-consistency-checks-more'Junio C Hamano-12/+351
2025-03-12refs/iterator: implement seeking for files iteratorsPatrick Steinhardt-0/+16
2025-03-12refs/iterator: implement seeking for packed-ref iteratorsPatrick Steinhardt-22/+43
2025-03-12refs/iterator: implement seeking for ref-cache iteratorsPatrick Steinhardt-28/+51
2025-03-12refs/iterator: implement seeking for reftable iteratorsPatrick Steinhardt-5/+30
2025-03-12refs/iterator: implement seeking for merged iteratorsPatrick Steinhardt-9/+29
2025-03-12refs/iterator: provide infrastructure to re-seek iteratorsPatrick Steinhardt-0/+59
2025-03-12refs/iterator: separate lifecycle from iterationPatrick Steinhardt-163/+81
2025-03-12refs/files: batch refname availability checks for initial transactionsPatrick Steinhardt-7/+16
2025-03-12refs/files: batch refname availability checks for normal transactionsPatrick Steinhardt-11/+31
2025-03-12refs/reftable: batch refname availability checksPatrick Steinhardt-6/+9
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt-2/+2
2025-03-05Merge branch 'ps/path-sans-the-repository'Junio C Hamano-10/+10
2025-02-28path: adjust last remaining users of `the_repository`Patrick Steinhardt-10/+10
2025-02-27packed-backend: check whether the "packed-refs" is sortedshejialuo-16/+100
2025-02-27packed-backend: add "packed-refs" entry consistency checkshejialuo-1/+121
2025-02-27packed-backend: check whether the refname contains NUL charactersshejialuo-0/+18
2025-02-27packed-backend: add "packed-refs" header consistency checkshejialuo-0/+73
2025-02-27packed-backend: check if header starts with "# pack-refs with: "shejialuo-1/+1
2025-02-27packed-backend: check whether the "packed-refs" is regular fileshejialuo-4/+48
2025-02-14Merge branch 'kn/reflog-migration-fix-followup'Junio C Hamano-8/+18
2025-02-03Merge branch 'kn/reflog-migration-fix-fix'Junio C Hamano-10/+11
2025-01-29Merge branch 'kn/reflog-symref-fix'Junio C Hamano-3/+0
2025-01-27refs/reftable: fix uninitialized memory access of `max_index`Karthik Nayak-3/+3
2025-01-23refs: fix creation of reflog entries for symrefsKarthik Nayak-3/+0
2025-01-22reftable: prevent 'update_index' changes after adding recordsKarthik Nayak-5/+15
2025-01-22refs: use 'uint64_t' for 'ref_update.index'Karthik Nayak-3/+3
2025-01-17Merge branch 'kn/reflog-migration-fix' into kn/reflog-migration-fix-followupJunio C Hamano-10/+11
2025-01-15reftable: write correct max_update_index to headerKarthik Nayak-10/+11
2024-12-23Merge branch 'kn/reflog-migration'Junio C Hamano-53/+140
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano-2/+5
2024-12-19Merge branch 'bf/set-head-symref'Junio C Hamano-15/+33
2024-12-16refs: allow multiple reflog entries for the same refnameKarthik Nayak-7/+30
2024-12-16refs: introduce the `ref_transaction_update_reflog` functionKarthik Nayak-8/+16