summaryrefslogtreecommitdiff
path: root/refs.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-25Merge branch 'ps/reftable-exclude'Junio C Hamano1-4/+31
2024-09-16refs: properly apply exclude patterns to namespaced refsPatrick Steinhardt1-4/+31
2024-09-12environment: stop storing "core.warnAmbiguousRefs" globallyPatrick Steinhardt1-2/+2
2024-09-12refs: stop modifying global `log_all_ref_updates` variablePatrick Steinhardt1-2/+3
2024-08-26Merge branch 'jk/mark-unused-parameters'Junio C Hamano1-2/+3
2024-08-23Merge branch 'ps/config-wo-the-repository'Junio C Hamano1-1/+3
2024-08-17refs: mark unused parameters in do_for_each_reflog_helper()Jeff King1-2/+3
2024-08-16Merge branch 'sj/ref-fsck'Junio C Hamano1-0/+5
2024-08-15Merge branch 'jc/refs-symref-referent'Junio C Hamano1-7/+7
2024-08-15Merge branch 'ps/submodule-ref-format'Junio C Hamano1-1/+1
2024-08-13global: prepare for hiding away repo-less config functionsPatrick Steinhardt1-0/+2
2024-08-13hooks: remove implicit dependency on `the_repository`Patrick Steinhardt1-1/+1
2024-08-09refs: add referent to each_ref_fnJohn Cai1-7/+7
2024-08-08refs: set up ref consistency check infrastructureshejialuo1-0/+5
2024-08-08refs: fix ref storage format for submodule ref storesPatrick Steinhardt1-1/+1
2024-07-30refs/files: stop using `the_repository` in `parse_loose_ref_contents()`Patrick Steinhardt1-2/+2
2024-07-30refs: stop using `the_repository`Patrick Steinhardt1-7/+5
2024-07-23Merge branch 'ps/ref-storage-migration-fix'Junio C Hamano1-4/+18
2024-07-23refs: fix format migration on CygwinPatrick Steinhardt1-4/+18
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano1-3/+5
2024-06-20Merge branch 'kn/update-ref-symref'Junio C Hamano1-11/+32
2024-06-17Merge branch 'ps/no-writable-strings'Junio C Hamano1-1/+1
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt1-3/+3
2024-06-07global: improve const correctness when assigning string constantsPatrick Steinhardt1-1/+1
2024-06-07update-ref: add support for 'symref-create' commandKarthik Nayak1-3/+6
2024-06-07update-ref: add support for 'symref-delete' commandKarthik Nayak1-4/+10
2024-06-07update-ref: add support for 'symref-verify' commandKarthik Nayak1-3/+8
2024-06-07refs: create and use `ref_update_expects_existing_old_ref()`Karthik Nayak1-0/+6
2024-06-06refs: implement logic to migrate between ref storage formatsPatrick Steinhardt1-0/+308
2024-06-06refs: implement removal of ref storagesPatrick Steinhardt1-0/+5
2024-06-06refs: allow to skip creation of reflog entriesPatrick Steinhardt1-0/+6
2024-06-06refs: pass storage format to `ref_store_init()` explicitlyPatrick Steinhardt1-8/+11
2024-06-06refs: convert ref storage format to an enumPatrick Steinhardt1-3/+4
2024-05-28Merge branch 'ps/pseudo-ref-terminology'Junio C Hamano1-63/+35
2024-05-23Merge branch 'ps/pseudo-ref-terminology' into ps/ref-storage-migrationJunio C Hamano1-63/+35
2024-05-23Merge branch 'ps/refs-without-the-repository-updates' into ps/ref-storage-mig...Junio C Hamano1-195/+71
2024-05-20Merge branch 'kn/ref-transaction-symref'Junio C Hamano1-22/+95
2024-05-17refs: remove `dwim_log()`Patrick Steinhardt1-5/+0
2024-05-17refs: drop `git_default_branch_name()`Patrick Steinhardt1-10/+0
2024-05-17refs: pass repo when peeling objectsPatrick Steinhardt1-2/+2
2024-05-17refs: move object peeling into "object.c"Patrick Steinhardt1-22/+0
2024-05-17refs: pass ref store when detecting dangling symrefsPatrick Steinhardt1-20/+20
2024-05-17refs: convert iteration over replace refs to accept ref storePatrick Steinhardt1-51/+7
2024-05-17refs: retrieve worktree ref stores via associated repositoryPatrick Steinhardt1-13/+14
2024-05-17refs: refactor `resolve_gitlink_ref()` to accept a repositoryPatrick Steinhardt1-3/+4
2024-05-17refs: pass repo when retrieving submodule ref storePatrick Steinhardt1-15/+7
2024-05-17refs: track ref stores via strmapPatrick Steinhardt1-57/+14
2024-05-17refs: implement releasing ref storagesPatrick Steinhardt1-0/+6
2024-05-17refs: rename `init_db` callback to avoid confusionPatrick Steinhardt1-2/+2