aboutsummaryrefslogtreecommitdiffstats
path: root/refs/files-backend.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-11-06Merge branch 'pk/reflog-migrate-message-fix'Junio C Hamano1-1/+1
2025-11-05refs: add missing space in messagesPeter Krefting1-1/+1
2025-10-30Merge branch 'ps/symlink-symref-deprecation'Junio C Hamano1-2/+17
2025-10-26Merge branch 'js/unreachable-workaround-for-no-symlink-head' into maint-2.51Junio C Hamano1-1/+7
2025-10-20Merge branch 'js/unreachable-workaround-for-no-symlink-head'Junio 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-15refs/files: deprecate writing symrefs as symbolic linksPatrick Steinhardt1-2/+17
2025-10-13Merge branch 'kn/reftable-consistency-checks'Junio C Hamano1-3/+0
2025-10-09refs: forbid clang to complain about unreachable codeJohannes Schindelin1-1/+7
2025-10-07refs: move consistency check msg to generic layerKarthik Nayak1-2/+0
2025-10-07refs: remove unused headersKarthik Nayak1-1/+0
2025-10-02Merge branch 'ms/refs-optimize'Junio C Hamano1-0/+10
2025-09-29Merge branch 'kn/refs-files-case-insensitive'Junio C Hamano1-12/+66
2025-09-19files-backend: implement 'optimize' actionMeet Soni1-0/+10
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-29Merge branch 'jk/no-clobber-dangling-symref-with-fetch'Junio C Hamano1-4/+30
2025-08-21Merge branch 'ps/remote-rename-fix'Junio C Hamano1-6/+9
2025-08-21Merge branch 'ps/reflog-migrate-fixes'Junio C Hamano1-7/+58
2025-08-19refs: do not clobber dangling symrefsJeff King1-4/+30
2025-08-06refs: pass refname when invoking reflog entry callbackPatrick Steinhardt1-6/+9
2025-08-06Merge branch 'ps/reflog-migrate-fixes' into ps/remote-rename-fixJunio C Hamano1-7/+58
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