aboutsummaryrefslogtreecommitdiffstats
path: root/refs/files-backend.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-26Merge branch 'js/unreachable-workaround-for-no-symlink-head' into maint-2.51Junio C Hamano1-1/+7
2025-10-15Merge branch 'kn/refs-files-case-insensitive' into maint-2.51Junio C Hamano1-12/+66
2025-10-15Merge branch 'ps/reflog-migrate-fixes' into maint-2.51Junio C Hamano1-7/+58
2025-10-09refs: forbid clang to complain about unreachable codeJohannes Schindelin1-1/+7
2025-09-17refs/files: handle D/F conflicts during lockingKarthik Nayak1-5/+6
2025-09-17refs/files: handle F/D conflicts in case-insensitive FSKarthik Nayak1-2/+17
2025-09-17refs/files: use correct error type when lock existsKarthik Nayak1-3/+18
2025-09-17refs/files: catch conflicts on case-insensitive file-systemsKarthik Nayak1-5/+28
2025-08-06refs: fix invalid old object IDs when migrating reflogsPatrick Steinhardt1-1/+15
2025-08-06refs: stop unsetting REF_HAVE_OLD for log-only updatesPatrick Steinhardt1-4/+5
2025-08-06refs/files: detect race when generating reflog entry for HEADPatrick Steinhardt1-2/+38
2025-08-03Merge branch 'kn/for-each-ref-skip'Junio C Hamano1-3/+4
2025-07-16Merge branch 'ps/refs-files-remove-empty-parent'Junio C Hamano1-0/+2
2025-07-15refs: selectively set prefix in the seek functionsKarthik Nayak1-3/+4
2025-07-08Merge branch 'kn/fetch-push-bulk-ref-update'Junio C Hamano1-0/+7
2025-07-08refs/files: remove empty parent dirs when ref creation failsPatrick Steinhardt1-0/+2
2025-06-25refs/files: skip updates with errors in batched updatesKarthik Nayak1-0/+7
2025-06-03Merge branch 'sj/ref-contents-check-fix'Junio C Hamano1-0/+3
2025-06-02fsck: ignore missing "refs" directory for linked worktreesshejialuo1-0/+3
2025-04-24Merge branch 'ps/object-file-cleanup'Junio C Hamano1-2/+2
2025-04-16Merge branch 'kn/non-transactional-batch-updates'Junio C Hamano1-176/+138
2025-04-15Merge branch 'ps/object-wo-the-repository'Junio C Hamano1-1/+1
2025-04-15object-file: move `safe_create_leading_directories()` into "path.c"Patrick Steinhardt1-2/+2
2025-04-08Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanupJunio C Hamano1-1/+1
2025-04-08refs: support rejection in batch updates during F/D checksKarthik Nayak1-9/+18
2025-04-08refs: implement batch reference update supportKarthik Nayak1-1/+11
2025-04-08refs: introduce enum-based transaction error typesKarthik Nayak1-100/+102
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