aboutsummaryrefslogtreecommitdiff
path: root/refs/files-backend.c
AgeCommit message (Expand)Author
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-09-23Merge branch 'ps/environ-wo-the-repository'Junio C Hamano
2024-09-12Merge branch 'ps/pack-refs-auto-heuristics'Junio C Hamano
2024-09-12environment: stop storing "core.preferSymlinkRefs" globallyPatrick Steinhardt
2024-09-12environment: stop storing "core.logAllRefUpdates" globallyPatrick Steinhardt
2024-09-12refs: stop modifying global `log_all_ref_updates` variablePatrick Steinhardt
2024-09-12environment: guard state depending on a repositoryPatrick Steinhardt
2024-09-04refs/files: use heuristic to decide whether to repack with `--auto`Patrick Steinhardt
2024-08-30refs/files-backend: work around -Wunused-parameterJunio C Hamano
2024-08-17refs: drop some unused parameters from create_symref_lock()Jeff King
2024-08-16Merge branch 'sj/ref-fsck'Junio C Hamano
2024-08-15Merge branch 'jc/refs-symref-referent'Junio C Hamano
2024-08-14Merge branch 'ss/packed-ref-store-leakfix'Junio C Hamano
2024-08-09refs: add referent to each_ref_fnJohn Cai
2024-08-09refs: keep track of unresolved reference value in iteratorsJohn Cai
2024-08-08fsck: add ref name check for files backendshejialuo
2024-08-08files-backend: add unified interface for refs scanningshejialuo
2024-08-08refs: set up ref consistency check infrastructureshejialuo
2024-08-05refs/files: prevent memory leak by freeing packed_ref_storeSven Strickroth
2024-07-30refs/files: stop using `the_repository`Patrick Steinhardt
2024-07-30refs/files: stop using `the_repository` in `parse_loose_ref_contents()`Patrick Steinhardt
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano
2024-06-20Merge branch 'kn/update-ref-symref'Junio C Hamano
2024-06-17Merge branch 'ps/ref-storage-migration'Junio C Hamano
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt
2024-06-13Merge branch 'ps/ref-storage-migration' into ps/use-the-repositoryJunio C Hamano
2024-06-07refs: specify error for regular refs with `old_target`Karthik Nayak
2024-06-07refs: create and use `ref_update_expects_existing_old_ref()`Karthik Nayak
2024-06-06refs: implement removal of ref storagesPatrick Steinhardt
2024-06-06refs/files: extract function to iterate through root refsPatrick Steinhardt
2024-06-06refs/files: refactor `add_pseudoref_and_head_entries()`Patrick Steinhardt
2024-06-06refs: allow to skip creation of reflog entriesPatrick Steinhardt
2024-05-30Merge branch 'ps/refs-without-the-repository-updates'Junio C Hamano
2024-05-28Merge branch 'ps/pseudo-ref-terminology'Junio C Hamano
2024-05-23Merge branch 'it/refs-name-conflict'Junio C Hamano
2024-05-23Merge branch 'ps/pseudo-ref-terminology' into ps/ref-storage-migrationJunio C Hamano
2024-05-23Merge branch 'ps/refs-without-the-repository-updates' into ps/ref-storage-mig...Junio C Hamano
2024-05-17refs/files: remove references to `the_hash_algo`Patrick Steinhardt