aboutsummaryrefslogtreecommitdiff
path: root/refs/files-backend.c
AgeCommit message (Expand)Author
2025-08-21Merge branch 'ps/remote-rename-fix'Junio C Hamano
2025-08-21Merge branch 'ps/reflog-migrate-fixes'Junio C Hamano
2025-08-19refs: do not clobber dangling symrefsJeff King
2025-08-06refs: pass refname when invoking reflog entry callbackPatrick Steinhardt
2025-08-06Merge branch 'ps/reflog-migrate-fixes' into ps/remote-rename-fixJunio C Hamano
2025-08-06refs: fix invalid old object IDs when migrating reflogsPatrick Steinhardt
2025-08-06refs: stop unsetting REF_HAVE_OLD for log-only updatesPatrick Steinhardt
2025-08-06refs/files: detect race when generating reflog entry for HEADPatrick Steinhardt
2025-08-03Merge branch 'kn/for-each-ref-skip'Junio C Hamano
2025-07-16Merge branch 'ps/refs-files-remove-empty-parent'Junio C Hamano
2025-07-15refs: selectively set prefix in the seek functionsKarthik Nayak
2025-07-08Merge branch 'kn/fetch-push-bulk-ref-update'Junio C Hamano
2025-07-08refs/files: remove empty parent dirs when ref creation failsPatrick Steinhardt
2025-06-25refs/files: skip updates with errors in batched updatesKarthik Nayak
2025-06-03Merge branch 'sj/ref-contents-check-fix'Junio C Hamano
2025-06-02fsck: ignore missing "refs" directory for linked worktreesshejialuo
2025-04-24Merge branch 'ps/object-file-cleanup'Junio C Hamano
2025-04-16Merge branch 'kn/non-transactional-batch-updates'Junio C Hamano
2025-04-15Merge branch 'ps/object-wo-the-repository'Junio C Hamano
2025-04-15object-file: move `safe_create_leading_directories()` into "path.c"Patrick Steinhardt
2025-04-08Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanupJunio C Hamano
2025-04-08refs: support rejection in batch updates during F/D checksKarthik Nayak
2025-04-08refs: implement batch reference update supportKarthik Nayak
2025-04-08refs: introduce enum-based transaction error typesKarthik Nayak
2025-04-08refs/files: remove duplicate duplicates checkKarthik Nayak
2025-04-08refs: move duplicate refname update check to generic layerKarthik Nayak
2025-04-08refs/files: remove redundant check in split_symref_update()Karthik Nayak
2025-03-29Merge branch 'ps/refname-avail-check-optim'Junio C Hamano
2025-03-12refs/iterator: implement seeking for files iteratorsPatrick Steinhardt
2025-03-12refs/iterator: separate lifecycle from iterationPatrick Steinhardt
2025-03-12refs/files: batch refname availability checks for initial transactionsPatrick Steinhardt
2025-03-12refs/files: batch refname availability checks for normal transactionsPatrick Steinhardt
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt
2025-02-28path: adjust last remaining users of `the_repository`Patrick Steinhardt
2025-01-29Merge branch 'kn/reflog-symref-fix'Junio C Hamano
2025-01-23refs: fix creation of reflog entries for symrefsKarthik Nayak
2024-12-23Merge branch 'kn/reflog-migration'Junio C Hamano
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano
2024-12-19Merge branch 'bf/set-head-symref'Junio C Hamano
2024-12-16refs: allow multiple reflog entries for the same refnameKarthik Nayak
2024-12-16refs: introduce the `ref_transaction_update_reflog` functionKarthik Nayak
2024-12-16refs: add `committer_info` to `ref_transaction_add_update()`Karthik Nayak
2024-12-16refs/files: add count field to ref_lockKarthik Nayak
2024-12-16refs: include committer info in `ref_update` structKarthik Nayak
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-12-04Merge branch 'sj/ref-contents-check'Junio C Hamano
2024-11-25refs: add TRANSACTION_CREATE_EXISTS errorBence Ferdinandy
2024-11-25refs: standardize output of refs_read_symbolic_refBence Ferdinandy
2024-11-21ref: add symlink ref content check for files backendshejialuo
2024-11-21ref: check whether the target of the symref is a refshejialuo