aboutsummaryrefslogtreecommitdiffstats
path: root/refs/refs-internal.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-12-23Merge branch 'kn/reflog-migration'Junio C Hamano1-0/+9
2024-12-19Merge branch 'bf/set-head-symref'Junio C Hamano1-0/+5
2024-12-16refs: add `committer_info` to `ref_transaction_add_update()`Karthik Nayak1-0/+1
2024-12-16refs: add `index` field to `struct ref_udpate`Karthik Nayak1-0/+7
2024-12-16refs: include committer info in `ref_update` structKarthik Nayak1-0/+1
2024-12-04Merge branch 'sj/ref-contents-check'Junio C Hamano1-2/+3
2024-11-25refs: standardize output of refs_read_symbolic_refBence Ferdinandy1-0/+5
2024-11-21ref: add more strict checks for regular refsshejialuo1-1/+1
2024-11-21ref: support multiple worktrees check for refsshejialuo1-1/+2
2024-11-21refs: introduce "initial" transaction flagPatrick Steinhardt1-1/+0
2024-11-21refs: allow passing flags when setting up a transactionPatrick Steinhardt1-0/+1
2024-08-16Merge branch 'sj/ref-fsck'Junio C Hamano1-0/+6
2024-08-15Merge branch 'jc/refs-symref-referent'Junio C Hamano1-0/+1
2024-08-09refs: keep track of unresolved reference value in iteratorsJohn Cai1-0/+1
2024-08-08refs: set up ref consistency check infrastructureshejialuo1-0/+6
2024-07-30refs/files: stop using `the_repository` in `parse_loose_ref_contents()`Patrick Steinhardt1-1/+2
2024-06-20Merge branch 'kn/update-ref-symref'Junio C Hamano1-0/+6
2024-06-07refs: create and use `ref_update_expects_existing_old_ref()`Karthik Nayak1-0/+6
2024-06-06refs: implement removal of ref storagesPatrick Steinhardt1-0/+7
2024-05-23Merge branch 'ps/refs-without-the-repository-updates' into ps/ref-storage-mig...Junio C Hamano1-42/+12
2024-05-17refs: move object peeling into "object.c"Patrick Steinhardt1-34/+0
2024-05-17refs: convert iteration over replace refs to accept ref storePatrick Steinhardt1-3/+2
2024-05-17refs: pass repo when retrieving submodule ref storePatrick Steinhardt1-1/+1
2024-05-17refs: implement releasing ref storagesPatrick Steinhardt1-0/+5
2024-05-17refs: rename `init_db` callback to avoid confusionPatrick Steinhardt1-4/+4
2024-05-07refs: remove `create_symref` and associated dead codeKarthik Nayak1-5/+0
2024-05-07refs: add support for transactional symref updatesKarthik Nayak1-0/+16
2024-05-07refs: move `original_update_refname` to 'refs.c'Karthik Nayak1-0/+5
2024-05-07refs: accept symref values in `ref_transaction_update()`Karthik Nayak1-0/+14
2024-03-05Merge branch 'kn/for-all-refs'Junio C Hamano1-0/+6
2024-02-23refs: introduce `refs_for_each_include_root_refs()`Karthik Nayak1-0/+6
2024-02-21refs: always treat iterators as orderedPatrick Steinhardt1-16/+2
2024-02-21refs/files: sort merged worktree and common reflogsPatrick Steinhardt1-0/+9
2024-02-07refs: introduce reftable backendPatrick Steinhardt1-0/+1
2024-01-08refs: prepare `refs_init_db()` for initializing worktree refsPatrick Steinhardt1-1/+3
2024-01-02refs: refactor logic to look up storage backendsPatrick Steinhardt1-1/+0
2023-11-17refs: remove `delete_refs` callback from backendsPatrick Steinhardt1-3/+0
2023-07-21Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano1-3/+4
2023-07-10refs: plumb `exclude_patterns` argument throughoutTaylor Blau1-3/+4
2023-05-12pack-refs: teach --exclude option to exclude refs from being packedJohn Cai1-1/+2
2023-02-23treewide: remove unnecessary cache.h includesElijah Newren1-1/+0
2022-04-13Revert "Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'"Junio C Hamano1-1/+0
2022-03-01refs: add ability for backends to special-case reading of symbolic refsPatrick Steinhardt1-0/+16
2022-02-18Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'Junio C Hamano1-0/+1
2022-01-17refs: allow passing flags when beginning transactionsPatrick Steinhardt1-0/+1
2021-12-22refs: centralize initialization of the base ref_store.Han-Wen Nienhuys1-2/+2
2021-12-10Merge branch 'hn/create-reflog-simplify'Junio C Hamano1-1/+1
2021-11-29Merge branch 'ab/refs-errno-cleanup'Junio C Hamano1-19/+7
2021-11-22refs: drop force_create argument of create_reflog APIHan-Wen Nienhuys1-1/+1
2021-10-25Merge branch 'jt/no-abuse-alternate-odb-for-submodules'Junio C Hamano1-2/+9