summaryrefslogtreecommitdiff
path: root/refs
AgeCommit message (Expand)Author
2024-12-10Merge branch 'ps/reftable-iterator-reuse'Junio C Hamano
2024-12-10Merge branch 'ps/reftable-detach'Junio C Hamano
2024-12-06Merge branch 'sj/refs-symref-referent-fix'Junio C Hamano
2024-12-04Merge branch 'sj/ref-contents-check'Junio C Hamano
2024-11-27ref-cache: fix invalid free operation in `free_ref_entry`shejialuo
2024-11-26refs/reftable: reuse iterators when reading refsPatrick Steinhardt
2024-11-26refs/reftable: refactor reflog expiry to use reftable backendPatrick Steinhardt
2024-11-26refs/reftable: refactor reading symbolic refs to use reftable backendPatrick Steinhardt
2024-11-26refs/reftable: read references via `struct reftable_backend`Patrick Steinhardt
2024-11-26refs/reftable: figure out hash via `reftable_stack`Patrick Steinhardt
2024-11-26refs/reftable: handle reloading stacks in the reftable backendPatrick Steinhardt
2024-11-26refs/reftable: encapsulate reftable stackPatrick Steinhardt
2024-11-21ref: add symlink ref content check for files backendshejialuo
2024-11-21ref: check whether the target of the symref is a refshejialuo
2024-11-21ref: add basic symref content check for files backendshejialuo
2024-11-21ref: add more strict checks for regular refsshejialuo
2024-11-21ref: port git-fsck(1) regular refs check for files backendshejialuo
2024-11-21ref: support multiple worktrees check for refsshejialuo
2024-11-21ref: initialize ref name outside of check functionsshejialuo
2024-11-21ref: check the full refname instead of basenameshejialuo
2024-11-21ref: initialize "fsck_ref_report" with zeroshejialuo
2024-11-21refs: skip collision checks in initial transactionsPatrick Steinhardt
2024-11-21refs/files: support symbolic and root refs in initial transactionPatrick Steinhardt
2024-11-21refs: introduce "initial" transaction flagPatrick Steinhardt
2024-11-21refs/files: move logic to commit initial transactionPatrick Steinhardt
2024-11-21refs: allow passing flags when setting up a transactionPatrick Steinhardt
2024-11-19Merge branch 'ps/reftable-detach' into ps/reftable-iterator-reuseJunio C Hamano
2024-11-19reftable/stack: stop using `fsync_component()` directlyPatrick Steinhardt
2024-11-19reftable/system: stop depending on "hash.h"Patrick Steinhardt
2024-10-21global: Fix duplicate word typosSven Strickroth
2024-10-10Merge branch 'ps/reftable-alloc-failures'Junio C Hamano
2024-10-02reftable/merged: handle allocation failures in `merged_table_init_iter()`Patrick Steinhardt
2024-09-30Merge branch 'ps/reftable-concurrent-writes'Junio C Hamano
2024-09-25Merge branch 'ps/reftable-exclude'Junio C Hamano
2024-09-24refs/reftable: reload locked stack when preparing transactionPatrick Steinhardt
2024-09-24reftable/stack: allow locking of outdated stacksPatrick Steinhardt
2024-09-24refs/reftable: introduce "reftable.lockTimeout"Patrick Steinhardt
2024-09-23Merge branch 'ps/environ-wo-the-repository'Junio C Hamano
2024-09-16Merge branch 'ps/reftable-exclude' into ps/reftable-alloc-failuresJunio C Hamano
2024-09-16refs/reftable: wire up support for exclude patternsPatrick Steinhardt
2024-09-12Merge branch 'ps/pack-refs-auto-heuristics'Junio C Hamano
2024-09-12environment: stop storing "core.preferSymlinkRefs" globallyPatrick Steinhardt
2024-09-12environment: stop storing "core.logAllRefUpdates" globallyPatrick Steinhardt
2024-09-12refs: stop modifying global `log_all_ref_updates` variablePatrick Steinhardt
2024-09-12environment: guard state depending on a repositoryPatrick Steinhardt
2024-09-04refs/files: use heuristic to decide whether to repack with `--auto`Patrick Steinhardt
2024-08-30refs/files-backend: work around -Wunused-parameterJunio C Hamano
2024-08-26Merge branch 'jk/mark-unused-parameters'Junio C Hamano
2024-08-26Merge branch 'jk/drop-unused-parameters'Junio C Hamano
2024-08-23Merge branch 'ps/config-wo-the-repository'Junio C Hamano