summaryrefslogtreecommitdiffstats
path: root/refs/refs-internal.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kn/update-ref-symref'Junio C Hamano2024-06-211-0/+6
|\
| * refs: create and use `ref_update_expects_existing_old_ref()`Karthik Nayak2024-06-071-0/+6
* | refs: implement removal of ref storagesPatrick Steinhardt2024-06-061-0/+7
* | Merge branch 'ps/refs-without-the-repository-updates' into ps/ref-storage-mig...Junio C Hamano2024-05-231-42/+12
|\ \ | |/ |/|
| * refs: move object peeling into "object.c"Patrick Steinhardt2024-05-171-34/+0
| * refs: convert iteration over replace refs to accept ref storePatrick Steinhardt2024-05-171-3/+2
| * refs: pass repo when retrieving submodule ref storePatrick Steinhardt2024-05-171-1/+1
| * refs: implement releasing ref storagesPatrick Steinhardt2024-05-171-0/+5
| * refs: rename `init_db` callback to avoid confusionPatrick Steinhardt2024-05-171-4/+4
* | refs: remove `create_symref` and associated dead codeKarthik Nayak2024-05-071-5/+0
* | refs: add support for transactional symref updatesKarthik Nayak2024-05-071-0/+16
* | refs: move `original_update_refname` to 'refs.c'Karthik Nayak2024-05-071-0/+5
* | refs: accept symref values in `ref_transaction_update()`Karthik Nayak2024-05-071-0/+14
|/
* Merge branch 'kn/for-all-refs'Junio C Hamano2024-03-051-0/+6
|\
| * refs: introduce `refs_for_each_include_root_refs()`Karthik Nayak2024-02-231-0/+6
* | refs: always treat iterators as orderedPatrick Steinhardt2024-02-211-16/+2
* | refs/files: sort merged worktree and common reflogsPatrick Steinhardt2024-02-211-0/+9
|/
* refs: introduce reftable backendPatrick Steinhardt2024-02-071-0/+1
* refs: prepare `refs_init_db()` for initializing worktree refsPatrick Steinhardt2024-01-081-1/+3
* refs: refactor logic to look up storage backendsPatrick Steinhardt2024-01-021-1/+0
* refs: remove `delete_refs` callback from backendsPatrick Steinhardt2023-11-171-3/+0
* Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano2023-07-211-3/+4
|\
| * refs: plumb `exclude_patterns` argument throughoutTaylor Blau2023-07-101-3/+4
* | pack-refs: teach --exclude option to exclude refs from being packedJohn Cai2023-05-121-1/+2
|/
* treewide: remove unnecessary cache.h includesElijah Newren2023-02-241-1/+0
* Revert "Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'"Junio C Hamano2022-04-141-1/+0
* refs: add ability for backends to special-case reading of symbolic refsPatrick Steinhardt2022-03-011-0/+16
* Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'Junio C Hamano2022-02-181-0/+1
|\
| * refs: allow passing flags when beginning transactionsPatrick Steinhardt2022-01-171-0/+1
* | refs: centralize initialization of the base ref_store.Han-Wen Nienhuys2021-12-221-2/+2
|/
* Merge branch 'hn/create-reflog-simplify'Junio C Hamano2021-12-101-1/+1
|\
| * refs: drop force_create argument of create_reflog APIHan-Wen Nienhuys2021-11-221-1/+1
* | Merge branch 'ab/refs-errno-cleanup'Junio C Hamano2021-11-301-19/+7
|\ \ | |/ |/|
| * refs API: make refs_rename_ref_available() staticÆvar Arnfjörð Bjarmason2021-10-161-14/+0
| * refs API: make parse_loose_ref_contents() not set errnoHan-Wen Nienhuys2021-10-161-2/+4
| * refs API: make refs_read_raw_ref() not set errnoHan-Wen Nienhuys2021-10-161-3/+3
* | Merge branch 'jt/no-abuse-alternate-odb-for-submodules'Junio C Hamano2021-10-261-2/+9
|\ \ | |/ |/|
| * refs: teach arbitrary repo support to iteratorsJonathan Tan2021-10-091-0/+1
| * refs: plumb repo into ref storesJonathan Tan2021-10-091-2/+8
* | Merge branch 'jk/ref-paranoia'Junio C Hamano2021-10-111-21/+35
|\|
| * refs: add DO_FOR_EACH_OMIT_DANGLING_SYMREFS flagJeff King2021-09-271-0/+6
| * refs-internal.h: reorganize DO_FOR_EACH_* flag documentationJeff King2021-09-271-19/+27
| * refs-internal.h: move DO_FOR_EACH_* flags next to each otherJeff King2021-09-271-8/+8
* | refs: make errno output explicit for read_raw_ref_fnHan-Wen Nienhuys2021-08-251-8/+12
* | refs: remove EINVAL errno output from specification of read_raw_ref_fnHan-Wen Nienhuys2021-08-251-3/+3
* | refs API: remove OID argument to reflog_expire()Ævar Arnfjörð Bjarmason2021-08-251-1/+1
|/
* refs: make explicit that ref_iterator_peel returns booleanHan-Wen Nienhuys2021-05-201-0/+3
* Merge branch 'hn/refs-trace-backend'Junio C Hamano2020-09-221-0/+5
|\
| * refs: add GIT_TRACE_REFS debugging mechanismHan-Wen Nienhuys2020-09-091-0/+5
* | refs: move REF_LOG_ONLY to refs-internal.hHan-Wen Nienhuys2020-09-091-0/+7
|/