aboutsummaryrefslogtreecommitdiffstats
path: root/refs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-11-08Merge branch 'ar/run-command-hook' into seenJunio C Hamano1-48/+53
2025-11-06refs: 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-17reference-transaction: use hook API instead of run-commandAdrian Ratiu1-48/+53
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
2025-07-01odb: rename `has_object()`Patrick Steinhardt1-1/+2
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-07-01object-store: rename `object_directory` to `odb_source`Patrick Steinhardt1-1/+1
2025-05-19refs: add function to translate errors to stringsKarthik Nayak1-0/+20
2025-04-29treewide: convert users of `repo_has_object_file()` to `has_object()`Patrick Steinhardt1-1/+1
2025-04-24Merge branch 'ps/object-file-cleanup' into ps/object-store-cleanupJunio C Hamano1-1/+1
2025-04-17Merge branch 'cj/refname-avail-check-optim-typofix'Junio C Hamano1-2/+2
2025-04-16Merge branch 'kn/non-transactional-batch-updates'Junio C Hamano1-27/+144