summaryrefslogtreecommitdiffstats
path: root/refs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2026-01-21Merge branch 'ps/ref-consistency-checks'Junio C Hamano1-0/+43
2026-01-15Revert "Merge branch 'ar/run-command-hook'"Junio C Hamano1-52/+48
2026-01-12builtin/fsck: move generic HEAD check into `refs_fsck()`Patrick Steinhardt1-1/+11
2026-01-12builtin/fsck: move generic object ID checks into `refs_fsck()`Patrick Steinhardt1-3/+8
2026-01-12refs/files: introduce function to perform normal ref checksPatrick Steinhardt1-0/+7
2026-01-12refs/files: extract generic symref target checksPatrick Steinhardt1-0/+21
2026-01-06Merge branch 'ar/run-command-hook'Junio C Hamano1-48/+52
2025-12-28reference-transaction: use hook API instead of run-commandAdrian Ratiu1-48/+52
2025-12-05Merge branch 'ps/object-source-management'Junio C Hamano1-1/+1
2025-11-25odb: move logic to disable ref updates into repoPatrick Steinhardt1-1/+1
2025-11-10refs: add a `optimize_required` field to `struct ref_storage_be`Karthik Nayak1-0/+7
2025-11-04refs: rename 'pack_refs_opts' to 'refs_optimize_opts'Karthik Nayak1-1/+1
2025-11-04refs: move to using the '.optimize' functionsKarthik Nayak1-6/+0
2025-11-04object: add flag to `peel_object()` to verify object typePatrick Steinhardt1-1/+1
2025-11-04refs: drop `current_ref_iter` hackPatrick Steinhardt1-10/+0
2025-11-04refs: expose peeled object ID via the iteratorPatrick Steinhardt1-0/+12
2025-11-04refs: introduce `.ref` field for the base iteratorPatrick Steinhardt1-4/+4
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt1-29/+38
2025-10-14Merge branch 'sj/string-list'Junio C Hamano1-9/+4
2025-10-13Merge branch 'kn/reftable-consistency-checks'Junio C Hamano1-0/+4
2025-10-07refs: move consistency check msg to generic layerKarthik Nayak1-0/+4
2025-10-06refs: enable sign compare warnings checkshejialuo1-6/+3
2025-10-06string-list: change "string_list_find_insert_index" return type to "size_t"shejialuo1-3/+1
2025-10-06string-list: replace negative index encoding with "exact_match" parametershejialuo1-1/+1
2025-10-02Merge branch 'ms/refs-optimize'Junio C Hamano1-0/+5
2025-09-29Merge branch 'kn/refs-files-case-insensitive'Junio C Hamano1-1/+10
2025-09-19refs: add a generic 'optimize' APIMeet Soni1-0/+5
2025-09-18initial branch: give hints after switching the default nameJunio C Hamano1-2/+10
2025-09-17refs/files: handle D/F conflicts during lockingKarthik Nayak1-1/+8
2025-09-17refs/files: catch conflicts on case-insensitive file-systemsKarthik Nayak1-0/+2
2025-09-10breaking-changes: switch default branch to mainPhillip Wood1-4/+11
2025-08-21Merge branch 'ps/remote-rename-fix'Junio C Hamano1-38/+26
2025-08-21Merge branch 'ps/reflog-migrate-fixes'Junio C Hamano1-27/+33
2025-08-06builtin/remote: only iterate through refs that are to be renamedPatrick Steinhardt1-1/+7
2025-08-06refs: simplify logic when migrating reflog entriesPatrick Steinhardt1-26/+10
2025-08-06refs: pass refname when invoking reflog entry callbackPatrick Steinhardt1-11/+9
2025-08-06Merge branch 'ps/reflog-migrate-fixes' into ps/remote-rename-fixJunio C Hamano1-27/+33
2025-08-06refs: fix invalid old object IDs when migrating reflogsPatrick Steinhardt1-1/+2
2025-08-06refs: stop unsetting REF_HAVE_OLD for log-only updatesPatrick Steinhardt1-5/+3
2025-08-06refs: fix identity for migrated reflogsPatrick Steinhardt1-4/+18
2025-08-06refs: export `ref_transaction_update_reflog()`Patrick Steinhardt1-18/+11
2025-08-04Merge branch 'ps/config-wo-the-repository'Junio C Hamano1-1/+1
2025-08-03Merge branch 'kn/for-each-ref-skip'Junio C Hamano1-3/+3
2025-07-23config: drop `git_config_get_int()` wrapperPatrick Steinhardt1-1/+1
2025-07-16Merge branch 'ph/fetch-prune-optim'Junio C Hamano1-22/+12
2025-07-15Merge branch 'ps/object-store'Junio C Hamano1-3/+4
2025-07-15refs: selectively set prefix in the seek functionsKarthik Nayak1-3/+3
2025-07-01clean up interface for refs_warn_dangling_symrefsPhil Hord1-6/+11
2025-07-01refs: remove old refs_warn_dangling_symrefPhil Hord1-16/+1
2025-07-01fetch-prune: optimize dangling-ref reportingPhil Hord1-1/+1