summaryrefslogtreecommitdiff
path: root/refs.c
AgeCommit message (Expand)AuthorFilesLines
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
2025-03-29Merge branch 'ps/refname-avail-check-optim'Junio C Hamano1-70/+113
2025-03-26Merge branch 'tb/refs-exclude-fixes'Junio C Hamano1-0/+20
2025-03-25advice: allow disabling default branch name adviceJustin Tobler1-1/+2
2025-03-12refs: reuse iterators when determining refname availabilityPatrick Steinhardt1-5/+7
2025-03-12refs/iterator: separate lifecycle from iterationPatrick Steinhardt1-2/+5
2025-03-12refs: stop re-verifying common prefixes for availabilityPatrick Steinhardt1-0/+12
2025-03-12refs: introduce function to batch refname availability checksPatrick Steinhardt1-71/+97
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt1-6/+6
2025-03-06refs.c: stop matching non-directory prefixes in exclude patternsTaylor Blau1-1/+5
2025-03-06refs.c: remove empty '--exclude' patternsTaylor Blau1-0/+16
2025-03-05Merge branch 'ps/path-sans-the-repository'Junio C Hamano1-3/+3
2025-02-27Merge branch 'kn/ref-migrate-skip-reflog'Junio C Hamano1-3/+5
2025-02-21builtin/refs: add '--no-reflog' flag to drop reflogsKarthik Nayak1-3/+5
2025-02-14Merge branch 'kn/reflog-migration-fix-followup'Junio C Hamano1-8/+16
2025-02-07submodule: refactor `submodule_to_gitdir()` to accept a repoPatrick Steinhardt1-1/+1
2025-02-07path: refactor `repo_common_path()` family of functionsPatrick Steinhardt1-2/+2
2025-02-03Merge branch 'kn/reflog-migration-fix-fix'Junio C Hamano1-0/+7
2025-01-29Merge branch 'ps/reflog-migration-with-logall-fix'Junio C Hamano1-1/+1
2025-01-22refs: fix migration of reflogs respecting "core.logAllRefUpdates"Patrick Steinhardt1-1/+1
2025-01-22refs: use 'uint64_t' for 'ref_update.index'Karthik Nayak1-2/+2
2025-01-22refs: mark `ref_transaction_update_reflog()` as staticKarthik Nayak1-7/+15
2025-01-17Merge branch 'kn/reflog-migration-fix' into kn/reflog-migration-fix-followupJunio C Hamano1-0/+7
2025-01-15reftable: write correct max_update_index to headerKarthik Nayak1-0/+7
2024-12-23Merge branch 'kn/reflog-migration'Junio C Hamano1-44/+132