summaryrefslogtreecommitdiffstats
path: root/refs
AgeCommit message (Expand)AuthorLines
2025-10-26Merge branch 'js/unreachable-workaround-for-no-symlink-head' into maint-2.51Junio 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-09refs: forbid clang to complain about unreachable codeJohannes Schindelin-1/+7
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-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
2025-05-14packed-backend: fsck should warn when "packed-refs" file is emptyshejialuo-0/+9
2025-04-24Merge branch 'ps/object-file-cleanup'Junio C Hamano-2/+2
2025-04-17Merge branch 'ps/refname-avail-check-optim'Junio C Hamano-2/+2
2025-04-16Merge branch 'kn/non-transactional-batch-updates'Junio C Hamano-463/+473
2025-04-15Merge branch 'ps/object-wo-the-repository'Junio C Hamano-2/+2
2025-04-15object-file: move `safe_create_leading_directories()` into "path.c"Patrick Steinhardt-2/+2
2025-04-09refs/packed: fix BUG when seeking refs with UTF-8 charactersPatrick Steinhardt-2/+2
2025-04-08Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanupJunio C Hamano-2/+2
2025-04-08refs: support rejection in batch updates during F/D checksKarthik Nayak-12/+42
2025-04-08refs: implement batch reference update supportKarthik Nayak-4/+73
2025-04-08refs: introduce enum-based transaction error typesKarthik Nayak-143/+151
2025-04-08refs/reftable: extract code from the transaction preparationKarthik Nayak-226/+237
2025-04-08refs/files: remove duplicate duplicates checkKarthik Nayak-14/+0
2025-04-08refs: move duplicate refname update check to generic layerKarthik Nayak-114/+34
2025-04-08refs/files: remove redundant check in split_symref_update()Karthik Nayak-17/+3
2025-03-29Merge branch 'ps/refname-avail-check-optim'Junio C Hamano-245/+359
2025-03-26Merge branch 'sj/ref-consistency-checks-more'Junio C Hamano-12/+351
2025-03-12refs/iterator: implement seeking for files iteratorsPatrick Steinhardt-0/+16
2025-03-12refs/iterator: implement seeking for packed-ref iteratorsPatrick Steinhardt-22/+43
2025-03-12refs/iterator: implement seeking for ref-cache iteratorsPatrick Steinhardt-28/+51
2025-03-12refs/iterator: implement seeking for reftable iteratorsPatrick Steinhardt-5/+30