summaryrefslogtreecommitdiff
path: root/refs
AgeCommit message (Expand)AuthorFilesLines
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 '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-19reftable-backend: implement 'optimize' actionMeet Soni1-0/+7
2025-09-19files-backend: implement 'optimize' actionMeet Soni1-0/+10
2025-09-19refs: add a generic 'optimize' APIMeet Soni1-0/+3
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 Hamano2-7/+57
2025-08-29Merge branch 'ps/reftable-libgit2-cleanup'Junio C Hamano1-11/+12
2025-08-21Merge branch 'ps/remote-rename-fix'Junio C Hamano3-9/+13
2025-08-21Merge branch 'ps/reflog-migrate-fixes'Junio C Hamano3-17/+77
2025-08-19refs: do not clobber dangling symrefsJeff King2-7/+57
2025-08-12refs/reftable: always reload stacks when creating lockPatrick Steinhardt1-11/+12
2025-08-12reftable/stack: allow passing flags to `reftable_stack_add()`Patrick Steinhardt1-4/+4
2025-08-06refs: pass refname when invoking reflog entry callbackPatrick Steinhardt3-9/+13
2025-08-06Merge branch 'ps/reflog-migrate-fixes' into ps/remote-rename-fixJunio C Hamano3-17/+77
2025-08-06refs: fix invalid old object IDs when migrating reflogsPatrick Steinhardt2-1/+29
2025-08-06refs: stop unsetting REF_HAVE_OLD for log-only updatesPatrick Steinhardt3-14/+10
2025-08-06refs/files: detect race when generating reflog entry for HEADPatrick Steinhardt1-2/+38
2025-08-04Merge branch 'ps/config-wo-the-repository'Junio C Hamano2-2/+2
2025-08-04Merge branch 'kn/for-each-ref-skip-updates'Junio C Hamano1-2/+3
2025-08-03Merge branch 'kn/for-each-ref-skip'Junio C Hamano8-202/+135
2025-07-28ref-cache: use 'size_t' instead of int for lengthKarthik Nayak1-2/+3
2025-07-24ref-cache: set prefix_state when seekingKarthik Nayak1-0/+1
2025-07-23config: drop `git_config_get_int()` wrapperPatrick Steinhardt1-1/+1
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
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 Nayak7-38/+132
2025-07-15ref-cache: remove unused function 'find_ref_entry()'Karthik Nayak2-21/+0
2025-07-15refs: expose `ref_iterator` via 'refs.h'Karthik Nayak1-143/+2
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-05-14packed-backend: mmap large "packed-refs" file during fsckshejialuo1-12/+7
2025-05-14packed-backend: extract snapshot allocation in `load_contents`shejialuo1-22/+31
2025-05-14packed-backend: fsck should warn when "packed-refs" file is emptyshejialuo1-0/+9
2025-04-24Merge branch 'ps/object-file-cleanup'Junio C Hamano1-2/+2
2025-04-17Merge branch 'ps/refname-avail-check-optim'Junio C Hamano1-2/+2
2025-04-16Merge branch 'kn/non-transactional-batch-updates'Junio C Hamano4-462/+472
2025-04-15Merge branch 'ps/object-wo-the-repository'Junio C Hamano2-2/+2
2025-04-15object-file: move `safe_create_leading_directories()` into "path.c"Patrick Steinhardt1-2/+2
2025-04-09refs/packed: fix BUG when seeking refs with UTF-8 charactersPatrick Steinhardt1-2/+2