aboutsummaryrefslogtreecommitdiff
path: root/refs/files-backend.c
AgeCommit message (Expand)Author
2024-05-17refs/files: use correct repositoryPatrick Steinhardt
2024-05-17refs: implement releasing ref storagesPatrick Steinhardt
2024-05-17refs: rename `init_db` callback to avoid confusionPatrick Steinhardt
2024-05-17refs: adjust names for `init` and `init_db` callbacksPatrick 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 `create_symref` and associated dead codeKarthik Nayak
2024-05-07refs: add support for transactional symref updatesKarthik Nayak
2024-05-07refs: move `original_update_refname` to 'refs.c'Karthik Nayak
2024-05-07files-backend: extract out `create_symref_lock()`Karthik Nayak
2024-05-07refs: accept symref values in `ref_transaction_update()`Karthik Nayak
2024-05-06refs: return conflict error when checking packed refsIvan Tse
2024-03-05Merge branch 'kn/for-all-refs'Junio C Hamano
2024-02-23refs: introduce `refs_for_each_include_root_refs()`Karthik Nayak
2024-02-23refs: extract out `loose_fill_ref_dir_regular_file()`Karthik Nayak
2024-02-21refs: stop resolving ref corresponding to reflogsPatrick Steinhardt
2024-02-21refs: drop unused params from the reflog iterator callbackPatrick Steinhardt
2024-02-21refs: always treat iterators as orderedPatrick Steinhardt
2024-02-21refs/files: sort merged worktree and common reflogsPatrick Steinhardt
2024-02-21refs/files: sort reflogs returned by the reflog iteratorPatrick Steinhardt
2024-01-26Merge branch 'ps/worktree-refdb-initialization'Junio C Hamano
2024-01-16Merge branch 'ps/refstorage-extension'Junio C Hamano
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano
2024-01-08refs/files: skip creation of "refs/{heads,tags}" for worktreesPatrick Steinhardt
2024-01-08setup: move creation of "refs/" into the files backendPatrick 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-26treewide: remove unnecessary includes in source filesElijah Newren
2023-11-17refs: remove `delete_refs` callback from backendsPatrick Steinhardt
2023-11-17refs: deduplicate code to delete referencesPatrick Steinhardt
2023-11-17refs/files: use transactions to delete referencesPatrick Steinhardt
2023-10-09files-backend.c: avoid stat in 'loose_fill_ref_dir'Victoria Dye
2023-07-21Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano
2023-07-10refs: plumb `exclude_patterns` argument throughoutTaylor Blau
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-13Merge branch 'jc/pack-ref-exclude-include'Junio C Hamano
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-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2023-04-24copy.h: move declarations for copy.c functions from cache.hElijah Newren
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-23ident.h: move ident-related declarations out of cache.hElijah Newren
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren