summaryrefslogtreecommitdiffstats
path: root/refs.c
AgeCommit message (Expand)AuthorLines
2025-10-15Merge branch 'kn/refs-files-case-insensitive' into maint-2.51Junio C Hamano-1/+10
2025-10-15Merge branch 'ps/reflog-migrate-fixes' into maint-2.51Junio C Hamano-27/+33
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-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
2025-04-15Merge branch 'jt/clone-guess-remote-head-fix'Junio C Hamano-1/+2
2025-04-15Merge branch 'ps/object-wo-the-repository'Junio C Hamano-6/+6
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt-1/+1
2025-04-09refs: fix duplicated word in commentChristian Fredrik Johnsen-2/+2
2025-04-08Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanupJunio C Hamano-6/+6
2025-04-08refs: support rejection in batch updates during F/D checksKarthik Nayak-3/+34
2025-04-08refs: implement batch reference update supportKarthik Nayak-0/+61
2025-04-08refs: introduce enum-based transaction error typesKarthik Nayak-23/+26
2025-04-08refs/files: remove duplicate duplicates checkKarthik Nayak-2/+7
2025-04-08refs: move duplicate refname update check to generic layerKarthik Nayak-0/+17
2025-03-29Merge branch 'ps/refname-avail-check-optim'Junio C Hamano-72/+115
2025-03-26Merge branch 'tb/refs-exclude-fixes'Junio C Hamano-0/+20
2025-03-25advice: allow disabling default branch name adviceJustin Tobler-1/+2
2025-03-12refs: reuse iterators when determining refname availabilityPatrick Steinhardt-5/+7
2025-03-12refs/iterator: separate lifecycle from iterationPatrick Steinhardt-2/+5
2025-03-12refs: stop re-verifying common prefixes for availabilityPatrick Steinhardt-0/+12
2025-03-12refs: introduce function to batch refname availability checksPatrick Steinhardt-72/+98
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt-6/+6
2025-03-06refs.c: stop matching non-directory prefixes in exclude patternsTaylor Blau-1/+5
2025-03-06refs.c: remove empty '--exclude' patternsTaylor Blau-0/+16
2025-03-05Merge branch 'ps/path-sans-the-repository'Junio C Hamano-3/+3
2025-02-27Merge branch 'kn/ref-migrate-skip-reflog'Junio C Hamano-3/+5
2025-02-21builtin/refs: add '--no-reflog' flag to drop reflogsKarthik Nayak-3/+5
2025-02-14Merge branch 'kn/reflog-migration-fix-followup'Junio C Hamano-8/+16
2025-02-07submodule: refactor `submodule_to_gitdir()` to accept a repoPatrick Steinhardt-1/+1