aboutsummaryrefslogtreecommitdiffstats
path: root/refs (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-11-06Merge branch 'pk/reflog-migrate-message-fix' into nextJunio C Hamano2-2/+2
2025-11-05refs: add missing space in messagesPeter Krefting2-2/+2
2025-11-04Merge branch 'kn/refs-optim-cleanup' into nextJunio C Hamano5-38/+18
2025-11-04Merge branch 'ps/ref-peeled-tags' into nextJunio C Hamano7-239/+83
2025-11-04refs: rename 'pack_refs_opts' to 'refs_optimize_opts'Karthik Nayak5-10/+10
2025-11-04refs: move to using the '.optimize' functionsKarthik Nayak5-32/+12
2025-11-04refs: don't store peeled object IDs for invalid tagsPatrick Steinhardt2-2/+3
2025-11-04object: add flag to `peel_object()` to verify object typePatrick Steinhardt2-5/+4
2025-11-04refs: drop infrastructure to peel via iteratorsPatrick Steinhardt7-127/+1
2025-11-04refs: drop `current_ref_iter` hackPatrick Steinhardt2-18/+0
2025-11-04refs: expose peeled object ID via the iteratorPatrick Steinhardt2-0/+6
2025-11-04refs: fully reset `struct ref_iterator::ref` on iterationPatrick Steinhardt3-1/+4
2025-11-04refs: introduce `.ref` field for the base iteratorPatrick Steinhardt7-96/+71
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt2-6/+10
2025-11-04Revert "Merge branch 'ps/ref-peeled-tags' into next"Junio C Hamano7-83/+239
2025-11-04Revert "Merge branch 'kn/refs-optim-cleanup' into next"Junio C Hamano5-18/+38
2025-11-03Merge branch 'kn/refs-optim-cleanup' into nextJunio C Hamano5-38/+18
2025-11-03Merge branch 'ps/ref-peeled-tags' into nextJunio C Hamano7-239/+83
2025-10-29Merge branch 'xr/ref-debug-remove-on-disk' into nextJunio C Hamano1-0/+9
2025-10-27refs: add missing remove_on_disk implementation for debug backendXinyu Ruan1-0/+9
2025-10-26Merge branch 'js/unreachable-workaround-for-no-symlink-head' into maint-2.51Junio C Hamano1-1/+7
2025-10-24Merge branch 'ps/symlink-symref-deprecation' into nextJunio C Hamano1-2/+17
2025-10-23refs: rename 'pack_refs_opts' to 'refs_optimize_opts'Karthik Nayak5-10/+10
2025-10-23refs: move to using the '.optimize' functionsKarthik Nayak5-32/+12
2025-10-23refs: don't store peeled object IDs for invalid tagsPatrick Steinhardt2-2/+3
2025-10-23object: add flag to `peel_object()` to verify object typePatrick Steinhardt2-5/+4
2025-10-23refs: drop infrastructure to peel via iteratorsPatrick Steinhardt7-127/+1
2025-10-23refs: drop `current_ref_iter` hackPatrick Steinhardt2-18/+0
2025-10-23refs: expose peeled object ID via the iteratorPatrick Steinhardt2-0/+6
2025-10-23refs: fully reset `struct ref_iterator::ref` on iterationPatrick Steinhardt3-1/+4
2025-10-23refs: introduce `.ref` field for the base iteratorPatrick Steinhardt7-96/+71
2025-10-23refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt2-6/+10
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 Hamano3-17/+77
2025-10-15refs/files: deprecate writing symrefs as symbolic linksPatrick Steinhardt1-2/+17
2025-10-13Merge branch 'kn/reftable-consistency-checks'Junio C Hamano3-10/+52
2025-10-13Merge branch 'js/unreachable-workaround-for-no-symlink-head' into nextJunio C Hamano1-1/+7
2025-10-09refs: forbid clang to complain about unreachable codeJohannes Schindelin1-1/+7
2025-10-08Merge branch 'kn/ref-cache-seek-fix'Junio C Hamano1-1/+1
2025-10-07Merge branch 'kn/reftable-consistency-checks' into nextJunio C Hamano3-10/+52
2025-10-07refs/reftable: add fsck check for checking the table nameKarthik Nayak1-5/+52
2025-10-07refs: move consistency check msg to generic layerKarthik Nayak1-2/+0
2025-10-07refs: remove unused headersKarthik Nayak3-3/+0
2025-10-02Merge branch 'kn/ref-cache-seek-fix' into nextJunio C Hamano1-1/+1
2025-10-02Merge branch 'ms/refs-optimize'Junio C Hamano3-0/+20
2025-10-01refs/ref-cache: fix SEGFAULT when seeking in empty directoriesKarthik Nayak1-1/+1
2025-09-29Merge branch 'kn/refs-files-case-insensitive'Junio C Hamano1-12/+66
2025-09-25Merge branch 'ms/refs-optimize' into nextJunio C Hamano3-0/+20
2025-09-23Merge branch 'kn/refs-files-case-insensitive' into nextJunio C Hamano1-12/+66