aboutsummaryrefslogtreecommitdiffstats
path: root/refs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt4-0/+6
2024-12-06Merge branch 'sj/refs-symref-referent-fix'Junio C Hamano1-1/+2
2024-12-04Merge branch 'sj/ref-contents-check'Junio C Hamano5-22/+193
2024-11-27ref-cache: fix invalid free operation in `free_ref_entry`shejialuo1-1/+2
2024-11-26refs/reftable: reuse iterators when reading refsPatrick Steinhardt1-3/+29
2024-11-26refs/reftable: refactor reflog expiry to use reftable backendPatrick Steinhardt1-8/+5
2024-11-26refs/reftable: refactor reading symbolic refs to use reftable backendPatrick Steinhardt1-7/+4
2024-11-26refs/reftable: read references via `struct reftable_backend`Patrick Steinhardt1-63/+59
2024-11-26refs/reftable: figure out hash via `reftable_stack`Patrick Steinhardt1-7/+19
2024-11-26refs/reftable: handle reloading stacks in the reftable backendPatrick Steinhardt1-58/+126
2024-11-26refs/reftable: encapsulate reftable stackPatrick Steinhardt1-59/+76
2024-11-25refs: add TRANSACTION_CREATE_EXISTS errorBence Ferdinandy2-10/+20
2024-11-25refs: standardize output of refs_read_symbolic_refBence Ferdinandy3-6/+12
2024-11-21ref: add symlink ref content check for files backendshejialuo1-4/+34
2024-11-21ref: check whether the target of the symref is a refshejialuo1-2/+12
2024-11-21ref: add basic symref content check for files backendshejialuo1-0/+40
2024-11-21ref: add more strict checks for regular refsshejialuo2-4/+24
2024-11-21ref: port git-fsck(1) regular refs check for files backendshejialuo1-0/+47
2024-11-21ref: support multiple worktrees check for refsshejialuo5-10/+26
2024-11-21ref: initialize ref name outside of check functionsshejialuo1-8/+13
2024-11-21ref: check the full refname instead of basenameshejialuo1-2/+5
2024-11-21ref: initialize "fsck_ref_report" with zeroshejialuo1-1/+1
2024-11-21refs: skip collision checks in initial transactionsPatrick Steinhardt2-9/+10
2024-11-21refs/files: support symbolic and root refs in initial transactionPatrick Steinhardt1-10/+34
2024-11-21refs: introduce "initial" transaction flagPatrick Steinhardt5-38/+8
2024-11-21refs/files: move logic to commit initial transactionPatrick Steinhardt1-101/+101
2024-11-21refs: allow passing flags when setting up a transactionPatrick Steinhardt2-4/+8
2024-11-19Merge branch 'ps/reftable-detach' into ps/reftable-iterator-reuseJunio C Hamano1-1/+18
2024-11-19reftable/stack: stop using `fsync_component()` directlyPatrick Steinhardt1-0/+7
2024-11-19reftable/system: stop depending on "hash.h"Patrick Steinhardt1-1/+11
2024-10-21global: Fix duplicate word typosSven Strickroth1-1/+1
2024-10-10Merge branch 'ps/reftable-alloc-failures'Junio C Hamano1-8/+31
2024-10-02reftable/merged: handle allocation failures in `merged_table_init_iter()`Patrick Steinhardt1-8/+31
2024-09-30Merge branch 'ps/reftable-concurrent-writes'Junio C Hamano1-2/+11
2024-09-25Merge branch 'ps/reftable-exclude'Junio C Hamano1-3/+130
2024-09-24refs/reftable: reload locked stack when preparing transactionPatrick Steinhardt1-1/+2
2024-09-24reftable/stack: allow locking of outdated stacksPatrick Steinhardt1-2/+2