aboutsummaryrefslogtreecommitdiff
path: root/refs
AgeCommit message (Expand)Author
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano
2024-12-19Merge branch 'bf/set-head-symref'Junio C Hamano
2024-12-16refs: allow multiple reflog entries for the same refnameKarthik Nayak
2024-12-16refs: introduce the `ref_transaction_update_reflog` functionKarthik Nayak
2024-12-16refs: add `committer_info` to `ref_transaction_add_update()`Karthik Nayak
2024-12-16refs/files: add count field to ref_lockKarthik Nayak
2024-12-16refs: add `index` field to `struct ref_udpate`Karthik Nayak
2024-12-16refs: include committer info in `ref_update` structKarthik Nayak
2024-12-10Merge branch 'ps/reftable-iterator-reuse'Junio C Hamano
2024-12-10Merge branch 'ps/reftable-detach'Junio C Hamano
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
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-25refs: add TRANSACTION_CREATE_EXISTS errorBence Ferdinandy
2024-11-25refs: standardize output of refs_read_symbolic_refBence Ferdinandy
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