summaryrefslogtreecommitdiffstats
path: root/refs (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-064-0/+6
* Merge branch 'sj/refs-symref-referent-fix'Junio C Hamano2024-12-061-1/+2
|\
| * ref-cache: fix invalid free operation in `free_ref_entry`shejialuo2024-11-261-1/+2
* | Merge branch 'sj/ref-contents-check'Junio C Hamano2024-12-045-22/+193
|\ \
| * | ref: add symlink ref content check for files backendshejialuo2024-11-211-4/+34
| * | ref: check whether the target of the symref is a refshejialuo2024-11-211-2/+12
| * | ref: add basic symref content check for files backendshejialuo2024-11-211-0/+40
| * | ref: add more strict checks for regular refsshejialuo2024-11-212-4/+24
| * | ref: port git-fsck(1) regular refs check for files backendshejialuo2024-11-211-0/+47
| * | ref: support multiple worktrees check for refsshejialuo2024-11-215-10/+26
| * | ref: initialize ref name outside of check functionsshejialuo2024-11-211-8/+13
| * | ref: check the full refname instead of basenameshejialuo2024-11-211-2/+5
| * | ref: initialize "fsck_ref_report" with zeroshejialuo2024-11-211-1/+1
* | | refs: skip collision checks in initial transactionsPatrick Steinhardt2024-11-202-9/+10
* | | refs/files: support symbolic and root refs in initial transactionPatrick Steinhardt2024-11-201-10/+34
* | | refs: introduce "initial" transaction flagPatrick Steinhardt2024-11-205-38/+8
* | | refs/files: move logic to commit initial transactionPatrick Steinhardt2024-11-201-101/+101
* | | refs: allow passing flags when setting up a transactionPatrick Steinhardt2024-11-202-4/+8
* | | global: Fix duplicate word typosSven Strickroth2024-10-211-1/+1
|/ /
* | Merge branch 'ps/reftable-alloc-failures'Junio C Hamano2024-10-101-8/+31
|\ \
| * | reftable/merged: handle allocation failures in `merged_table_init_iter()`Patrick Steinhardt2024-10-021-8/+31
| * | Merge branch 'ps/reftable-exclude' into ps/reftable-alloc-failuresJunio C Hamano2024-09-161-3/+130
| |\ \
* | \ \ Merge branch 'ps/reftable-concurrent-writes'Junio C Hamano2024-10-011-2/+11
|\ \ \ \
| * | | | refs/reftable: reload locked stack when preparing transactionPatrick Steinhardt2024-09-241-1/+2
| * | | | reftable/stack: allow locking of outdated stacksPatrick Steinhardt2024-09-241-2/+2
| * | | | refs/reftable: introduce "reftable.lockTimeout"Patrick Steinhardt2024-09-241-0/+8
| |/ / /
* | | | Merge branch 'ps/reftable-exclude'Junio C Hamano2024-09-251-3/+130
|\ \ \ \ | | |/ / | |/| |
| * | | refs/reftable: wire up support for exclude patternsPatrick Steinhardt2024-09-161-3/+130
* | | | Merge branch 'ps/environ-wo-the-repository'Junio C Hamano2024-09-232-21/+33
|\ \ \ \ | |_|/ / |/| | |
| * | | environment: stop storing "core.preferSymlinkRefs" globallyPatrick Steinhardt2024-09-121-1/+4
| * | | environment: stop storing "core.logAllRefUpdates" globallyPatrick Steinhardt2024-09-122-6/+10
| * | | refs: stop modifying global `log_all_ref_updates` variablePatrick Steinhardt2024-09-122-16/+19
| * | | environment: guard state depending on a repositoryPatrick Steinhardt2024-09-121-0/+2
* | | | Merge branch 'ps/pack-refs-auto-heuristics'Junio C Hamano2024-09-123-0/+90
|\ \ \ \ | |_|/ / |/| | |
| * | | refs/files: use heuristic to decide whether to repack with `--auto`Patrick Steinhardt2024-09-043-0/+90
* | | | refs/files-backend: work around -Wunused-parameterJunio C Hamano2024-08-301-2/+5
| |/ / |/| |
* | | Merge branch 'jk/mark-unused-parameters'Junio C Hamano2024-08-262-11/+11
|\ \ \
| * | | reftable: mark unused parameters in virtual functionsJeff King2024-08-171-7/+7
| * | | refs: mark unused parameters in ref_store fsck callbacksJeff King2024-08-172-4/+4
* | | | Merge branch 'jk/drop-unused-parameters'Junio C Hamano2024-08-261-5/+3
|\ \ \ \
| * | | | refs: drop some unused parameters from create_symref_lock()Jeff King2024-08-171-5/+3
| |/ / /
* | | | Merge branch 'ps/config-wo-the-repository'Junio C Hamano2024-08-232-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | global: prepare for hiding away repo-less config functionsPatrick Steinhardt2024-08-132-0/+4
* | | | Merge branch 'sj/ref-fsck'Junio C Hamano2024-08-165-1/+147
|\ \ \ \
| * | | | fsck: add ref name check for files backendshejialuo2024-08-081-0/+31
| * | | | files-backend: add unified interface for refs scanningshejialuo2024-08-081-1/+72
| * | | | refs: set up ref consistency check infrastructureshejialuo2024-08-085-1/+45
| | |/ / | |/| |
* | | | Merge branch 'jc/refs-symref-referent'Junio C Hamano2024-08-156-7/+31
|\ \ \ \ | | |_|/ | |/| |
| * | | refs: add referent to each_ref_fnJohn Cai2024-08-092-2/+2
| * | | refs: keep track of unresolved reference value in iteratorsJohn Cai2024-08-096-5/+30
| |/ /