summaryrefslogtreecommitdiffstats
path: root/refs
AgeCommit message (Expand)AuthorLines
2025-10-20Merge branch 'js/unreachable-workaround-for-no-symlink-head'Junio C Hamano-1/+7
2025-10-15Merge branch 'kn/refs-files-case-insensitive' into maint-2.51Junio C Hamano-12/+66
2025-10-15Merge branch 'ps/reflog-migrate-fixes' into maint-2.51Junio C Hamano-17/+77
2025-10-15refs/files: deprecate writing symrefs as symbolic linksPatrick Steinhardt-2/+17
2025-10-13Merge branch 'kn/reftable-consistency-checks'Junio C Hamano-10/+52
2025-10-09refs: forbid clang to complain about unreachable codeJohannes Schindelin-1/+7
2025-10-08Merge branch 'kn/ref-cache-seek-fix'Junio C Hamano-1/+1
2025-10-07refs/reftable: add fsck check for checking the table nameKarthik Nayak-5/+52
2025-10-07refs: move consistency check msg to generic layerKarthik Nayak-2/+0
2025-10-07refs: remove unused headersKarthik Nayak-3/+0
2025-10-02Merge branch 'ms/refs-optimize'Junio C Hamano-0/+20
2025-10-01refs/ref-cache: fix SEGFAULT when seeking in empty directoriesKarthik Nayak-1/+1
2025-09-29Merge branch 'kn/refs-files-case-insensitive'Junio C Hamano-12/+66
2025-09-19reftable-backend: implement 'optimize' actionMeet Soni-0/+7
2025-09-19files-backend: implement 'optimize' actionMeet Soni-0/+10
2025-09-19refs: add a generic 'optimize' APIMeet Soni-0/+3
2025-09-17refs/files: handle D/F conflicts during lockingKarthik Nayak-5/+6
2025-09-17refs/files: handle F/D conflicts in case-insensitive FSKarthik Nayak-2/+17
2025-09-17refs/files: use correct error type when lock existsKarthik Nayak-3/+18
2025-09-17refs/files: catch conflicts on case-insensitive file-systemsKarthik Nayak-5/+28
2025-08-29Merge branch 'jk/no-clobber-dangling-symref-with-fetch'Junio C Hamano-7/+57
2025-08-29Merge branch 'ps/reftable-libgit2-cleanup'Junio C Hamano-11/+12
2025-08-21Merge branch 'ps/remote-rename-fix'Junio C Hamano-9/+13
2025-08-21Merge branch 'ps/reflog-migrate-fixes'Junio C Hamano-17/+77
2025-08-19refs: do not clobber dangling symrefsJeff King-7/+57
2025-08-12refs/reftable: always reload stacks when creating lockPatrick Steinhardt-11/+12
2025-08-12reftable/stack: allow passing flags to `reftable_stack_add()`Patrick Steinhardt-4/+4
2025-08-06refs: pass refname when invoking reflog entry callbackPatrick Steinhardt-9/+13
2025-08-06Merge branch 'ps/reflog-migrate-fixes' into ps/remote-rename-fixJunio C Hamano-17/+77
2025-08-06refs: fix invalid old object IDs when migrating reflogsPatrick Steinhardt-1/+29
2025-08-06refs: stop unsetting REF_HAVE_OLD for log-only updatesPatrick Steinhardt-14/+10
2025-08-06refs/files: detect race when generating reflog entry for HEADPatrick Steinhardt-2/+38
2025-08-04Merge branch 'ps/config-wo-the-repository'Junio C Hamano-2/+2
2025-08-04Merge branch 'kn/for-each-ref-skip-updates'Junio C Hamano-2/+3
2025-08-03Merge branch 'kn/for-each-ref-skip'Junio C Hamano-202/+135
2025-07-28ref-cache: use 'size_t' instead of int for lengthKarthik Nayak-2/+3
2025-07-24ref-cache: set prefix_state when seekingKarthik Nayak-0/+1
2025-07-23config: drop `git_config_get_int()` wrapperPatrick Steinhardt-1/+1
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt-1/+1
2025-07-16Merge branch 'ps/refs-files-remove-empty-parent'Junio C Hamano-0/+2
2025-07-15refs: selectively set prefix in the seek functionsKarthik Nayak-38/+132
2025-07-15ref-cache: remove unused function 'find_ref_entry()'Karthik Nayak-21/+0
2025-07-15refs: expose `ref_iterator` via 'refs.h'Karthik Nayak-143/+2
2025-07-08Merge branch 'kn/fetch-push-bulk-ref-update'Junio C Hamano-0/+7
2025-07-08refs/files: remove empty parent dirs when ref creation failsPatrick Steinhardt-0/+2
2025-06-25refs/files: skip updates with errors in batched updatesKarthik Nayak-0/+7
2025-06-03Merge branch 'sj/ref-contents-check-fix'Junio C Hamano-0/+3
2025-06-02fsck: ignore missing "refs" directory for linked worktreesshejialuo-0/+3
2025-05-14packed-backend: mmap large "packed-refs" file during fsckshejialuo-12/+7
2025-05-14packed-backend: extract snapshot allocation in `load_contents`shejialuo-22/+31