aboutsummaryrefslogtreecommitdiffstats
path: root/refs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2025-04-15Merge branch 'jt/clone-guess-remote-head-fix'Junio C Hamano1-1/+2
2025-04-15Merge branch 'ps/object-wo-the-repository'Junio C Hamano1-6/+6
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2025-04-09refs: fix duplicated word in commentChristian Fredrik Johnsen1-2/+2
2025-04-08Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanupJunio C Hamano1-6/+6
2025-04-08refs: support rejection in batch updates during F/D checksKarthik Nayak1-3/+34
2025-04-08refs: implement batch reference update supportKarthik Nayak1-0/+61
2025-04-08refs: introduce enum-based transaction error typesKarthik Nayak1-23/+26
2025-04-08refs/files: remove duplicate duplicates checkKarthik Nayak1-2/+7
2025-04-08refs: move duplicate refname update check to generic layerKarthik Nayak1-0/+17