summaryrefslogtreecommitdiff
path: root/refs/files-backend.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-08refs/files: remove duplicate duplicates checkKarthik Nayak1-6/+0
2025-04-08refs: move duplicate refname update check to generic layerKarthik Nayak1-53/+14
2025-04-08refs/files: remove redundant check in split_symref_update()Karthik Nayak1-17/+3
2025-03-29Merge branch 'ps/refname-avail-check-optim'Junio C Hamano1-44/+73
2025-03-12refs/iterator: implement seeking for files iteratorsPatrick Steinhardt1-0/+16
2025-03-12refs/iterator: separate lifecycle from iterationPatrick Steinhardt1-26/+10
2025-03-12refs/files: batch refname availability checks for initial transactionsPatrick Steinhardt1-7/+16
2025-03-12refs/files: batch refname availability checks for normal transactionsPatrick Steinhardt1-11/+31
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt1-1/+1
2025-02-28path: adjust last remaining users of `the_repository`Patrick Steinhardt1-5/+5
2025-01-29Merge branch 'kn/reflog-symref-fix'Junio C Hamano1-3/+0
2025-01-23refs: fix creation of reflog entries for symrefsKarthik Nayak1-3/+0
2024-12-23Merge branch 'kn/reflog-migration'Junio C Hamano1-45/+86
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano1-0/+1
2024-12-19Merge branch 'bf/set-head-symref'Junio C Hamano1-12/+19
2024-12-16refs: allow multiple reflog entries for the same refnameKarthik Nayak1-4/+11
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 Nayak1-6/+8
2024-12-16refs/files: add count field to ref_lockKarthik Nayak1-19/+39
2024-12-16refs: include committer info in `ref_update` structKarthik Nayak1-10/+14
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-12-04Merge branch 'sj/ref-contents-check'Junio C Hamano1-16/+178
2024-11-25refs: add TRANSACTION_CREATE_EXISTS errorBence Ferdinandy1-8/+16
2024-11-25refs: standardize output of refs_read_symbolic_refBence Ferdinandy1-4/+3
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 refsshejialuo1-3/+23
2024-11-21ref: port git-fsck(1) regular refs check for files backendshejialuo1-0/+47
2024-11-21ref: support multiple worktrees check for refsshejialuo1-5/+12
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 Steinhardt1-7/+6
2024-11-21refs/files: support symbolic and root refs in initial transactionPatrick Steinhardt1-10/+34
2024-11-21refs: introduce "initial" transaction flagPatrick Steinhardt1-8/+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 Steinhardt1-4/+7
2024-09-23Merge branch 'ps/environ-wo-the-repository'Junio C Hamano1-12/+20
2024-09-12Merge branch 'ps/pack-refs-auto-heuristics'Junio C Hamano1-0/+65
2024-09-12environment: stop storing "core.preferSymlinkRefs" globallyPatrick Steinhardt1-1/+4
2024-09-12environment: stop storing "core.logAllRefUpdates" globallyPatrick Steinhardt1-1/+3
2024-09-12refs: stop modifying global `log_all_ref_updates` variablePatrick Steinhardt1-11/+12
2024-09-12environment: guard state depending on a repositoryPatrick Steinhardt1-0/+2
2024-09-04refs/files: use heuristic to decide whether to repack with `--auto`Patrick Steinhardt1-0/+65
2024-08-30refs/files-backend: work around -Wunused-parameterJunio C Hamano1-2/+5
2024-08-17refs: drop some unused parameters from create_symref_lock()Jeff King1-5/+3
2024-08-16Merge branch 'sj/ref-fsck'Junio C Hamano1-1/+114
2024-08-15Merge branch 'jc/refs-symref-referent'Junio C Hamano1-4/+13
2024-08-14Merge branch 'ss/packed-ref-store-leakfix'Junio C Hamano1-0/+1