summaryrefslogtreecommitdiffstats
path: root/refs.c
AgeCommit message (Expand)AuthorLines
2025-12-05Merge branch 'ps/object-source-management'Junio C Hamano-1/+1
2025-11-25odb: move logic to disable ref updates into repoPatrick Steinhardt-1/+1
2025-11-10refs: add a `optimize_required` field to `struct ref_storage_be`Karthik Nayak-0/+7
2025-11-04refs: rename 'pack_refs_opts' to 'refs_optimize_opts'Karthik Nayak-1/+1
2025-11-04refs: move to using the '.optimize' functionsKarthik Nayak-6/+0
2025-11-04object: add flag to `peel_object()` to verify object typePatrick Steinhardt-1/+1
2025-11-04refs: drop `current_ref_iter` hackPatrick Steinhardt-10/+0
2025-11-04refs: expose peeled object ID via the iteratorPatrick Steinhardt-0/+12
2025-11-04refs: introduce `.ref` field for the base iteratorPatrick Steinhardt-4/+4
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt-29/+38
2025-10-14Merge branch 'sj/string-list'Junio C Hamano-9/+4
2025-10-13Merge branch 'kn/reftable-consistency-checks'Junio C Hamano-0/+4
2025-10-07refs: move consistency check msg to generic layerKarthik Nayak-0/+4
2025-10-06refs: enable sign compare warnings checkshejialuo-6/+3
2025-10-06string-list: change "string_list_find_insert_index" return type to "size_t"shejialuo-3/+1
2025-10-06string-list: replace negative index encoding with "exact_match" parametershejialuo-1/+1
2025-10-02Merge branch 'ms/refs-optimize'Junio C Hamano-0/+5
2025-09-29Merge branch 'kn/refs-files-case-insensitive'Junio C Hamano-1/+10
2025-09-19refs: add a generic 'optimize' APIMeet Soni-0/+5
2025-09-18initial branch: give hints after switching the default nameJunio C Hamano-2/+10
2025-09-17refs/files: handle D/F conflicts during lockingKarthik Nayak-1/+8
2025-09-17refs/files: catch conflicts on case-insensitive file-systemsKarthik Nayak-0/+2
2025-09-10breaking-changes: switch default branch to mainPhillip Wood-4/+11
2025-08-21Merge branch 'ps/remote-rename-fix'Junio C Hamano-38/+26
2025-08-21Merge branch 'ps/reflog-migrate-fixes'Junio C Hamano-27/+33
2025-08-06builtin/remote: only iterate through refs that are to be renamedPatrick Steinhardt-1/+7
2025-08-06refs: simplify logic when migrating reflog entriesPatrick Steinhardt-26/+10
2025-08-06refs: pass refname when invoking reflog entry callbackPatrick Steinhardt-11/+9
2025-08-06Merge branch 'ps/reflog-migrate-fixes' into ps/remote-rename-fixJunio C Hamano-27/+33
2025-08-06refs: fix invalid old object IDs when migrating reflogsPatrick Steinhardt-1/+2
2025-08-06refs: stop unsetting REF_HAVE_OLD for log-only updatesPatrick Steinhardt-5/+3
2025-08-06refs: fix identity for migrated reflogsPatrick Steinhardt-4/+18
2025-08-06refs: export `ref_transaction_update_reflog()`Patrick Steinhardt-18/+11
2025-08-04Merge branch 'ps/config-wo-the-repository'Junio C Hamano-1/+1
2025-08-03Merge branch 'kn/for-each-ref-skip'Junio C Hamano-3/+3
2025-07-23config: drop `git_config_get_int()` wrapperPatrick Steinhardt-1/+1
2025-07-16Merge branch 'ph/fetch-prune-optim'Junio C Hamano-22/+12
2025-07-15Merge branch 'ps/object-store'Junio C Hamano-3/+4
2025-07-15refs: selectively set prefix in the seek functionsKarthik Nayak-3/+3
2025-07-01clean up interface for refs_warn_dangling_symrefsPhil Hord-6/+11
2025-07-01refs: remove old refs_warn_dangling_symrefPhil Hord-16/+1
2025-07-01fetch-prune: optimize dangling-ref reportingPhil Hord-1/+1
2025-07-01odb: rename `has_object()`Patrick Steinhardt-1/+2
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt-1/+1
2025-07-01object-store: rename `object_directory` to `odb_source`Patrick Steinhardt-1/+1
2025-05-19refs: add function to translate errors to stringsKarthik Nayak-0/+20
2025-04-29treewide: convert users of `repo_has_object_file()` to `has_object()`Patrick Steinhardt-1/+1
2025-04-24Merge branch 'ps/object-file-cleanup' into ps/object-store-cleanupJunio C Hamano-1/+1
2025-04-17Merge branch 'cj/refname-avail-check-optim-typofix'Junio C Hamano-2/+2
2025-04-16Merge branch 'kn/non-transactional-batch-updates'Junio C Hamano-27/+144