summaryrefslogtreecommitdiff
path: root/refs
AgeCommit message (Expand)Author
2025-06-03Merge branch 'sj/ref-contents-check-fix'Junio C Hamano
2025-06-02fsck: ignore missing "refs" directory for linked worktreesshejialuo
2025-05-14packed-backend: mmap large "packed-refs" file during fsckshejialuo
2025-05-14packed-backend: extract snapshot allocation in `load_contents`shejialuo
2025-05-14packed-backend: fsck should warn when "packed-refs" file is emptyshejialuo
2025-04-24Merge branch 'ps/object-file-cleanup'Junio C Hamano
2025-04-17Merge branch 'ps/refname-avail-check-optim'Junio C Hamano
2025-04-16Merge branch 'kn/non-transactional-batch-updates'Junio C Hamano
2025-04-15Merge branch 'ps/object-wo-the-repository'Junio C Hamano
2025-04-15object-file: move `safe_create_leading_directories()` into "path.c"Patrick Steinhardt
2025-04-09refs/packed: fix BUG when seeking refs with UTF-8 charactersPatrick Steinhardt
2025-04-08Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanupJunio C Hamano
2025-04-08refs: support rejection in batch updates during F/D checksKarthik Nayak
2025-04-08refs: implement batch reference update supportKarthik Nayak
2025-04-08refs: introduce enum-based transaction error typesKarthik Nayak
2025-04-08refs/reftable: extract code from the transaction preparationKarthik Nayak
2025-04-08refs/files: remove duplicate duplicates checkKarthik Nayak
2025-04-08refs: move duplicate refname update check to generic layerKarthik Nayak
2025-04-08refs/files: remove redundant check in split_symref_update()Karthik Nayak
2025-03-29Merge branch 'ps/refname-avail-check-optim'Junio C Hamano
2025-03-26Merge branch 'sj/ref-consistency-checks-more'Junio C Hamano
2025-03-12refs/iterator: implement seeking for files iteratorsPatrick Steinhardt
2025-03-12refs/iterator: implement seeking for packed-ref iteratorsPatrick Steinhardt
2025-03-12refs/iterator: implement seeking for ref-cache iteratorsPatrick Steinhardt
2025-03-12refs/iterator: implement seeking for reftable iteratorsPatrick Steinhardt
2025-03-12refs/iterator: implement seeking for merged iteratorsPatrick Steinhardt
2025-03-12refs/iterator: provide infrastructure to re-seek iteratorsPatrick Steinhardt
2025-03-12refs/iterator: separate lifecycle from iterationPatrick Steinhardt
2025-03-12refs/files: batch refname availability checks for initial transactionsPatrick Steinhardt
2025-03-12refs/files: batch refname availability checks for normal transactionsPatrick Steinhardt
2025-03-12refs/reftable: batch refname availability checksPatrick Steinhardt
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt
2025-03-05Merge branch 'ps/path-sans-the-repository'Junio C Hamano
2025-02-28path: adjust last remaining users of `the_repository`Patrick Steinhardt
2025-02-27packed-backend: check whether the "packed-refs" is sortedshejialuo
2025-02-27packed-backend: add "packed-refs" entry consistency checkshejialuo
2025-02-27packed-backend: check whether the refname contains NUL charactersshejialuo
2025-02-27packed-backend: add "packed-refs" header consistency checkshejialuo
2025-02-27packed-backend: check if header starts with "# pack-refs with: "shejialuo
2025-02-27packed-backend: check whether the "packed-refs" is regular fileshejialuo
2025-02-14Merge branch 'kn/reflog-migration-fix-followup'Junio C Hamano
2025-02-03Merge branch 'kn/reflog-migration-fix-fix'Junio C Hamano
2025-01-29Merge branch 'kn/reflog-symref-fix'Junio C Hamano
2025-01-27refs/reftable: fix uninitialized memory access of `max_index`Karthik Nayak
2025-01-23refs: fix creation of reflog entries for symrefsKarthik Nayak
2025-01-22reftable: prevent 'update_index' changes after adding recordsKarthik Nayak
2025-01-22refs: use 'uint64_t' for 'ref_update.index'Karthik Nayak
2025-01-17Merge branch 'kn/reflog-migration-fix' into kn/reflog-migration-fix-followupJunio C Hamano
2025-01-15reftable: write correct max_update_index to headerKarthik Nayak
2024-12-23Merge branch 'kn/reflog-migration'Junio C Hamano