summaryrefslogtreecommitdiff
path: root/refs
AgeCommit message (Expand)Author
2025-10-27refs: add missing remove_on_disk implementation for debug backendXinyu Ruan
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-08Merge branch 'kn/ref-cache-seek-fix'Junio C Hamano
2025-10-07refs/reftable: add fsck check for checking the table nameKarthik Nayak
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-10-01refs/ref-cache: fix SEGFAULT when seeking in empty directoriesKarthik Nayak
2025-09-29Merge branch 'kn/refs-files-case-insensitive'Junio C Hamano
2025-09-19reftable-backend: implement 'optimize' actionMeet Soni
2025-09-19files-backend: implement 'optimize' actionMeet Soni
2025-09-19refs: add a generic 'optimize' APIMeet 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
2025-08-29Merge branch 'ps/reftable-libgit2-cleanup'Junio C Hamano
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-12refs/reftable: always reload stacks when creating lockPatrick Steinhardt
2025-08-12reftable/stack: allow passing flags to `reftable_stack_add()`Patrick Steinhardt
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-04Merge branch 'ps/config-wo-the-repository'Junio C Hamano
2025-08-04Merge branch 'kn/for-each-ref-skip-updates'Junio C Hamano
2025-08-03Merge branch 'kn/for-each-ref-skip'Junio C Hamano
2025-07-28ref-cache: use 'size_t' instead of int for lengthKarthik Nayak
2025-07-24ref-cache: set prefix_state when seekingKarthik Nayak
2025-07-23config: drop `git_config_get_int()` wrapperPatrick Steinhardt
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
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-15ref-cache: remove unused function 'find_ref_entry()'Karthik Nayak
2025-07-15refs: expose `ref_iterator` via 'refs.h'Karthik 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