summaryrefslogtreecommitdiff
path: root/refs.c
AgeCommit message (Expand)Author
2024-07-23Merge branch 'ps/ref-storage-migration-fix'Junio C Hamano
2024-07-23refs: fix format migration on CygwinPatrick Steinhardt
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano
2024-06-20Merge branch 'kn/update-ref-symref'Junio C Hamano
2024-06-17Merge branch 'ps/no-writable-strings'Junio C Hamano
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt
2024-06-07global: improve const correctness when assigning string constantsPatrick Steinhardt
2024-06-07update-ref: add support for 'symref-create' commandKarthik Nayak
2024-06-07update-ref: add support for 'symref-delete' commandKarthik Nayak
2024-06-07update-ref: add support for 'symref-verify' commandKarthik Nayak
2024-06-07refs: create and use `ref_update_expects_existing_old_ref()`Karthik Nayak
2024-06-06refs: implement logic to migrate between ref storage formatsPatrick Steinhardt
2024-06-06refs: implement removal of ref storagesPatrick Steinhardt
2024-06-06refs: allow to skip creation of reflog entriesPatrick Steinhardt
2024-06-06refs: pass storage format to `ref_store_init()` explicitlyPatrick Steinhardt
2024-06-06refs: convert ref storage format to an enumPatrick Steinhardt
2024-05-28Merge branch 'ps/pseudo-ref-terminology'Junio C Hamano
2024-05-23Merge branch 'ps/pseudo-ref-terminology' into ps/ref-storage-migrationJunio C Hamano
2024-05-23Merge branch 'ps/refs-without-the-repository-updates' into ps/ref-storage-mig...Junio C Hamano
2024-05-20Merge branch 'kn/ref-transaction-symref'Junio C Hamano
2024-05-17refs: remove `dwim_log()`Patrick Steinhardt
2024-05-17refs: drop `git_default_branch_name()`Patrick Steinhardt
2024-05-17refs: pass repo when peeling objectsPatrick Steinhardt
2024-05-17refs: move object peeling into "object.c"Patrick Steinhardt
2024-05-17refs: pass ref store when detecting dangling symrefsPatrick Steinhardt
2024-05-17refs: convert iteration over replace refs to accept ref storePatrick Steinhardt
2024-05-17refs: retrieve worktree ref stores via associated repositoryPatrick Steinhardt
2024-05-17refs: refactor `resolve_gitlink_ref()` to accept a repositoryPatrick Steinhardt
2024-05-17refs: pass repo when retrieving submodule ref storePatrick Steinhardt
2024-05-17refs: track ref stores via strmapPatrick Steinhardt
2024-05-17refs: implement releasing ref storagesPatrick Steinhardt
2024-05-17refs: rename `init_db` callback to avoid confusionPatrick Steinhardt
2024-05-15refs: refuse to write pseudorefsPatrick Steinhardt
2024-05-15ref-filter: properly distinuish pseudo and root refsPatrick Steinhardt
2024-05-15refs: pseudorefs are no refsPatrick Steinhardt
2024-05-15refs: classify HEAD as a root refPatrick Steinhardt
2024-05-15refs: do not check ref existence in `is_root_ref()`Patrick Steinhardt
2024-05-15refs: rename `is_special_ref()` to `is_pseudo_ref()`Patrick Steinhardt
2024-05-15refs: rename `is_pseudoref()` to `is_root_ref()`Patrick Steinhardt
2024-05-07refs: remove functions without ref storePatrick Steinhardt
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt
2024-05-07refs: add `exclude_patterns` parameter to `for_each_fullref_in()`Patrick Steinhardt
2024-05-07refs: introduce missing functions that accept a `struct ref_store`Patrick Steinhardt
2024-05-07refs: rename `refs_create_symref()` to `refs_update_symref()`Karthik Nayak
2024-05-07refs: use transaction in `refs_create_symref()`Karthik Nayak
2024-05-07refs: add support for transactional symref updatesKarthik Nayak
2024-05-07refs: move `original_update_refname` to 'refs.c'Karthik Nayak
2024-05-07refs: support symrefs in 'reference-transaction' hookKarthik Nayak
2024-05-07refs: accept symref values in `ref_transaction_update()`Karthik Nayak