summaryrefslogtreecommitdiffstats
path: root/refs.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | refs: pass ref store when detecting dangling symrefsPatrick Steinhardt2024-05-171-3/+4
| * | | | refs: convert iteration over replace refs to accept ref storePatrick Steinhardt2024-05-171-15/+2
| * | | | refs: refactor `resolve_gitlink_ref()` to accept a repositoryPatrick Steinhardt2024-05-171-2/+3
| * | | | refs: pass repo when retrieving submodule ref storePatrick Steinhardt2024-05-171-1/+2
| * | | | refs: implement releasing ref storagesPatrick Steinhardt2024-05-171-0/+5
| * | | | refs: rename `init_db` callback to avoid confusionPatrick Steinhardt2024-05-171-2/+2
| | |_|/ | |/| |
* | | | Merge branch 'kn/ref-transaction-symref'Junio C Hamano2024-05-201-2/+18
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | refs: rename `refs_create_symref()` to `refs_update_symref()`Karthik Nayak2024-05-071-1/+1
| * | refs: accept symref values in `ref_transaction_update()`Karthik Nayak2024-05-071-1/+17
| |/
* | refs: remove functions without ref storePatrick Steinhardt2024-05-071-70/+209
* | refs: add `exclude_patterns` parameter to `for_each_fullref_in()`Patrick Steinhardt2024-05-071-1/+2
* | refs: introduce missing functions that accept a `struct ref_store`Patrick Steinhardt2024-05-071-0/+13
|/
* refs/reftable: expose auto compaction via new flagPatrick Steinhardt2024-03-251-1/+5
* refs: remove `PACK_REFS_ALL` flagPatrick Steinhardt2024-03-251-2/+0
* refs: move `struct pack_refs_opts` to where it's usedPatrick Steinhardt2024-03-251-6/+6
* Merge branch 'kn/for-all-refs'Junio C Hamano2024-03-051-0/+9
|\
| * refs: introduce `refs_for_each_include_root_refs()`Karthik Nayak2024-02-231-0/+6
| * refs: introduce `is_pseudoref()` and `is_headref()`Karthik Nayak2024-02-231-0/+3
* | Merge branch 'jk/reflog-special-cases-fix'Junio C Hamano2024-03-051-1/+14
|\ \
| * | read_ref_at(): special-case ref@{0} for an empty reflogJeff King2024-02-261-1/+14
| |/
* / refs: drop unused params from the reflog iterator callbackPatrick Steinhardt2024-02-211-2/+9
|/
* Merge branch 'ps/worktree-refdb-initialization'Junio C Hamano2024-01-261-1/+3
|\
| * refs/files: skip creation of "refs/{heads,tags}" for worktreesPatrick Steinhardt2024-01-081-0/+2
| * refs: prepare `refs_init_db()` for initializing worktree refsPatrick Steinhardt2024-01-081-1/+1
* | Merge branch 'ps/refstorage-extension'Junio C Hamano2024-01-161-0/+3
|\|
| * refs: refactor logic to look up storage backendsPatrick Steinhardt2024-01-021-0/+3
* | refs.h: HEAD is not that specialJunio C Hamano2023-12-151-1/+1
|/
* Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano2023-07-211-4/+25
|\
| * refs.h: implement `hidden_refs_to_excludes()`Taylor Blau2023-07-101-0/+6
| * refs.h: let `for_each_namespaced_ref()` take excluded patternsTaylor Blau2023-07-101-1/+6
| * revision.h: store hidden refs in a `strvec`Taylor Blau2023-07-101-2/+2
| * refs/packed-backend.c: implement jump lists to avoid excluded pattern(s)Taylor Blau2023-07-101-0/+4
| * refs: plumb `exclude_patterns` argument throughoutTaylor Blau2023-07-101-1/+7
* | pack-refs: teach pack-refs --include optionJohn Cai2023-05-121-0/+1
* | pack-refs: teach --exclude option to exclude refs from being packedJohn Cai2023-05-121-1/+6
|/
* Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-1/+0
|\
| * treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren2023-03-211-1/+0
* | cocci: apply the "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-6/+0
|/
* ls-refs: use repository parameter to iterate refsJeff King2022-12-131-2/+4
* refs: get rid of global list of hidden refsPatrick Steinhardt2022-11-171-2/+3
* refs: unify parse_worktree_ref() and ref_type()Han-Wen Nienhuys2022-09-191-7/+26
* refs: add array of ref namespacesDerrick Stolee2022-08-051-0/+46
* Revert "Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'"Junio C Hamano2022-04-141-7/+1
* refs: add ability for backends to special-case reading of symbolic refsPatrick Steinhardt2022-03-011-0/+3
* Merge branch 'ps/fetch-atomic' into ps/fetch-mirror-optimJunio C Hamano2022-03-011-0/+14
|\
| * refs: add interface to iterate over queued transactional updatesPatrick Steinhardt2022-02-171-0/+14
* | Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'Junio C Hamano2022-02-181-1/+7
|\ \ | |/ |/|
| * refs: allow skipping the reference-transaction hookPatrick Steinhardt2022-01-171-0/+5
| * refs: allow passing flags when beginning transactionsPatrick Steinhardt2022-01-171-1/+2
* | refs API: remove "failure_errno" from refs_resolve_ref_unsafe()Ævar Arnfjörð Bjarmason2022-01-271-6/+1