summaryrefslogtreecommitdiff
path: root/refs
AgeCommit message (Expand)Author
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
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