summaryrefslogtreecommitdiff
path: root/refs.h
AgeCommit message (Expand)AuthorFilesLines
2025-07-01refs: remove old refs_warn_dangling_symrefPhil Hord1-2/+0
2025-05-19refs: add function to translate errors to stringsKarthik Nayak1-0/+5
2025-04-16Merge branch 'kn/non-transactional-batch-updates'Junio C Hamano1-25/+45
2025-04-08refs: support rejection in batch updates during F/D checksKarthik Nayak1-12/+0
2025-04-08refs: implement batch reference update supportKarthik Nayak1-0/+22
2025-04-08refs: introduce enum-based transaction error typesKarthik Nayak1-19/+29
2025-03-29Merge branch 'ps/refname-avail-check-optim'Junio C Hamano1-0/+12
2025-03-12refs: introduce function to batch refname availability checksPatrick Steinhardt1-0/+12
2025-03-06Merge branch 'tz/doc-txt-to-adoc-fixes'Junio C Hamano1-1/+1
2025-03-03refs.h: *.txt -> *.adoc fixesTodd Zullinger1-1/+1
2025-02-27Merge branch 'kn/ref-migrate-skip-reflog'Junio C Hamano1-1/+4
2025-02-21builtin/refs: add '--no-reflog' flag to drop reflogsKarthik Nayak1-1/+4
2025-01-22refs: mark `ref_transaction_update_reflog()` as staticKarthik Nayak1-14/+0
2024-12-23Merge branch 'kn/reflog-migration'Junio C Hamano1-0/+14
2024-12-19Merge branch 'bf/set-head-symref'Junio C Hamano1-1/+18
2024-12-16refs: introduce the `ref_transaction_update_reflog` functionKarthik Nayak1-0/+14
2024-12-15Merge branch 'jc/forbid-head-as-tagname'Junio C Hamano1-0/+29
2024-12-04Merge branch 'sj/ref-contents-check'Junio C Hamano1-1/+2
2024-12-03refs: drop strbuf_ prefix from helpersJunio C Hamano1-4/+4
2024-12-03refs: move ref name helpers aroundJunio C Hamano1-0/+29
2024-11-26refs: adapt `initial_transaction` flag to be unsignedPatrick Steinhardt1-1/+1
2024-11-25refs: add create_only option to refs_update_symref_extendedBence Ferdinandy1-1/+1
2024-11-25refs: add TRANSACTION_CREATE_EXISTS errorBence Ferdinandy1-1/+3
2024-11-25refs: atomically record overwritten ref in update_symrefBence Ferdinandy1-0/+4
2024-11-25refs: standardize output of refs_read_symbolic_refBence Ferdinandy1-0/+11
2024-11-21ref: support multiple worktrees check for refsshejialuo1-1/+2
2024-11-21refs: skip collision checks in initial transactionsPatrick Steinhardt1-1/+4
2024-11-21refs: introduce "initial" transaction flagPatrick Steinhardt1-19/+18
2024-11-21refs: allow passing flags when setting up a transactionPatrick Steinhardt1-1/+2
2024-09-25Merge branch 'ak/typofix-2.46-maint'Junio C Hamano1-3/+3
2024-09-25Merge branch 'ps/reftable-exclude'Junio C Hamano1-0/+9
2024-09-19refs: fix typosAndrew Kreimer1-3/+3
2024-09-16refs: properly apply exclude patterns to namespaced refsPatrick Steinhardt1-0/+9
2024-09-12refs: stop modifying global `log_all_ref_updates` variablePatrick Steinhardt1-1/+3
2024-08-16Merge branch 'sj/ref-fsck'Junio C Hamano1-0/+8
2024-08-15Merge branch 'jc/refs-symref-referent'Junio C Hamano1-1/+1
2024-08-09refs: add referent to each_ref_fnJohn Cai1-1/+1
2024-08-08refs: set up ref consistency check infrastructureshejialuo1-0/+8
2024-08-02refs: drop `ref_store`-less functionsPatrick Steinhardt1-207/+0
2024-07-18Merge branch 'ch/refs-without-the-repository-fix'Junio C Hamano1-2/+2
2024-07-16refs: correct the version numbers in a commentChristian Hesse1-2/+2
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano1-7/+1
2024-06-20Merge branch 'kn/update-ref-symref'Junio C Hamano1-1/+5
2024-06-17Merge branch 'ps/no-writable-strings'Junio C Hamano1-1/+1
2024-06-14refs: avoid include cycle with "repository.h"Patrick Steinhardt1-7/+1
2024-06-07global: improve const correctness when assigning string constantsPatrick Steinhardt1-1/+1
2024-06-07update-ref: add support for 'symref-create' commandKarthik Nayak1-0/+1
2024-06-07update-ref: add support for 'symref-delete' commandKarthik Nayak1-1/+3
2024-06-07update-ref: add support for 'symref-verify' commandKarthik Nayak1-0/+1
2024-06-06refs: implement logic to migrate between ref storage formatsPatrick Steinhardt1-0/+18