aboutsummaryrefslogtreecommitdiffstats
path: root/refs/files-backend.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2024-08-09refs: add referent to each_ref_fnJohn Cai1-1/+1
2024-08-09refs: keep track of unresolved reference value in iteratorsJohn Cai1-3/+12
2024-08-08fsck: add ref name check for files backendshejialuo1-0/+31
2024-08-08files-backend: add unified interface for refs scanningshejialuo1-1/+72
2024-08-08refs: set up ref consistency check infrastructureshejialuo1-1/+12
2024-08-05refs/files: prevent memory leak by freeing packed_ref_storeSven Strickroth1-0/+1
2024-07-30refs/files: stop using `the_repository`Patrick Steinhardt1-5/+3
2024-07-30refs/files: stop using `the_repository` in `parse_loose_ref_contents()`Patrick Steinhardt1-9/+12
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano1-3/+5
2024-06-20Merge branch 'kn/update-ref-symref'Junio C Hamano1-8/+9
2024-06-17Merge branch 'ps/ref-storage-migration'Junio C Hamano1-14/+110
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2