aboutsummaryrefslogtreecommitdiff
path: root/refs.c
AgeCommit message (Expand)Author
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
2024-12-23Merge branch 'kn/reflog-migration'Junio C Hamano
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano
2024-12-20refs: mark invalid refname message for translationKarthik Nayak
2024-12-19Merge branch 'bf/set-head-symref'Junio C Hamano
2024-12-16refs: add support for migrating reflogsKarthik Nayak
2024-12-16refs: introduce the `ref_transaction_update_reflog` functionKarthik Nayak
2024-12-16refs: add `committer_info` to `ref_transaction_add_update()`Karthik Nayak
2024-12-16refs: extract out refname verification in transactionsKarthik Nayak
2024-12-16refs: include committer info in `ref_update` structKarthik Nayak
2024-12-15Merge branch 'jc/forbid-head-as-tagname'Junio C Hamano
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-12-04Merge branch 'sj/ref-contents-check'Junio C Hamano
2024-12-04Merge branch 'ps/ref-backend-migration-optim'Junio C Hamano
2024-12-03tag: "git tag" refuses to use HEAD as a tagnameJunio C Hamano
2024-12-03refs: drop strbuf_ prefix from helpersJunio C Hamano
2024-12-03refs: move ref name helpers aroundJunio C Hamano
2024-11-26refs: adapt `initial_transaction` flag to be unsignedPatrick Steinhardt
2024-11-25refs: add create_only option to refs_update_symref_extendedBence Ferdinandy
2024-11-25refs: atomically record overwritten ref in update_symrefBence Ferdinandy
2024-11-21ref: add more strict checks for regular refsshejialuo
2024-11-21ref: support multiple worktrees check for refsshejialuo