aboutsummaryrefslogtreecommitdiff
path: root/refs.h
AgeCommit message (Expand)Author
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: pass ref store when detecting dangling symrefsPatrick Steinhardt
2024-05-17refs: convert iteration over replace refs to accept ref storePatrick 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: implement releasing ref storagesPatrick Steinhardt
2024-05-17refs: rename `init_db` callback to avoid confusionPatrick Steinhardt
2024-05-15ref-filter: properly distinuish pseudo and root 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_pseudoref()` to `is_root_ref()`Patrick Steinhardt
2024-05-07refs: remove functions without ref storePatrick 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: accept symref values in `ref_transaction_update()`Karthik Nayak
2024-03-25refs/reftable: expose auto compaction via new flagPatrick Steinhardt
2024-03-25refs: remove `PACK_REFS_ALL` flagPatrick Steinhardt
2024-03-25refs: move `struct pack_refs_opts` to where it's usedPatrick Steinhardt
2024-03-05Merge branch 'kn/for-all-refs'Junio C Hamano
2024-03-05Merge branch 'jk/reflog-special-cases-fix'Junio C Hamano
2024-02-26read_ref_at(): special-case ref@{0} for an empty reflogJeff King
2024-02-23refs: introduce `refs_for_each_include_root_refs()`Karthik Nayak
2024-02-23refs: introduce `is_pseudoref()` and `is_headref()`Karthik Nayak
2024-02-21refs: drop unused params from the reflog iterator callbackPatrick Steinhardt
2024-01-26Merge branch 'ps/worktree-refdb-initialization'Junio C Hamano
2024-01-16Merge branch 'ps/refstorage-extension'Junio C Hamano
2024-01-08refs/files: skip creation of "refs/{heads,tags}" for worktreesPatrick Steinhardt
2024-01-08refs: prepare `refs_init_db()` for initializing worktree refsPatrick Steinhardt
2024-01-02refs: refactor logic to look up storage backendsPatrick Steinhardt
2023-12-15refs.h: HEAD is not that specialJunio C Hamano
2023-07-21Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano
2023-07-10refs.h: implement `hidden_refs_to_excludes()`Taylor Blau
2023-07-10refs.h: let `for_each_namespaced_ref()` take excluded patternsTaylor Blau
2023-07-10revision.h: store hidden refs in a `strvec`Taylor Blau
2023-07-10refs/packed-backend.c: implement jump lists to avoid excluded pattern(s)Taylor Blau
2023-07-10refs: plumb `exclude_patterns` argument throughoutTaylor Blau
2023-05-12pack-refs: teach pack-refs --include optionJohn Cai
2023-05-12pack-refs: teach --exclude option to exclude refs from being packedJohn Cai
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-03-28cocci: apply the "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren
2022-12-13ls-refs: use repository parameter to iterate refsJeff King
2022-11-17refs: get rid of global list of hidden refsPatrick Steinhardt