summaryrefslogtreecommitdiff
path: root/refs.c
AgeCommit message (Expand)Author
2025-08-04Merge branch 'ps/config-wo-the-repository'Junio C Hamano
2025-08-03Merge branch 'kn/for-each-ref-skip'Junio C Hamano
2025-07-23config: drop `git_config_get_int()` wrapperPatrick Steinhardt
2025-07-16Merge branch 'ph/fetch-prune-optim'Junio C Hamano
2025-07-15Merge branch 'ps/object-store'Junio C Hamano
2025-07-15refs: selectively set prefix in the seek functionsKarthik Nayak
2025-07-01clean up interface for refs_warn_dangling_symrefsPhil Hord
2025-07-01refs: remove old refs_warn_dangling_symrefPhil Hord
2025-07-01fetch-prune: optimize dangling-ref reportingPhil Hord
2025-07-01odb: rename `has_object()`Patrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-07-01object-store: rename `object_directory` to `odb_source`Patrick Steinhardt
2025-05-19refs: add function to translate errors to stringsKarthik Nayak
2025-04-29treewide: convert users of `repo_has_object_file()` to `has_object()`Patrick Steinhardt
2025-04-24Merge branch 'ps/object-file-cleanup' into ps/object-store-cleanupJunio C Hamano
2025-04-17Merge branch 'cj/refname-avail-check-optim-typofix'Junio C Hamano
2025-04-16Merge branch 'kn/non-transactional-batch-updates'Junio C Hamano
2025-04-15Merge branch 'jt/clone-guess-remote-head-fix'Junio C Hamano
2025-04-15Merge branch 'ps/object-wo-the-repository'Junio C Hamano
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2025-04-09refs: fix duplicated word in commentChristian Fredrik Johnsen
2025-04-08Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanupJunio C Hamano
2025-04-08refs: support rejection in batch updates during F/D checksKarthik Nayak
2025-04-08refs: implement batch reference update supportKarthik Nayak
2025-04-08refs: introduce enum-based transaction error typesKarthik Nayak
2025-04-08refs/files: remove duplicate duplicates checkKarthik Nayak
2025-04-08refs: move duplicate refname update check to generic layerKarthik Nayak
2025-03-29Merge branch 'ps/refname-avail-check-optim'Junio C Hamano
2025-03-26Merge branch 'tb/refs-exclude-fixes'Junio C Hamano
2025-03-25advice: allow disabling default branch name adviceJustin Tobler
2025-03-12refs: reuse iterators when determining refname availabilityPatrick Steinhardt
2025-03-12refs/iterator: separate lifecycle from iterationPatrick Steinhardt
2025-03-12refs: stop re-verifying common prefixes for availabilityPatrick Steinhardt
2025-03-12refs: introduce function to batch refname availability checksPatrick Steinhardt
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt
2025-03-06refs.c: stop matching non-directory prefixes in exclude patternsTaylor Blau
2025-03-06refs.c: remove empty '--exclude' patternsTaylor Blau
2025-03-05Merge branch 'ps/path-sans-the-repository'Junio C Hamano
2025-02-27Merge branch 'kn/ref-migrate-skip-reflog'Junio C Hamano
2025-02-21builtin/refs: add '--no-reflog' flag to drop reflogsKarthik Nayak
2025-02-14Merge branch 'kn/reflog-migration-fix-followup'Junio C Hamano
2025-02-07submodule: refactor `submodule_to_gitdir()` to accept a repoPatrick Steinhardt
2025-02-07path: refactor `repo_common_path()` family of functionsPatrick Steinhardt
2025-02-03Merge branch 'kn/reflog-migration-fix-fix'Junio C Hamano
2025-01-29Merge branch 'ps/reflog-migration-with-logall-fix'Junio C Hamano
2025-01-22refs: fix migration of reflogs respecting "core.logAllRefUpdates"Patrick Steinhardt
2025-01-22refs: use 'uint64_t' for 'ref_update.index'Karthik Nayak
2025-01-22refs: mark `ref_transaction_update_reflog()` as staticKarthik Nayak
2025-01-17Merge branch 'kn/reflog-migration-fix' into kn/reflog-migration-fix-followupJunio C Hamano
2025-01-15reftable: write correct max_update_index to headerKarthik Nayak