aboutsummaryrefslogtreecommitdiff
path: root/refs/files-backend.c
AgeCommit message (Expand)Author
14 daysMerge branch 'vp/http-rate-limit-retries'Junio C Hamano
2026-03-17strbuf_attach: fix call sites to pass correct allocVaidas Pilkauskas
2026-03-09Merge branch 'ps/refs-for-each'Junio C Hamano
2026-03-04Merge branch 'kn/ref-location'Junio C Hamano
2026-02-25refs: receive and use the reference storage payloadKarthik Nayak
2026-02-25refs: move out stub modification to generic layerKarthik Nayak
2026-02-23refs: replace `refs_for_each_rawref()`Patrick Steinhardt
2026-02-23refs: rename `do_for_each_ref_flags`Patrick Steinhardt
2026-02-09Merge branch 'kn/ref-batch-output-error-reporting-fix'Junio C Hamano
2026-01-25refs: skip to next ref when current ref is rejectedKarthik Nayak
2026-01-12refs/files: introduce function to perform normal ref checksPatrick Steinhardt
2026-01-12refs/files: extract generic symref target checksPatrick Steinhardt
2026-01-12refs/files: perform consistency checks for root refsPatrick Steinhardt
2026-01-12refs/files: improve error handling when verifying symrefsPatrick Steinhardt
2026-01-12refs/files: extract function to check single refPatrick Steinhardt
2026-01-12refs/files: remove useless indirectionPatrick Steinhardt
2026-01-12refs/files: remove `refs_check_dir` parameterPatrick Steinhardt
2026-01-12refs/files: move fsck functions into global scopePatrick Steinhardt
2026-01-12refs/files: simplify iterating through root refsPatrick Steinhardt
2025-11-21Merge branch 'kn/maintenance-is-needed'Junio C Hamano
2025-11-19Merge branch 'kn/refs-optim-cleanup'Junio C Hamano
2025-11-19Merge branch 'ps/ref-peeled-tags'Junio C Hamano
2025-11-10refs: add a `optimize_required` field to `struct ref_storage_be`Karthik Nayak
2025-11-06Merge branch 'pk/reflog-migrate-message-fix'Junio C Hamano
2025-11-05refs: add missing space in messagesPeter Krefting
2025-11-04Merge branch 'kn/refs-optim-cleanup' into kn/maintenance-is-neededJunio C Hamano
2025-11-04Merge branch 'ps/ref-peeled-tags' into kn/maintenance-is-neededJunio C Hamano
2025-11-04refs: rename 'pack_refs_opts' to 'refs_optimize_opts'Karthik Nayak
2025-11-04refs: move to using the '.optimize' functionsKarthik Nayak
2025-11-04refs: drop infrastructure to peel via iteratorsPatrick Steinhardt
2025-11-04refs: introduce `.ref` field for the base iteratorPatrick Steinhardt
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt
2025-10-30Merge branch 'ps/symlink-symref-deprecation'Junio C Hamano
2025-10-26Merge branch 'js/unreachable-workaround-for-no-symlink-head' into maint-2.51Junio C Hamano
2025-10-20Merge branch 'js/unreachable-workaround-for-no-symlink-head'Junio C Hamano
2025-10-15Merge branch 'kn/refs-files-case-insensitive' into maint-2.51Junio C Hamano
2025-10-15Merge branch 'ps/reflog-migrate-fixes' into maint-2.51Junio C Hamano
2025-10-15refs/files: deprecate writing symrefs as symbolic linksPatrick Steinhardt
2025-10-13Merge branch 'kn/reftable-consistency-checks'Junio C Hamano
2025-10-09refs: forbid clang to complain about unreachable codeJohannes Schindelin
2025-10-07refs: move consistency check msg to generic layerKarthik Nayak
2025-10-07refs: remove unused headersKarthik Nayak
2025-10-02Merge branch 'ms/refs-optimize'Junio C Hamano
2025-09-29Merge branch 'kn/refs-files-case-insensitive'Junio C Hamano
2025-09-19files-backend: implement 'optimize' actionMeet Soni
2025-09-17refs/files: handle D/F conflicts during lockingKarthik Nayak
2025-09-17refs/files: handle F/D conflicts in case-insensitive FSKarthik Nayak
2025-09-17refs/files: use correct error type when lock existsKarthik Nayak
2025-09-17refs/files: catch conflicts on case-insensitive file-systemsKarthik Nayak
2025-08-29Merge branch 'jk/no-clobber-dangling-symref-with-fetch'Junio C Hamano