summaryrefslogtreecommitdiff
path: root/refs.h
AgeCommit message (Expand)AuthorFilesLines
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
2024-06-06refs: implement removal of ref storagesPatrick Steinhardt1-0/+5
2024-06-06refs: allow to skip creation of reflog entriesPatrick Steinhardt1-1/+7
2024-06-06refs: convert ref storage format to an enumPatrick Steinhardt1-2/+8
2024-05-28Merge branch 'ps/pseudo-ref-terminology'Junio C Hamano1-2/+46
2024-05-23Merge branch 'ps/pseudo-ref-terminology' into ps/ref-storage-migrationJunio C Hamano1-2/+46
2024-05-23Merge branch 'ps/refs-without-the-repository-updates' into ps/ref-storage-mig...Junio C Hamano1-29/+22
2024-05-20Merge branch 'kn/ref-transaction-symref'Junio C Hamano1-2/+18
2024-05-17refs: remove `dwim_log()`Patrick Steinhardt1-1/+0
2024-05-17refs: drop `git_default_branch_name()`Patrick Steinhardt1-3/+1
2024-05-17refs: pass repo when peeling objectsPatrick Steinhardt1-2/+3
2024-05-17refs: pass ref store when detecting dangling symrefsPatrick Steinhardt1-3/+4
2024-05-17refs: convert iteration over replace refs to accept ref storePatrick Steinhardt1-15/+2
2024-05-17refs: refactor `resolve_gitlink_ref()` to accept a repositoryPatrick Steinhardt1-2/+3
2024-05-17refs: pass repo when retrieving submodule ref storePatrick Steinhardt1-1/+2
2024-05-17refs: implement releasing ref storagesPatrick Steinhardt1-0/+5
2024-05-17refs: rename `init_db` callback to avoid confusionPatrick Steinhardt1-2/+2
2024-05-15ref-filter: properly distinuish pseudo and root refsPatrick Steinhardt1-0/+18
2024-05-15refs: classify HEAD as a root refPatrick Steinhardt1-3/+2
2024-05-15refs: do not check ref existence in `is_root_ref()`Patrick Steinhardt1-2/+3
2024-05-15refs: rename `is_pseudoref()` to `is_root_ref()`Patrick Steinhardt1-1/+27
2024-05-07refs: remove functions without ref storePatrick Steinhardt1-70/+209
2024-05-07refs: add `exclude_patterns` parameter to `for_each_fullref_in()`Patrick Steinhardt1-1/+2
2024-05-07refs: introduce missing functions that accept a `struct ref_store`Patrick Steinhardt1-0/+13
2024-05-07refs: rename `refs_create_symref()` to `refs_update_symref()`Karthik Nayak1-1/+1
2024-05-07refs: accept symref values in `ref_transaction_update()`Karthik Nayak1-1/+17
2024-03-25refs/reftable: expose auto compaction via new flagPatrick Steinhardt1-1/+5
2024-03-25refs: remove `PACK_REFS_ALL` flagPatrick Steinhardt1-2/+0
2024-03-25refs: move `struct pack_refs_opts` to where it's usedPatrick Steinhardt1-6/+6
2024-03-05Merge branch 'kn/for-all-refs'Junio C Hamano1-0/+9